dolphin/kdialog
Laurent Montel 2aadacc883 it's a D-Bus ref now
svn path=/trunk/KDE/kdebase/apps/; revision=625229
2007-01-19 15:25:13 +00:00
..
CMakeLists.txt Install dbus interface 2006-12-26 12:30:52 +00:00
dialog-compat.txt An start at some design notes for the KDE4 rework of kdialog. 2006-12-09 00:16:11 +00:00
kdialog.cpp it's a D-Bus ref now 2007-01-19 15:25:13 +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
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 Make setLabel a method instead of a write-only property 2006-10-27 12:04:09 +00:00
progresscanceldemo Lubos is right, now tool is called qdbus 2006-10-11 13:19:40 +00:00
progressdemo Fix the demo since setLabel is now a method 2006-10-27 12:09:25 +00:00
progressdialog.cpp David is right. It was necessary to update kdelibs before. 2006-10-18 08:16:12 +00:00
progressdialog.h Add properties and reindent the file. This fixes kdialog progressbar mode. 2006-10-27 12:04:40 +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 Merge branches/work/kdelibs_kpassworddialog/ 2007-01-08 09:22:45 +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>