225 Commits (3f8dd75629a2f37d1afd23f756cf5011233d4edb)

Author SHA1 Message Date
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
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
Ingo Klcker e694772eb8 Using hardcoded spacings to align different widgets? Yeah, right. Use a grid layout instead. 21 years ago
Till Adam c723b9fd9c Don't hide folder type and fb triggering settings for groupware folders. 21 years ago
Till Adam 7b2f2bd4ec Allow the contents type of resource folders to be changed. This was not 21 years ago
Nadeem Hasan 53e5f38728 Revert. Should be fixed elsewhere. 21 years ago
Nadeem Hasan 82ef72569c *** empty log message *** 21 years ago
Till Adam 3fb9e5ff1f Don't crash when changing the folder contents type and make sure the 21 years ago
Till Adam c6466f22a3 Allow (local) renaming of standard resource folders on dimap accounts but 21 years ago
Stephan Binner 43659d7fa5 Revert 1.183, KIconButton is not working well with icon sets :-( 21 years ago
Stephan Binner ed8795adb9 i18n style guide fix for previous "no new string" commit joke 21 years ago
Till Adam 220069e756 Commit the rest of the folder properties changes inspired by the usability 21 years ago
Stephan Binner 26218dd16c CVS_SILENT i18n style guide fixes, first run 21 years ago
Till Adam 70027b0828 Last minute string changes ... 21 years ago
Till Adam dcb8b19f95 CVS_SILENT safety string 21 years ago
Carsten Burghardt cef542ab9a And the next step from the Usability study: kick the "Belongs To" off the properties 21 years ago
Till Adam 83f19c7bb6 Find more positive formulations of some per folder options, again as per 21 years ago
Till Adam a43cf1dc46 Exorcise the expiry tab completely, this is cvs, after all, nothing is 21 years ago
Till Adam 17a994b340 Extract the mailing list handling from the folder properties dialog into 21 years ago
Till Adam 676c0ea4c2 Implement the first bit of the suggestions from the excellent usability 21 years ago
Stephan Binner cc10f3e18f many more nicer looking disabled icons 21 years ago
Andrew Coles 3cc9da2776 CVS_SILENT 21 years ago
David Faure 62ea2f7571 Make it possible to rename the INBOX folder - locally, with a setLabel(), not on the server of course. 21 years ago