Commit graph

209 commits

Author SHA1 Message Date
Oswald Buddenhagen 39f3b6a8b7 interpret backslash escapes in some more options
BUG: 148575
BUG: 295820
FIXED-IN: 4.9
2012-07-01 13:19:23 +02:00
Oswald Buddenhagen 03e91d5242 make backslashes escapable
BUG: 199005
FIXED-IN: 4.9
2012-07-01 13:19:23 +02:00
Oswald Buddenhagen 84dc11954c make parameters of Widgets::textInputBox() sane
i think somebody had too much perl here ...
2012-07-01 13:19:23 +02:00
Oswald Buddenhagen b62c3d9976 fix geometry handling of --textinputbox
BUG: 186450
FIXED-IN: 4.9
2012-07-01 13:19:23 +02:00
Oswald Buddenhagen 58f5514c14 fix initial focus for a couple of widgets 2012-07-01 11:53:46 +02:00
Stephen Kelly 909f0cd972 Add some missing includes.
These are needed in Qt5/KF5.
2012-04-10 00:20:22 +02:00
Stephen Kelly ed2872074e Simplify some Qt module style includes.
This is the easiest way to transition to Qt5.
2012-04-10 00:20:22 +02:00
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
Christoph Feck c182bc3060 Fix startDir when passing an existing directory
BUG: 273822
2011-08-04 04:18:30 +02:00
Montel Laurent d592f31cde normalize signals/slots 2011-07-31 13:33:56 +02:00
Christoph Feck 8953d76773 Fix passive popup messages
* --icon argument did not work
* fallback to old style popups was broken because of a timer issue

Investigations and patch by Kai-Uwe Broulik, thanks!

REVIEW: 101282
Minor comment cleanup by me

FIXED-IN: 4.7.0
BUG: 252050
2011-05-10 12:37:55 +02:00
Alexander Potashev 64fc10c39e Add message contexts "@title:window" to all window and dialog titles
Context strings added to 106 strings.
http://techbase.kde.org/Development/Tutorials/Localization/i18n_Semantics

REVIEW: 101299
2011-05-09 22:36:41 +04:00
Montel Laurent 999fd124d0 Fix warning 2011-04-30 15:19:14 +02:00
Jaime Torres Amate d1c021e2f0 Add custom button labels for yes, no, continue and cancel buttons
--yes-label <text>
--no-label  <text>
--cancel-label  <text>
--continue-label  <text>
For example:
kdialog --yes-label "&Siiiii" --no-label "&Noooooo" --cancel-label "&Cancelaaar" --yesnocancel Hola

BUG: 129498


svn path=/trunk/KDE/kdebase/apps/; revision=1191144
2010-10-29 18:27:18 +00:00
Ignat Semenov 5c3fec046f Remove separator
svn path=/trunk/KDE/kdebase/apps/; revision=1130872
2010-05-26 17:01:39 +00:00
Darío Andrés Rodríguez a41e0fd4e1 - QString::isNull -> QString::isEmpty
svn path=/trunk/KDE/kdebase/apps/; revision=1092340
2010-02-18 18:45:39 +00:00
Aaron J. Seigo 418bae0553 small patch that's been sitting on my disk "forever" that removes a 10s-default duplication and is more careful with durations < 0
svn path=/trunk/KDE/kdebase/apps/; revision=1091576
2010-02-17 01:48:12 +00:00
Friedrich W. H. Kossebau 6549761bf8 fixed: update parameter values of --geticon to that of KDE4
svn path=/trunk/KDE/kdebase/apps/; revision=1074945
2010-01-15 01:10:39 +00:00
David Faure eb6c5b59e9 Fix docu for --combobox, it doesn't take tags (and didn't in kde3 either)
svn path=/trunk/KDE/kdebase/apps/; revision=1025053
2009-09-17 22:09:53 +00:00
David Faure dd71b15973 kapp -> qApp; constification.
svn path=/trunk/KDE/kdebase/apps/; revision=1025052
2009-09-17 22:08:02 +00:00
David Faure 3038079a30 Allow to show a combobox with only one element.
svn path=/trunk/KDE/kdebase/apps/; revision=1025048
2009-09-17 21:54:18 +00:00
Aurélien Gâteau 5f79e3906a Switch to org.freedesktop.Notifications
svn path=/trunk/KDE/kdebase/apps/; revision=997748
2009-07-16 12:54:59 +00:00
Aurélien Gâteau e989850081 Removed event-id
svn path=/trunk/KDE/kdebase/apps/; revision=997747
2009-07-16 12:54:34 +00:00
Laurent Montel 4fef5e4994 const'ify
svn path=/trunk/KDE/kdebase/apps/; revision=978781
2009-06-08 07:32:13 +00:00
Darío Andrés Rodríguez d520f24de3 If we are going to retrieve the selected item with currentRow()
we should set the initially selected item using setCurrentRow()
otherwise it won't work properly

BUG: 191868

svn path=/trunk/KDE/kdebase/apps/; revision=969303
2009-05-17 22:13:13 +00:00
Michael Pyne 70da2ffd93 While I'm fixing KDialog bugs, fix bug 186413 (--textinputbox doesn't return actual result
status) in trunk.

CCBUG:186413

svn path=/trunk/KDE/kdebase/apps/; revision=936128
2009-03-07 04:19:25 +00:00
Michael Pyne 62935954c9 Don't convert a QString to a QString through a decode/encode QByteArray transition... it breaks
the return value for KDialog's --textinputbox.  Will backport to KDE 4.2.

svn path=/trunk/KDE/kdebase/apps/; revision=936126
2009-03-07 04:04:28 +00:00
Andrew Coles 799c493029 Corrected typos - nothing serious, but hey, I'm feeling fastidious.
svn path=/trunk/KDE/kdebase/apps/; revision=932536
2009-02-26 21:07:48 +00:00
Jakob Petsovits 724b355e99 Make kdialog use Plasma's notification bling (via D-Bus) if possible,
keeping KPassivePopup as fallback in case the D-Bus invocation fails.
The invocation code is a heavily simplified version of dimsuz's code
in NotifyByPopup of KNotify, therefore his copyright instead of mine.

Ok to backport to 4.2, or rather not?

svn path=/trunk/KDE/kdebase/apps/; revision=913253
2009-01-18 23:44:47 +00:00
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
Carlo Segato 819996e827 remove the ifdef x11 for the attach/embed options
svn path=/trunk/KDE/kdebase/apps/; revision=901312
2008-12-25 01:47:03 +00:00
Carlo Segato 7637076c4f revert r894687 KFileDialog isn't a subclass of QFileDialog so getExistingDirectory is a bit different
svn path=/trunk/KDE/kdebase/apps/; revision=894929
2008-12-09 16:44:55 +00:00
Rick Xing 9354cf17a2 Just EBN fixes
svn path=/trunk/KDE/kdebase/apps/; revision=894687
2008-12-09 06:59:31 +00:00
Andreas Hartmetz 289ef3f96f link with gold
svn path=/trunk/KDE/kdebase/apps/; revision=876282
2008-10-26 23:55:34 +00:00
Albert Astals Cid 4523168031 better i18n, although i'm not sure translating kError is good
svn path=/trunk/KDE/kdebase/apps/; revision=862787
2008-09-19 21:06:47 +00:00
Patrick Spendrin aa7079363a fix so that it works on non-blessed platforms too (after maelcum)
svn path=/trunk/KDE/kdebase/apps/; revision=856326
2008-09-02 16:44:07 +00:00
Patrick Spendrin c2f1bbb790 small compile fix
svn path=/trunk/KDE/kdebase/apps/; revision=856290
2008-09-02 15:10:04 +00:00
John Tapsell fc839b0ca6 Update tutorial URL
svn path=/trunk/KDE/kdebase/apps/; revision=855302
2008-08-31 12:43:55 +00:00
John Tapsell d414f122b0 Rename --embed to --attach to make it more clear what it does. Still understands --embed though, for backwards compatibility
svn path=/trunk/KDE/kdebase/apps/; revision=855301
2008-08-31 12:42:25 +00:00
Luboš Luňák df15dbd4d7 Replace XSetTransientForHint() with KWindowSystem::setMainWindow() to make
it work again.


svn path=/trunk/KDE/kdebase/apps/; revision=848775
2008-08-18 12:53:23 +00:00
John Tapsell e7a352224f Use c style parsing of embed winid, to allow numbers like 0x
svn path=/trunk/KDE/kdebase/apps/; revision=848338
2008-08-17 12:44:20 +00:00
Andreas Hartmetz 7fe1eb209d Some more linking fixes for gold.
svn path=/trunk/KDE/kdebase/apps/; revision=839027
2008-07-29 10:02:28 +00:00
Laurent Montel 2d61f749b7 kdialog is not generated by default in local
svn path=/trunk/KDE/kdebase/apps/; revision=838244
2008-07-27 11:31:50 +00:00
Laurent Montel 95e90f46ab Use INSTALL_TARGETS_DEFAULT_ARGS
svn path=/trunk/KDE/kdebase/apps/; revision=813304
2008-05-27 11:36:57 +00:00
Friedrich W. H. Kossebau b484bee636 set global program icon via KAboutData, not directly
svn path=/trunk/KDE/kdebase/apps/; revision=799282
2008-04-20 23:35:54 +00:00
Adriaan de Groot 330eb00e27 Everyone needs unistd.h -- for exit, among other things
svn path=/trunk/KDE/kdebase/apps/; revision=790160
2008-03-26 00:02:59 +00:00
Claudio Bantaloukas f4c451488f EBN warning fix, change don't to do-not
svn path=/trunk/KDE/kdebase/apps/; revision=782165
2008-03-04 13:28:10 +00:00
Jarosław Staniek b60e45bc21 fix for win32 - re-add includes for QFileDialog and fork()
svn path=/trunk/KDE/kdebase/apps/; revision=761971
2008-01-15 20:08:37 +00:00
Urs Wolfer 4acee21d45 * use standard popup window instead of balloons
BUG: 147558
* center the popup on the screen
* clean indentation a bit

svn path=/trunk/KDE/kdebase/apps/; revision=761435
2008-01-14 20:46:51 +00:00