Commit graph

19 commits

Author SHA1 Message Date
Laurent Montel 8982c2acf1 Add calendar dialogbox
svn path=/trunk/KDE/kdebase/apps/; revision=909196
2009-01-11 09:38:38 +00:00
Laurent Montel d6b5ce60d0 Add slider dialogbox
svn path=/trunk/KDE/kdebase/apps/; revision=909191
2009-01-11 09:21:59 +00:00
Dirk Mueller 52d6d2f9ce include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-09 22:23:52 +00:00
Michel Hermier 0575912f40 Make it compile (missing includes).
svn path=/trunk/KDE/kdebase/apps/; revision=479138
2005-11-09 12:27:06 +00:00
Dirk Mueller 40b74b7fc1 SVN_SILENT: fix typo
svn path=/trunk/KDE/kdebase/nsplugins/; revision=467416
2005-10-05 08:44:32 +00:00
Laurent Montel 7a23d2fd42 Byebye q3cstring
svn path=/trunk/KDE/kdebase/apps/; revision=464390
2005-09-27 07:30:08 +00:00
Benjamin Meyer c92c805d6b Move kdialog into apps/
kdialog fits nicely with the idea of apps, in that it is an application that other applications assume are installed.


svn path=/trunk/KDE/kdebase/apps/; revision=462198
2005-09-20 10:04:09 +00:00
Laurent Montel 269e6524a5 ByeBye q3cstring
svn path=/trunk/KDE/kdebase/kdialog/; revision=456191
2005-09-02 09:00:11 +00:00
Stephan Kulow e77f20dbaf svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase
          .

I couldn't resolve one kicker conflict that results from different
development directions, so I rely on Aaron to sort it out - the file
is commited with conflicts

svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=439627
2005-07-28 14:59:42 +00:00
Dirk Mueller b3736b51bc update FSF address
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=431577
2005-07-04 19:02:09 +00:00
Jason Keirstead 8a606ca737 Minor improvements to KDialog
- Use kTextEdit rather than QTextEdit in texbox
- Add a textinputbox, for entering multi-line text
- Fix bug with textbox caption, now it works.

svn path=/trunk/kdebase/kdialog/; revision=380852
2005-01-21 16:53:02 +00:00
Brad Hards 634df09f31 Initial support for --geometry argument.
Works for text boxes, menus (including checklists, radiolists and
comboboxes), password dialogs.

Doesn't work for message boxes, input boxes, file dialogs or passive
popup. Passive popup is looking particularly messy.

CCMAIL: 87389@bugs.kde.org

svn path=/trunk/kdebase/kdialog/; revision=342118
2004-08-28 12:18:54 +00:00
Brad Hards 5e15f51718 Provide --default selection option for combobox and listbox (aka --menu),
as requested in Bug:81649. That bug also requested support for varying
the default button in --yesno, but I'm not implementing that because
of usability concerns.

CCMAIL: 81639-done@bugs.kde.org

svn path=/trunk/kdebase/kdialog/; revision=337828
2004-08-13 23:43:49 +00:00
Stephan Binner 9e0011e3b7 Presenting a simple non-cancelable progress bar dialog for kdialog
> dialog=`kdialog --title Example --progressbar "Working..."`
> dcop $dialog setValue 50
> dcop $dialog
QCStringList interfaces()
QCStringList functions()
void setTotalSteps(int)
int totalSteps()
void setValue(int)
int value()
void setLabel(QString)
void close()

CCMAIL: 66342@bugs.kde.org

svn path=/trunk/kdebase/kdialog/; revision=320060
2004-06-12 19:52:37 +00:00
Dirk Mueller 775eceaa28 sigh
svn path=/trunk/kdebase/kdialog/; revision=250019
2003-09-10 14:53:24 +00:00
Dawit Alemayehu 80aff79612 - Add support for comboboxes.
svn path=/trunk/kdebase/kdialog/; revision=247052
2003-08-31 01:12:27 +00:00
Dirk Mueller fbc9d61989 unbreak compilation (gcc 3.4+)
svn path=/trunk/kdebase/kdialog/; revision=239225
2003-07-26 10:41:28 +00:00
Waldo Bastian e5fde6b5c7 CVS_SILENT
Updated address of FSF

svn path=/trunk/kdebase/kdialog/; revision=212185
2003-03-07 22:11:39 +00:00
David Faure 71811b6127 Following the discussion on kde-devel: this is a VERY cleaned up version of
kdialog (based on kdialog-kde3-0.2.1, but I removed the client/server stuff,
the 'width height' arguments, fixed all the encoding problems, used
the KDE widgets like KLineEditDlg and KPasswordDialog, etc.)

New features include: many messageboxes from KMessageBox (--yesnocancel,
--warningyesno, --error etc.)

Now you have a very easy way to create KDE dialog boxes from shell scripts.

svn path=/trunk/kdebase/kdialog/; revision=167164
2002-07-17 14:21:33 +00:00