54 Commits (37f2ecc32efc8bc94e8d088f5d2562515e084875)

Author SHA1 Message Date
Volker Krause b7cded547d Depend on kdepimlibs 4.7 and drop no longer needed compat code. 15 years ago
Volker Krause 71baddfad6 compile on MeeGo 16 years ago
Volker Krause d5fad80fa9 attempt to compile on MeeGo 16 years ago
Tobias Koenig 3b06862b30 - Renamed mailinglist-magic.(h|cpp) to mailinglist.(h|cpp) 16 years ago
Andras Mantia f97da4aacd Use the MailCommon namespace. 16 years ago
Andras Mantia 8f0b5a42bc Make it use the mailcommon lib. 16 years ago
Laurent Montel 215291cc23 Minor optimisation 16 years ago
Laurent Montel b954e78dcf Save value found otherwise we can click on "invoke handler" after an auto-detect 16 years ago
Laurent Montel 9bb5e3602c not necessary to have a return value 16 years ago
Laurent Montel 71548c5c96 Port to akonadi 16 years ago
Laurent Montel a6af5d3f15 use namespace 16 years ago
Volker Krause 8778b4a312 SVN_MERGE 16 years ago
Laurent Montel c6a519dbfb Fix includes 16 years ago
Frank Osterfeld 119bfe8bc1 Each folder properties dialog page created its own FolderCollection instance, overwriting each other's changes (breaking the folder properties dialog) 17 years ago
Laurent Montel ab84f5401b Port++ 17 years ago
Laurent Montel 0588f7d04a USe FolderCollection 17 years ago
Laurent Montel d5c6fd15b1 Port ++ 17 years ago
Andras Mantia f740c081bd Here it comes... The start of a new era, without mimelib, KMMessage and whatever. Use KMime. 17 years ago
Laurent Montel 3d8fd92784 Comment KM*Command* to help during porting 17 years ago
Thomas McGuire 75264660b9 SVN_SILENT minor whitespace changes in kdebug() calls, where the original conversion screwed up. 17 years ago
Allen Winter 80909a85fa Cleanup kDebug/kWarning/kError(): 17 years ago
Thomas McGuire 168e95770d Fix some Krazy issues, mostly QLatin1String ones. 17 years ago
Laurent Montel 5e496278db Fix iterator 18 years ago
Thomas McGuire a68ccb3b97 Merge the KMail summer of code branch back to trunk. 18 years ago
Bertjan Broeksema ddf3e14e0f EBN Fixes: Qt classes that should not be used 18 years ago
Bertjan Broeksema b87bb6dcd4 EBN Fixes: proper include directives. 18 years ago
Thomas McGuire 92a5b1df5f style fixes, mainly indentation 18 years ago
Thomas McGuire 678b815a63 Don't crash when opening the mailinglist properties dialog. 18 years ago
Stephan Binner de8ac6f495 i18n interface style guide fixes 18 years ago
Frank Osterfeld d1dfa77976 merge changes from enterprise 19 years ago
Thiago Macieira 421c83769c Remove use of k_funcinfo 19 years ago
Daniel Molkentin 94a38cea12 major parts of the endl cleanups. 19 years ago
Laurent Montel 9079b08b83 Not necessary 19 years ago
Laurent Montel 2654a817ce Port++ 19 years ago
David Faure b89340afd8 #warnings guarded with __GNUC__ - script at http://web.davidfaure.fr/kde/guard_warnings.pl 19 years ago
Tom Albers a3a0eb0a12 Some more porting, concludes my kmail hacking weekend. 20 years ago
Volker Krause 5693af6b31 KDialog porting. 20 years ago
Reinhold Kainhofer eb2073e6ea If an Ok button is present in a KDialog, it should always be the default button (as discussed on IRC), so there is no need to set it manually. That the Ok button is currently not the default button is simply a bug in kdeui and needs to be fixed there 20 years ago
Reinhold Kainhofer 7f6ea0b791 KDialogBase => KDialog, this also means ~80 less deprecated warnings... 20 years ago
Laurent Montel ee46d3efe0 #include <q...h> -> #include <Q...> 20 years ago
Reinhold Kainhofer ffe5a512df Deprecated QLabel constructors -> call setBuddy and setObjectName manually... 20 years ago
Reinhold Kainhofer 08e5b20b90 QList::find(..)==QList::end() => QList::contains() 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 d9538a7bb2 Remove line breaks so my scripts are not confused 20 years ago
Ismail Onur Filiz 5499cab473 Include "config.h" in the source files that already do not do so. 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 c567557304 addMultiCell(Widget|Layout) => add(Widget|Layout) with swapped params and with row/colspan instead of last row/col. This means that there are ~350 less deprecated warnings 20 years ago
Laurent Montel 86b590e799 Deprecated-- 20 years ago