48 Commits (9221d07cf417ee915799fa4b4e556a3f528a74e3)

Author SHA1 Message Date
Thomas McGuire 211cf1b2f9 Some coding style fixes. 18 years ago
Volker Krause baf5d52098 Merged revisions 767033-767040,767042-767046,767048-767232,767234-767551,767553-767554,767556,767558-767768,767770-767805,767807-767946,767948-767951,767953-768069,768071-768089,768091-768401,768403-768538,768540-768683,768685-768705,768707-768738 via svnmerge from 18 years ago
Allen Winter 1ee33eb647 include file fixes, mostly re-ordering. but I did find some places 18 years ago
Frank Osterfeld d1dfa77976 merge changes from enterprise 19 years ago
Arto Hytnen fa8703cd73 include duplicates--, include guards and a sole QMAX() -> qMax() fixes 19 years ago
Gabriel Anderson 2d5a79d190 Fixed krazy issue #6 19 years ago
Laurent Montel 9079b08b83 Not necessary 19 years ago
Laurent Montel 2654a817ce Port++ 19 years ago
Pradeepto Bhattacharya 0750e965c5 Krazy #1 fixes 19 years ago
Laurent Montel aa58f72c51 Include not necessary 19 years ago
Matthias Kretz 428ee4239a merge the kinstance-redesign branch back to trunk. 19 years ago
Laurent Montel 9204efee7b Fix connect signal/slot 19 years ago
David Faure b89340afd8 #warnings guarded with __GNUC__ - script at http://web.davidfaure.fr/kde/guard_warnings.pl 19 years ago
Laurent Montel e0e33eafda Fix other signal/slot 20 years ago
Laurent Montel 1d42e4b91d Adapt to new kdelibs api 20 years ago
Volker Krause 5693af6b31 KDialog porting. 20 years ago
Ingo Klcker d513d22e03 Forward port of SVN commit 550851 by kloecker: 20 years ago
Ingo Klcker faed8df989 Fix bug 120448 (Crash when creating a mail folder with a / in its name) 20 years ago
Laurent Montel ce6b84f1ac fix for new kurl renamed 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 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 33de056e1f QList::find(..)==QList::end() => QList::contains() 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 b592284b37 Remove the name param from the constructor 20 years ago
Chusslove Illich 3a5fca8d00 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). 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
Andreas Gungl c901b1247d reduce readEntry(...).toInt() where possible 20 years ago
Andreas Gungl db8f1ad5ad porting for KConfig changes 21 years ago
Laurent Montel 60b450d35f QString::null-> QString() 21 years ago
Carsten Burghardt 6c7d84e090 Set the imapPath also when no namespace combo was available 21 years ago
Laurent Montel 72f49ff4e0 Compile/link 21 years ago
Volker Krause 61773c224a More porting. 21 years ago
Allen Winter ddc850a23f forward port. 21 years ago
Nadeem Hasan 50e088d943 Another margin/spacing fix. 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Carsten Burghardt 3fa13d0426 Use the correct delimiter for disconnected imap. Refactor this stuff a bit to make the creation of 21 years ago
Stephan Binner 4f613e635c SVN_SILENT fixuifiles / i18n style guide fixes 21 years ago
Carsten Burghardt 9fb3eb0d87 Now that kmail also knows the correct delimiter (from the namespace code) use it 21 years ago
Carsten Burghardt c28e46e8c6 Add namespace support to kmail. 21 years ago
Till Adam b655d099c3 Backport "new folder" dialog fixes. 21 years ago
Till Adam d9008e0329 Make sure a connection to the server can be established before attempting to create an online imap folder. 21 years ago
Laurent Montel 9823f42405 Enable/disable ok button when folder name is empty 21 years ago
Luk Tinkl e22b9f87f0 something missing 21 years ago
Stephan Binner 60b36e9a2b CVS_SILENT i18n style guide fixes 21 years ago