91 Commits (bef21d00a3039705191f369fdb78d1b3680dc881)

Author SHA1 Message Date
Montel Laurent bd9ad387f5 Normalize signal/slots 15 years ago
Alex Merry 8b8a8a63e1 Reduce "false-positives" when deciding whether a change has been made in the configure dialog. 15 years ago
Laurent Montel dc2002da5c Remove not implemented function 16 years ago
Volker Krause 8778b4a312 SVN_MERGE 16 years ago
Laurent Montel c6a519dbfb Fix includes 16 years ago
Volker Krause 8cdb067cbe Rescue NewIdentityDialog from the configuredialog.cpp hell as well. 16 years ago
Andras Mantia 5fb6df55f9 Move invitation handling settings (and dialog) to the messageviewer. 16 years ago
Burkhard Lck db1d7919af Control Center is dead since ages 16 years ago
Laurent Montel 4b0c6e35a1 Remove it. Done by akonadi 17 years ago
Torgny Nyblom 7d21652893 Extract the UI code for Configure dialogs Accont page, recieving tab into a .ui file. 17 years ago
Thomas McGuire 5dfdcf1aee - Remove Profile support. It was broken, and nobody noticed, and also had a lot 17 years ago
Allen Winter 80909a85fa Cleanup kDebug/kWarning/kError(): 17 years ago
Thomas McGuire 66f97602c4 - Remove "added by qt3to4" comments 17 years ago
Laurent Montel b18e8016d3 Fix some iterator 18 years ago
Bertjan Broeksema ddf3e14e0f EBN Fixes: Qt classes that should not be used 18 years ago
Bertjan Broeksema 26c2720228 EBN Fixes: Qt classes that should not be used. 18 years ago
Thomas McGuire c96eb68de5 - Remove the unused phrases tab from the config dialog code. 18 years ago
Torgny Nyblom fa7e876411 Make use of the accountmanagers function for unique names, instead of doing it here. 18 years ago
Thomas McGuire 663cb47ae4 Enable alternating row colors for the identity list and the receiving accounts list. 18 years ago
Thomas McGuire 211cf1b2f9 Some coding style fixes. 18 years ago
Thomas McGuire 077b0e7bda Silence some of the new overload-virtual compiler warnings. 19 years ago
Oswald Buddenhagen 44e92841da KConfig* API overhaul. only cosmetics, so don't panic. 19 years ago
Thomas McGuire e7ff4bb1d9 tabs -> spaces 19 years ago
Thomas McGuire 989ff86495 kde3support-- (kcmodule stuff) 19 years ago
Frank Osterfeld d1dfa77976 merge changes from enterprise 19 years ago
Thomas McGuire efa69da0bd Get rid of unused parameter + function which caused two warnings. 19 years ago
Tobias Koenig 01c7115ebd Manual adaption and cleanup of the previous script run 19 years ago
Daniel Molkentin 94a38cea12 major parts of the endl cleanups. 19 years ago
Laurent Montel a2849e0f7f Not necessary 19 years ago
Mathias Soeken 530b2e7bdf Now Q3's also disappeared from configuredialog_p.cpp 19 years ago
Mathias Soeken e0a91412b1 K3ListView -> QTreeWidget and use of the former used ListView implementation for recieving and tag list. 19 years ago
Thomas McGuire dc6f583571 Replace a KButtonGroup with a QButtonGroup. 19 years ago
Jonathan Marten 4412248501 Convert most instances of Q3[HV]?ButtonGroup 19 years ago
Volker Krause 0b5a8ee3e9 Merge branch/work/kmail-mailtransport. 19 years ago
Stephan Kulow 944280d5a6 merge kconfigroup_port branch 19 years ago
Matthias Kretz 428ee4239a merge the kinstance-redesign branch back to trunk. 19 years ago
Reinhold Kainhofer d763cc114b locate => KStandardDirs::locate 20 years ago
Laurent Montel 1d42e4b91d Adapt to new kdelibs api 20 years ago
Volker Krause 5693af6b31 KDialog porting. 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 d956e3b7bf QTabWidget and KNotifyClient::beep converted so there are some less deprecated warnings 20 years ago
Reinhold Kainhofer 42ed96b11f some more #include <qxxxx.h> => #include <QXxxx> 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 d892497f04 deprecated QLabel constructors and methods 20 years ago
Reinhold Kainhofer 4ea904f4b5 deprecated Q(HBox|VBox|Grid)Layout(QLayout*parentLayout) constructors 20 years ago
Reinhold Kainhofer ffe5a512df Deprecated QLabel constructors -> call setBuddy and setObjectName manually... 20 years ago
Reinhold Kainhofer 33de056e1f QList::find(..)==QList::end() => QList::contains() 20 years ago
Frank Osterfeld 1bc672fede s/findRev/lastIndexOf 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