942 Commits (c1a590785a52f89c5992790b684aa3b89c87f3be)

Author SHA1 Message Date
Allen Winter 54e5a95492 forward port SVN commit 628565 by adridg: 19 years ago
Matthias Kretz 428ee4239a merge the kinstance-redesign branch back to trunk. 19 years ago
Allen Winter 0bbc7969ab mail_new is the name of the icon for "New Message.." 19 years ago
David Faure b89340afd8 #warnings guarded with __GNUC__ - script at http://web.davidfaure.fr/kde/guard_warnings.pl 19 years ago
David Faure 38ec9afb4b kapplication.h removed where not useful 19 years ago
Simon Hausmann 194c016efa merged branches/work/kaction-cleanup-branch, courtesy of 19 years ago
Aaron J. Seigo 9ffbd1c4fc build 20 years ago
Aaron J. Seigo 1e898509f0 KStdAction -> KStandardAction 20 years ago
Andreas Hartmetz fb6d0fe55d Preparation for explicit constructors in KShortcut 20 years ago
Allen Winter cabf53143b fix some compile warnings 20 years ago
David Faure a8b9603ca5 Fix RMB/View on text attachments showing no newlines. This has annoyed me for years, glad I finally get around fixing it :) 20 years ago
David Faure 41e6071848 Fix RMB/View on text attachments showing no newlines. This has annoyed me for years, glad I finally get around fixing it :) 20 years ago
Allen Winter 4be643847f Remove libkmime which has been moved into kdepimlibs 20 years ago
Jaison Lee b950957396 KTempFile->KTemporaryFile 20 years ago
Christian Zangl 4d90493e71 Adds an "Edit" menu to the reader window: 20 years ago
Reinhold Kainhofer 00816506a6 Get rid of deprecated QMenu calls, use a QSignalMapper to keep the int slots working 20 years ago
Laurent Montel 5cfedc18dc Fix signal/slot 20 years ago
Will Entriken 1106cfdef0 kguiitem explicit ctor 20 years ago
Tom Albers 776009e8ea More removals of deprecated things. 20 years ago
Tom Albers 99352cb648 welcome is important 20 years ago
Laurent Montel dfaa316ec9 Compile++ 20 years ago
Allen Winter 14246d7672 forward port 568026 by kloecker: 20 years ago
Ingo Klcker ca35779a5a Fix bug 126837 (KMail does not correctly detect UTF-8 encoding) 20 years ago
Volker Krause 4cd29a3d87 Port a bit more (KSpell -> K3Spell, SimplePlayer -> AudioPlayer, disable 20 years ago
Stephan Kulow 8bacc6c030 I wonder how long these changes waited uncommited :) 20 years ago
Reinhold Kainhofer d763cc114b locate => KStandardDirs::locate 20 years ago
Laurent Montel 69d3a74e72 Second cleanup 20 years ago
Reinhold Kainhofer 50ced8e105 KActionMenu::insert => addAction 20 years ago
Volker Krause acfee7a8f6 Port to new kdelibs snapshot. 20 years ago
Reinhold Kainhofer 6e4cd9faa5 Replace deprecated Q*Action, QDialog and QImage calls 20 years ago
Reinhold Kainhofer 42ed96b11f some more #include <qxxxx.h> => #include <QXxxx> 20 years ago
Allen Winter 063033d01e "a" -> 'a' 20 years ago
Reinhold Kainhofer 7f6ea0b791 KDialogBase => KDialog, this also means ~80 less deprecated warnings... 20 years ago
Reinhold Kainhofer b3abaeb2e6 --deprecated: qtimer.start(msec, single) => qtimer.setSingleShot(single); qtimer.start(msec); 20 years ago
Stephan Kulow c04d368b47 removed deprecated usages of KToggleAction 20 years ago
Laurent Montel ee46d3efe0 #include <q...h> -> #include <Q...> 20 years ago
Volker Krause a5f7315b45 compile with new kdelibs snapshot 20 years ago
Ismail Onur Filiz 1795f0afe9 Backward port following coverity fixes: 20 years ago
Stephan Kulow a08b4b7ca4 deprecated-- 20 years ago
Stephan Kulow bf8aca5ad8 deprecated-- 20 years ago
Stephan Kulow d75cf53987 deprecated-- 20 years ago
Stephan Kulow b1bb884c26 deprecated-- 20 years ago
Stephan Kulow f006341a0f deprecated-- 20 years ago
Stephan Kulow ffaff2c9ab removed deprecated QWidget functions 20 years ago
Reinhold Kainhofer 72d34ac78b deprecated OQbject methods: constructor with name, name=>objectName, isA, etc. I don't know how to port queryList and child.. 20 years ago
Reinhold Kainhofer add57fd4d3 Deprecated QString methods 20 years ago
Dirk Mueller 6259f9953f avoid null dereference (CID 1310) 20 years ago
Reinhold Kainhofer 08e5b20b90 QList::find(..)==QList::end() => QList::contains() 20 years ago
Frank Osterfeld 1bc672fede s/findRev/lastIndexOf 20 years ago
Volker Krause de8b7a17f1 kasciistricmp() is in kdelibs since KDE 3.4. 20 years ago