Commit graph

180 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
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
Urs Wolfer 3326a1154f Return 1 when textbox got closed with close button or ESC.
BUG: 150417

svn path=/trunk/KDE/kdebase/apps/; revision=761427
2008-01-14 20:28:48 +00:00
Urs Wolfer c78ec15d6e * Add color picker feature to kdialog. Patch by KDEfanboy, thanks!
FEATURE: 144553
* krazy fix
* include cleanups

svn path=/trunk/KDE/kdebase/apps/; revision=761426
2008-01-14 20:20:16 +00:00
Urs Wolfer 25c9bd449e Fix porting error.
BUG: 155773

svn path=/trunk/KDE/kdebase/apps/; revision=761416
2008-01-14 19:55:48 +00:00
Urs Wolfer 276e08e3b8 fix icon: this one is better than the one used in KDE 3 (xorg).
svn path=/trunk/KDE/kdebase/apps/; revision=754813
2007-12-30 19:48:39 +00:00
Urs Wolfer 571113d3e9 SVN_SILENT
Simplify code. Thanks David for the hint!
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=752425
2007-12-24 11:59:17 +00:00
Urs Wolfer 61a6918cd7 * port Q3ListBox -> QListWidget
* do not link anymore against QT_QT3SUPPORT_LIBRARY

svn path=/trunk/KDE/kdebase/apps/; revision=752414
2007-12-24 11:34:47 +00:00
David Faure 405e40963d Doesn't need libkde3support.
svn path=/trunk/KDE/kdebase/apps/; revision=751270
2007-12-21 14:35:49 +00:00
Thomas Friedrichsmeier 8ec5acc8f6 Prepare moving kde3support classes out of libkfile
svn path=/trunk/KDE/kdebase/apps/; revision=740561
2007-11-23 13:57:42 +00:00
Rafael Fernández López 59283c43c1 Code adaptation because of changes on libraries related to revision 719630
svn path=/trunk/KDE/kdebase/apps/; revision=719642
2007-10-01 15:09:41 +00:00
Pascal Létourneau c1cc2322f9 Various porting fixes
svn path=/trunk/KDE/kdebase/apps/; revision=706984
2007-08-31 17:47:25 +00:00
Laurent Montel 264d696087 Adapt to new KWarning/kFatal/kDebug api
svn path=/trunk/KDE/kdebase/apps/; revision=695870
2007-08-03 06:40:12 +00:00
Laurent Montel 50cc53b211 change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex.
svn path=/trunk/KDE/kdebase/apps/; revision=691218
2007-07-23 07:01:14 +00:00
Allen Winter d645b59bb1 remove kde4_automoc()
svn path=/trunk/KDE/kdebase/apps/; revision=685984
2007-07-10 09:14:12 +00:00
Chusslove Illich dc59b32f75 Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, SIC. Most of the depending code has been auto-converted to new API.
svn path=/trunk/KDE/kdebase/apps/; revision=682259
2007-07-02 08:49:20 +00:00
Jeremy Paul Whiting a185ac263e krazy const & checks fix by Kristho, with a couple modifications so it works, thanks Kris!
svn path=/trunk/KDE/kdebase/apps/; revision=679363
2007-06-23 18:53:52 +00:00
Max Blazejak a30ce8ff31 EBN fixes (includes, typos etc.
svn path=/trunk/KDE/kdebase/apps/; revision=669964
2007-05-30 22:06:49 +00:00
Robert Knight 8a3b776236 Various EBN fixes.
svn path=/trunk/KDE/kdebase/apps/; revision=668337
2007-05-26 01:57:37 +00:00
Thorsten Roeder 0c05bed092 some krazy fixes
svn path=/trunk/KDE/kdebase/apps/; revision=664331
2007-05-13 17:47:20 +00:00
Dirk Mueller 52d6d2f9ce include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-09 22:23:52 +00:00
Urs Wolfer ef147ec81b adopt to new API
svn path=/trunk/KDE/kdebase/apps/; revision=659568
2007-04-30 12:24:33 +00:00
Simon Hausmann fd2bae03c9 Merging branches/work/kmainwindow-decoupling-branch from Kevin and me which
separates the xmlgui stuff from KMainWindow

svn path=/trunk/KDE/kdebase/apps/; revision=654728
2007-04-16 20:44:36 +00:00
Dirk Mueller 0b5a5f290c include cleanup
svn path=/trunk/KDE/kdebase/konqueror/; revision=652987
2007-04-12 13:02:58 +00:00
David Faure c4b23f275b fixes
svn path=/trunk/KDE/kdebase/apps/; revision=649220
2007-04-02 10:19:47 +00:00
Thomas Friedrichsmeier 4092363e51 Add a buttonCancel parameter to all KMessageBox::*cancel* functions.
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=648781
2007-04-01 11:35:39 +00:00
Dirk Mueller d0b83386bd some pedantic-- up to the point where kdebase doesn't compile
svn path=/trunk/KDE/kdebase/libkonq/; revision=644559
2007-03-20 12:03:12 +00:00
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
Olivier Goffart fa656934e0 Merge branches/work/kdelibs_kpassworddialog/
- the old KPasswordDialog has been moved to kde3support and renamed into K3PasswordDialog

- new class KNewPasswordDialog that could be used to ask for a new password

- KIO::PasswordDialog has been moved to kdeui and renamed KPasswordDialog



svn path=/trunk/KDE/kdebase/kdepasswd/; revision=621085
2007-01-08 09:22:45 +00:00
Aaron J. Seigo e2399c3f45 build
svn path=/trunk/KDE/kdebase/konqueror/; revision=616841
2006-12-27 01:38:51 +00:00
Laurent Montel 42034a0bcc Install dbus interface
svn path=/trunk/KDE/kdebase/libkonq/; revision=616668
2006-12-26 12:30:52 +00:00