102 Commits (20eb730b59f497591c9a39dc66c510596cd9d710)

Author SHA1 Message Date
Albert Astals Cid e0c5614123 Backport r952870 | aacid | 2009-04-12 20:31:54 +0200 (Sun, 12 Apr 2009) | 3 lines 17 years ago
Albert Astals Cid 8467215532 I18N_NOOP2 is evil and should be used with extreme care, otherwise you end up with untranslatable messages 17 years ago
Thomas McGuire 4ba393d9fb Merged revisions 926722,928213 via svnmerge from 17 years ago
Thomas McGuire 5097ad1ce7 Backport r927893 by mlaurent from trunk to the 4.2 branch: 17 years ago
Laurent Montel 3f6e7a42a6 Don't use deprecated signal 17 years ago
Thomas McGuire 66f97602c4 - Remove "added by qt3to4" comments 17 years ago
Thomas McGuire 424cca0946 Merged revisions 880534 via svnmerge from 18 years ago
Thomas McGuire ab2e0a262a Forwardport from 4.1 branch: 18 years ago
Andr Wbbeking 451fa61c1d call KMimeType::mimeType() with ResolveAliases so that e.g. application/x-zip (used by KDE3) works 18 years ago
Bertjan Broeksema baa8238797 EBN Fixes: validity of i18n calls. 18 years ago
Bertjan Broeksema ddf3e14e0f EBN Fixes: Qt classes that should not be used 18 years ago
Rafael Fernndez Lpez fd15f72439 Code adaptation because of changes on libraries related to revision 719630 19 years ago
Frank Osterfeld d1dfa77976 merge changes from enterprise 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
Thomas McGuire a2cbf7ddf5 - Fix display of icon in attachment properties dialog. 19 years ago
Thomas McGuire b2db316900 Display correct mimetype in attachment properties dialog again. 19 years ago
Mathias Soeken 78be4e81b4 Q3CString -> QByteArray porting in kmail. These are no one left so far. 19 years ago
David Faure c1a590785a KMimeType::pixmap -> KIconLoader::loadMimeTypeIcon with the help of convert-kmimetype-pixmap.pl 19 years ago
Matthias Kretz 428ee4239a merge the kinstance-redesign branch back to trunk. 19 years ago
Laurent Montel 7abde1cf21 Fix connect signal/slot 19 years ago
David Faure 38ec9afb4b kapplication.h removed where not useful 19 years ago
Danny Kukawka 581df3babb fix KMMsgPartDialogCompat to avoid push parent window in the background 20 years ago
Volker Krause 4cd29a3d87 Port a bit more (KSpell -> K3Spell, SimplePlayer -> AudioPlayer, disable 20 years ago
Reinhold Kainhofer fcdd5f3ea1 Compile fixes: 20 years ago
Laurent Montel 6fc13ccf1b Kdialogbase->kdialog 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
Laurent Montel ee46d3efe0 #include <q...h> -> #include <Q...> 20 years ago
Reinhold Kainhofer 8ec18f947d deprecated QRegExp methods 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 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
Reinhold Kainhofer fa50c79e24 setColStretch -> setColumnStretch; 65 less deprecated warnings, ~5300 left in kdepim.... 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
Chusslove Illich 3a5fca8d00 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). 20 years ago
Laurent Montel 659ee5067e Adapt to new kdelibs api 20 years ago
Laurent Montel 86b590e799 Deprecated-- 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Laurent Montel 3ef805634c Q3ValueList-- 21 years ago
Ingo Klcker 81a7e3ba13 Partial port to current kdelibs4_snapshot. Time to hit the bed. 21 years ago
Till Adam d4fb85a932 KMail compiles and links. Let's see if it starts up ... ;) 21 years ago
Volker Krause 61773c224a More porting. 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Thomas Zander 6a51184fc5 Make dialog more readable when disabled, and also allow selecting the text 21 years ago
Marc Mutz 099f9acc37 from proko2: Fix input sanitation bug. This doesn't look exploitable, since the string comes from the attachment properties dialog, but fixing nevertheless :) 21 years ago
Marc Mutz ceede0e49f from proko2: Fix input sanitation bug. This doesn't look exploitable, since the string comes from the attachment properties dialog, but fixing nevertheless :) 21 years ago
Marc Mutz 8b341a1ce6 Fix input sanitation bug. This doesn't look exploitable, since the string comes from the attachment properties dialog, but fixing nevertheless :) 21 years ago
Andrew Coles 6b1f625bbd Corrected typos (exclamation marks). 22 years ago