10649 Commits (ce537eedc0035d5810f994010f5258e28b090f17)
 

Author SHA1 Message Date
Volker Krause ce537eedc0 Merge SVN commit 677090 by vkrause from enterprise branch: 19 years ago
Frank Osterfeld 5d54c12e03 SVN_COMMENT remove obsolete comment 19 years ago
Thomas McGuire 3949f1af77 Don't convert the enum values to int, use some Qt magic to get the enum value names instead and store them. 19 years ago
Frank Osterfeld 15f12d36ab SVN_SILENT unnecessary forward include 19 years ago
Volker Krause 7f692a1a42 Merge SVN commit 689474 by vkrause from proko2 branch: 19 years ago
Thomas McGuire b6d5f2f75a Rename typeName() to displayNameForType() and make it static. 19 years ago
Thomas McGuire f562f3f8ac Fix crash while searching. 19 years ago
Thomas McGuire b2b695420e Update the way the type of the account is stored. 19 years ago
Volker Krause 417acbe0dd Forwardport commits 688956 and 689037 from enterprise branch (crash 19 years ago
Oswald Buddenhagen d0e2760b3e remove abuse of KShell::homeDir() 19 years ago
Laurent Montel 414e8605c9 Shell script will not work on windows Perhaps port it to 19 years ago
Allen Winter 996e45f360 follow the libkleo changes 19 years ago
Robert Knight e9a6dd2d31 Fix crash when right-clicking in mail composer on a paragraph with a list. Simpler English in status bar. 19 years ago
Will Stephenson 21780c2e07 Try to sort out the horrible build mess. 19 years ago
Christian Ehrlicher fbc528c8cc win32 compile++ 19 years ago
Christian Ehrlicher 7cc1fd4d5c msvc warnings-- 19 years ago
Tom Albers c8185ee669 libkleo has moved to kdepim now. 19 years ago
Volker Krause dd20b538ad Forwardport SVN commit 687341 by vkrause: 19 years ago
Frank Osterfeld 5b111a4c5e export and include fixes 19 years ago
Frank Osterfeld 1a42bb272e revert. these functions (truncate, mkdir, ...) are used all over the place and should be either replaced by Qt equivalents or wrapped once, without platform-specific ifdefs everywhere 19 years ago
Frank Osterfeld 79cdcf1c1c disambiguation 19 years ago
Frank Osterfeld 7763f0a4bd unnecessary 19 years ago
Till Adam 8d0ddf5448 SVNSILENT a bit of cleanup 19 years ago
Frank Osterfeld 38a3fd7c56 build fixes for mingw. please proofread, especially whether QFile::resize() does the right thing here. CCMAIL:kloecker@kde.org,adam@kde.org 19 years ago
Frank Osterfeld bc17cdbea2 port to KProcess 19 years ago
Laurent Montel da4364229f Fix export 19 years ago
Volker Krause 4b4b25ad45 Forwardport SVN commit 686451 by vkrause: 19 years ago
Volker Krause 770cf1e7b9 Forwardport SVN commit 685966 by vkrause: 19 years ago
Allen Winter 4120504255 remove kde4_automoc() 19 years ago
Laurent Montel 9079b08b83 Not necessary 19 years ago
Tom Albers 26871c34dd Remove the setEditable on the transport comboboxes. identitydialog could maybe use the transportcombobox straight away. But I leave that as an excercise for the kmail hackers. 19 years ago
Allen Winter 2ece076ad5 forward port SVN commit 685749 by winterz: 19 years ago
Volker Krause 71465725fb Forwardport SVN commit 682923 by moenicke: 19 years ago
Laurent Montel a2849e0f7f Not necessary 19 years ago
Laurent Montel 2654a817ce Port++ 19 years ago
Laurent Montel 4afdf77934 Fix signal/slot 19 years ago
Benjamin Reed 8f7ab29e52 more mac linker workarounds -- reduce the number of duplicate libraries specified on the linker line 19 years ago
Martin Steigerwald f8cd9fe22a HOWTO for setting up a new or changing an existing KMail antispam wizard 19 years ago
Martin Steigerwald d8c811431d Updated CRM114 antispam wizard entry with at least a basic boolean 19 years ago
Script Kiddy af14f359e0 SVN_SILENT made messages (.desktop file) 19 years ago
Allen Winter c37035d782 Move the kpgp library back to kdepim from kdepimlibs. 19 years ago
Till Adam c7e391c02e And finally the kmail extensions to the kolab resource. 19 years ago
Ingo Klcker 481bc8f11c CVSSILENT: indent 19 years ago
Ingo Klcker 47ae125c4b Put the creation of all actions not stored in a member variable in a private scope by enclosing the relevant lines in a pair of curly braces. This prevents accidental usage of those actions outside their scope as it has happened with the 'Select All Messages' action that was inadvertedly 'merged' with the 'New Subfolder' action. And while trying to compile after my change I found that the 'Remove duplicates' action was also 'merged' with some other action. 19 years ago
Allen Winter 17557c8511 link++ 19 years ago
David Faure 758c9ff528 Fix more broken iterations... 19 years ago
Thomas McGuire a07b8909e2 Port the attachmentlistview to QTreeWidget. 19 years ago
Allen Winter a7e0c1c59c use ${KDE4_FOO_LIBS} variables instead of hardcoded libs names 19 years ago
Laurent Montel 1f061d60b4 Use cmake macro 19 years ago
Chusslove Illich c39515537d Auto-conversion to new KCmdLineArgs/KAboutData/KComponentData API (trunk/KDE). Watch for the few remaining QString to QByteArray assignments that will not compile without extra specification (typically needs .toLocal8Bit() or .toUtf8()). 19 years ago