84 Commits (f79f9609c97aaeabdfd84f340cc5fb20fe4f590c)

Author SHA1 Message Date
David Faure b89340afd8 #warnings guarded with __GNUC__ - script at http://web.davidfaure.fr/kde/guard_warnings.pl 19 years ago
David Faure 38ec9afb4b kapplication.h removed where not useful 19 years ago
Laurent Montel 9f7b1775fc Deprecated-- 19 years ago
Christian Schaarschmidt 19e84987f5 port of revision 601947 20 years ago
Christian Schaarschmidt 1c8f854c4e forward port of revision 601947 20 years ago
Allen Winter 238d7c5579 forward port SVN commit 585468 by kling: 20 years ago
Allen Winter 1627b9b3a7 forward port SVN commit 585458 by kling: 20 years ago
Andreas Kling 0284caac7a Always initialize mLineHeight. 20 years ago
Andreas Kling b18eed8ffb Always initialize mFirstColumnWidth -- thanks to Julian Seward. 20 years ago
Allen Winter 72807f4c4d email.h moved into $incdir/emailfunctions instead of $incdir/libemailfunctions. 20 years ago
Reinhold Kainhofer 0ac46523eb deprecated-- 20 years ago
Edwin Schepers 67a7bbfdd5 fix crash 20 years ago
Volker Krause ca80c13d9e Commit danimo's libemailfunctions API cleanup and port kdepim 20 years ago
Reinhold Kainhofer 42ed96b11f some more #include <qxxxx.h> => #include <QXxxx> 20 years ago
Laurent Montel ee46d3efe0 #include <q...h> -> #include <Q...> 20 years ago
Reinhold Kainhofer 49ff0381db deprecated QLineEdit methods 20 years ago
Reinhold Kainhofer e5830100c0 deprecated QList::remove methods -> either QList::erase(iterator) or QList::removeAll(T) 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
Frank Osterfeld 7fa41a9ae1 some de-deprecation for the night 20 years ago
Reinhold Kainhofer f6dc7b5fb7 deprecated QAbstractButton methods, mainly setIconSet->setIcon or setPixmap->setIcon or isOn->isChecked or setToggleButton->setCheckable or setAccel->setShortcut 20 years ago
Chusslove Illich 3a5fca8d00 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). 20 years ago
Laurent Montel 86b590e799 Deprecated-- 20 years ago
Laurent Montel 84f4563492 Don't addline when list of line is empty 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Laurent Montel a47a77a4d2 Q3StyleSheet-- 21 years ago
Laurent Montel ee714655ed Q3PtrList-- 21 years ago
Laurent Montel 08cdd31b10 Q3Whatthis-- 21 years ago
Ingo Klcker 3cbf0fc45b Q_INT*/Q_UINT* -> qint*/quint* 21 years ago
Till Adam d4fb85a932 KMail compiles and links. Let's see if it starts up ... ;) 21 years ago
Volker Krause 05ed13c77c More porting, about 10 files still don't build. 21 years ago
Volker Krause 61773c224a More porting. 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Tobias Koenig 7e73f47e1a Prevent crashes when the lineedit is deleted before the slot is called. 21 years ago
Reinhold Kainhofer 50d4efd7d4 The FSF moved to a different address, so update the license headers all through kdepim to include the new address (see also the FSF's home page for the new address): 21 years ago
David Faure 0c9148bf15 Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...) 21 years ago
Till Adam 8cc0a3adae Don't crash when George gets trigger happy on the delete key in a 21 years ago
Marc Mutz f5277ffb7f Extract kmatmlistview.{h,cpp} and kmlineeditspell.{h,cpp} from kmcomposer.{h,cpp}. Part 2/<unknown> of my tear-kmcomposewin.{h,cpp}-apart work. Also fix some bugs in KMLineEdit::insertEmails() *Hint: a popup menu can be canceled, too. 21 years ago
Thomas Zander 565d6c02f0 Fix the concept of making the first columns equal width to also work 21 years ago
Till Adam c163ba0aad Lazy load the recipientspicker, to make opening a composer a bit 21 years ago
Till Adam 3783d8f19a SVNSILENT verbose-- 21 years ago
Till Adam 3e6ca64ff8 Make sure there is at least one "To" header, by promoting the first 21 years ago
Matt Douhan a08a6bbf0e Step 1 to solve bug 102001 21 years ago
Cornelius Schumacher 8f40d6d367 Forward port recipients editor and picker changes from 3.4 branch 21 years ago
Cornelius Schumacher 15b82fd55b Try to be smart about default type of second recipient line in order to make 21 years ago
Cornelius Schumacher b748ac88b5 Second recipient line should be CC by default. 21 years ago
Ingo Klcker fb11568736 Make the recipient editor aware of changes made by the user. 21 years ago
Ingo Klcker aeb00ff433 Add possibility to add and remove single recipients (needed for the identity's BCC). 21 years ago
Hasso Tepper f7f319f783 Forcing other widgets having maximum height of the line edit doesn't work 21 years ago
Till Adam 56d4c75d67 Disable the "remove recipients line" button when there is only one line. 21 years ago