dolphin/kdialog
Alexander Neundorf a8b01eb0aa -add FONTCONFIG_INCLUDE_DIR where required
-cleanup the toplevel CMakeLists.txt a bit
-remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR)
in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option
-include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it
doesn't have to be done in every subdir

Alex


svn path=/trunk/KDE/kdebase/konqueror/; revision=539914
2006-05-12 00:08:30 +00:00
..
CMakeLists.txt -add FONTCONFIG_INCLUDE_DIR where required 2006-05-12 00:08:30 +00:00
kdialog.cpp #include <q...h> -> #include <Q...> 2006-05-11 08:04:23 +00:00
klistboxdialog.cpp #include <q...h> -> #include <Q...> 2006-05-11 08:04:23 +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
progresscanceldemo A couple of simple shell script examples showing off how to use the new 2004-06-22 07:17:14 +00:00
progressdemo Initial support for --geometry argument. 2004-08-28 12:18:54 +00:00
progressdialog.cpp Make it compile 2006-01-23 20:25:22 +00:00
progressdialog.h Make it compile 2006-01-23 20:25:22 +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 #include <q...h> -> #include <Q...> 2006-05-11 08:04:23 +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>