29 Commits (d1ddc2fee583da7ccd0f3b86eeec46b787dbf986)

Author SHA1 Message Date
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
Laurent Montel 691967fab7 deprecated-- 20 years ago
Volker Krause 61773c224a More porting. 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Tobias Koenig bdf62add75 Fixed the ugly layout 21 years ago
Till Adam 92d4fe4dd1 close() -> KDialogBase::slotOk() 21 years ago
Till Adam 17a994b340 Extract the mailing list handling from the folder properties dialog into 21 years ago