dolphin/kdialog
Shaun Reich c53f450c93 Use huge icons for kdialog --geticon.
Thought about making it passable through commandline as well, but
idk...what's the point?

CCMAIL: dfaure@kde.org
2012-01-14 01:10:03 -05:00
..
CMakeLists.txt Make kdialog use Plasma's notification bling (via D-Bus) if possible, 2009-01-18 23:44:47 +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 Use huge icons for kdialog --geticon. 2012-01-14 01:10:03 -05:00
klistboxdialog.cpp Remove separator 2010-05-26 17:01:39 +00:00
klistboxdialog.h const'ify 2009-06-08 07:32:13 +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 adopt to new API 2007-04-30 12:24:33 +00:00
progresscanceldemo kdialog is not generated by default in local 2008-07-27 11:31:50 +00:00
progressdemo kdialog is not generated by default in local 2008-07-27 11:31:50 +00:00
progressdialog.cpp Fix warning 2011-04-30 15:19:14 +02:00
progressdialog.h Various EBN fixes. 2007-05-26 01:57:37 +00:00
README Update tutorial URL 2008-08-31 12:43:55 +00:00
test kdialog is not generated by default in local 2008-07-27 11:31:50 +00:00
widgets.cpp const'ify 2009-06-08 07:32:13 +00:00
widgets.h Add calendar dialogbox 2009-01-11 09:38:38 +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://techbase.kde.org/Development/Tutorials/Shell_Scripting_with_KDE_Dialogs
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>