258 Commits (f397bedbf09571f42ca9ea74c5bcb7fd7efa20dd)

Author SHA1 Message Date
Allen Winter 4761076693 forward port SVN commit 640981,640986 by winterz: 19 years ago
Aaron J. Seigo f7c8d965d1 icon spec name updates 19 years ago
Laurent Montel 24963a7858 DBus port++ 19 years ago
Jonathan Marten 8e3c6d6075 Forward port of templates folder and custom message templates. 19 years ago
David Faure b89340afd8 #warnings guarded with __GNUC__ - script at http://web.davidfaure.fr/kde/guard_warnings.pl 19 years ago
Stephan Kulow 61c9bc3e7c compile with -pedantic 20 years ago
Allen Winter 0726fab725 merge SVN commit 613561 by dmiceman: 20 years ago
Allen Winter b8d0fd346b merge SVN commit 599665 by winterz: 20 years ago
Allen Winter a5a523ea34 merge SVN commit 597910 by winterz: 20 years ago
Allen Winter 6957291181 Merge in the new KMail templates feature that allows you to 20 years ago
Tom Albers a3a0eb0a12 Some more porting, concludes my kmail hacking weekend. 20 years ago
Laurent Montel e0e33eafda Fix other signal/slot 20 years ago
Laurent Montel 6fc13ccf1b Kdialogbase->kdialog 20 years ago
Volker Krause bdca8c0417 I started porting KMail and quickly decided that I really don't want to do this... 20 years ago
Laurent Montel 1d42e4b91d Adapt to new kdelibs api 20 years ago
David Faure 8270ad07db Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch. 20 years ago
Reinhold Kainhofer 42ed96b11f some more #include <qxxxx.h> => #include <QXxxx> 20 years ago
Laurent Montel ee46d3efe0 #include <q...h> -> #include <Q...> 20 years ago
Reinhold Kainhofer 4ea904f4b5 deprecated Q(HBox|VBox|Grid)Layout(QLayout*parentLayout) constructors 20 years ago
Reinhold Kainhofer a3c5c30139 Fix compilation... 20 years ago
Reinhold Kainhofer c4bca6becc Replace the old-style Q...Layout(QLayout*parent) constructors by the new empty constructors and a subsequent paren->addLayout(child). Heuristically, assume that if parent matches .*[Ll]ayout.*, then it is a QLayout*. Again, this is done by my script, which is committed into kdesdk/scripts/qt4/ 20 years ago
Reinhold Kainhofer bdb846c552 Replace the old-style QGridLayout and Q[HV]BoxLayout constructors (which contain margin, spacing, name, and possibly the # of rows and cols) with the Qt4 constructors, where one then calls setMargin, setSpacing, and setObjectName. The nr of rows and columns is no longer needed. 20 years ago
Reinhold Kainhofer 92ea42f7c5 deprecated QComboBox methods, mainly currentItem=>currentIndex, insertItem=>addItem, insertStringList=>addItems, setCurrentItem=>setCurrentIndex, setCurrentText=>setItemText(currentIndex,..), text=>itemText 20 years ago
Reinhold Kainhofer fa50c79e24 setColStretch -> setColumnStretch; 65 less deprecated warnings, ~5300 left in kdepim.... 20 years ago
Laurent Montel 659ee5067e Adapt to new kdelibs api 20 years ago
Laurent Montel a574251bf1 Adapt to new kdelibs api 20 years ago
Ismail Onur Filiz ea883abdd3 Replace TRUE/FALSE with true/false in kdepim as the former are deprecated. The words inside comments are untouched. 20 years ago
Laurent Montel 86b590e799 Deprecated-- 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Till Adam b885b613b0 Implement support for quotas in online imap folders. (Proko2 Issue1080) 20 years ago
Till Adam 45d65d6982 Implement the KMail end of quota support for cached imap folders 20 years ago
Laurent Montel 08cdd31b10 Q3Whatthis-- 21 years ago
Laurent Montel 3ef805634c Q3ValueList-- 21 years ago
Ingo Klcker 81a7e3ba13 Partial port to current kdelibs4_snapshot. Time to hit the bed. 21 years ago
Till Adam 0e5d067209 Remove a few Q3Foo from the interface. 21 years ago
Volker Krause 0f6fe9fdb4 117 of 167 files compile 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Reinhold Kainhofer 50d4efd7d4 The FSF moved to a different address, so update the license headers all through kdepim to include the new address (see also the FSF's home page for the new address): 21 years ago
Till Adam a1c079e369 And here too: 21 years ago
Till Adam 0ea7336a22 Disable the "keep replies in this folder" option on read-only folders. 21 years ago
David Faure 0c9148bf15 Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...) 21 years ago
David Faure 9e6702f8ab Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...) 21 years ago
David Faure a2c12a0d3f s/isResourceFolder/isResourceImapFolder/ to be closer to trunk. 21 years ago
Thomas Zander 753d8448fb CVSSILENT: More header cleanup 21 years ago
Thomas Zander e9bc21966a Remove unneeded include for kmkernel.h (37 files less to compile on every change!) 21 years ago
Thomas Zander 6da943c909 Remove the disputed 21 years ago
Thomas Zander ff1b4ed4b2 SVN_SILENT: Add whitespace for readability. 21 years ago
Thomas Zander a0799e3bda * Fix inconsitent use of QString:null and an empty string 21 years ago
Ingo Klcker 8f3e5589d4 Make the setting to ignore new/unread mail in folders more useful by also skipping folders when going to the next/previous folder with unread messages. Based on patch by . 21 years ago
Ingo Klcker befe6c0cba Don't hardcode any spacings. 21 years ago