dolphin/kdialog
Laurent Montel a5e36f09ea Commit work made between Trysil->Paris
-> port to dbus
But dbus command line doesn't support properties of object. I will
make a bug report to TT
(for the moment demo can't work (use acces to properties)

svn path=/trunk/KDE/kdebase/apps/; revision=559661
2006-07-07 23:05:41 +00:00
..
CMakeLists.txt Byebye autogenerated files 2006-07-05 22:08:20 +00:00
kdialog.cpp Commit work made between Trysil->Paris 2006-07-07 23:05:41 +00:00
klistboxdialog.cpp merge changes from bleeding edge branch 2006-07-02 18:31:00 +00:00
klistboxdialog.h Less warnings about deprecated functions 2006-04-03 18:42:39 +00:00
Makefile.am removed duplicated messages targets 2006-05-01 18:55:33 +00:00
Messages.sh Convert the "messages" targets of kdebase into Messages.sh scripts 2006-02-22 01:47:34 +00:00
org.kde.kdialog.ProgressDialog.xml Uppercase the D in Dialog. 2006-06-06 09:25:45 +00:00
progresscanceldemo Commit work made between Trysil->Paris 2006-07-07 23:05:41 +00:00
progressdemo Commit work made between Trysil->Paris 2006-07-07 23:05:41 +00:00
progressdialog.cpp Byebye autogenerated files 2006-07-05 22:08:20 +00:00
progressdialog.h Port to new kdelibs api 2006-06-06 08:40:35 +00:00
progressdialogiface.h Make it compile 2006-01-23 20:25:22 +00:00
README Minor typo fixes, plus a request for some support in keeping 2004-10-17 05:55:57 +00:00
test More work on bug:76237 and bug:87389. You can now 2005-07-03 10:27:34 +00:00
widgets.cpp Ported to new KDialog/KPageWidget/KPageDialog 2006-06-13 17:41:00 +00:00
widgets.h Make it compile (missing includes). 2005-11-09 12:27:06 +00:00

kdialog allows you to display dialog boxes from shell scripts.
The syntax is very much inspired from the "dialog" command
(which shows text mode dialogs).

However the width and height attributes have been removed for
most dialogs - Qt/KDE have layouts ;)

A tutorial on using kdialog is available at
http://developer.kde.org/documentation/tutorials/kdialog/t1.html
If you change or add any functionality, please contact Brad
Hards <bradh@frogmouth.net> to ensure it is reflected in the
tutorial.

Current maintainer: David Faure <faure@kde.org>