65 Commits (e839c293b6f6c2d228baed143585036755e82110)

Author SHA1 Message Date
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
Reinhold Kainhofer 92ea42f7c5 deprecated QComboBox methods, mainly currentItem=>currentIndex, insertItem=>addItem, insertStringList=>addItems, setCurrentItem=>setCurrentIndex, setCurrentText=>setItemText(currentIndex,..), text=>itemText 20 years ago
Chusslove Illich 3a5fca8d00 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). 20 years ago
Laurent Montel a574251bf1 Adapt to new kdelibs api 20 years ago
Laurent Montel 86b590e799 Deprecated-- 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Andreas Gungl 8339b64efe replace calls to KConfig::setGroup(...) 20 years ago
Laurent Montel eb077e0b11 qt3support-- 21 years ago
Ingo Klcker d7f1ac1868 KCModule-related porting. 21 years ago
Ingo Klcker 3cbf0fc45b Q_INT*/Q_UINT* -> qint*/quint* 21 years ago
Ingo Klcker 81a7e3ba13 Partial port to current kdelibs4_snapshot. Time to hit the bed. 21 years ago
Laurent Montel ee1fdee369 Warning-- 21 years ago
Volker Krause 88c8470cfb Port some more files. 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Thomas Zander ef6bbd2faa Fix refresh of dimap account to actually work after just adding it. 21 years ago
Ingo Klcker ae6edc4731 - Add a general method to easily reset KConfigXT settings on all config tabs to their default values. (This is made easy by usage of the Template Method pattern or as Sutter calls it the Non-Virtual Interface Idiom.) This makes the Default button magically work for all KConfigXT settings. For all other settings this still has to be done by hand, but it's preferable to port those settings to KConfigXT instead. 21 years ago
Volker Krause 78cf988b37 Remove ugly and inconsistent sunken frames around list views. 21 years ago
Till Adam 8716e5d1b9 Patch by Sam Samy <earlgreykde@netspace.net.au> which ports the composer 22 years ago
Ingo Klcker 4beac68bd2 Correctly disable buttons if no item of a listview is selected. Patch by Tobias Schaefer. 22 years ago
Ingo Klcker 62a6477bee oops 22 years ago
Ingo Klcker 2d9cc3c244 warning-- 22 years ago
Till Adam 00c053b3d0 Convert the KMail configuration dialog to a bunch of KCMs embedded in a 22 years ago
Laurent Montel 3ab80a3f3a Use double click to select profiles 23 years ago
Stephan Binner 4147f8c4e9 CVS_SILENT i18n style guide fixes 23 years ago
Ingo Klcker b304a2ced4 deprecated -= 5 23 years ago
Stephan Binner 6aabefe77f CVS_SILENT i18n style guide fixes 23 years ago
Marc Mutz 1d8115b52e - Move mime tree viewer to the reader window (patch as posted, still 23 years ago
Stephan Kulow 0c16bc7c53 another nonsense commit ;( 23 years ago
Matt Rogers 32015b811f helpin' out stakios with some dynamic_cast fixes 23 years ago