39 Commits (19d25d6dd76a41fb2cacb3e6e98507ff0c745779)

Author SHA1 Message Date
Thomas McGuire a32f17fdb2 Search rule widget: 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
Laurent Montel 5ccda13bd7 Include fix 19 years ago
David Faure 297b4df145 Speed up "Find Messages" dialog (forwardport of 588915) 20 years ago
David Faure 515d93ea9a SmallIcon can fall back to UserIcon if needed, but this means doing the lookup as a SmallIcon first, every time, which is slow. 20 years ago
Tom Albers 74168ad2ce Next bunch of removal of deprecated things 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 42ed96b11f some more #include <qxxxx.h> => #include <QXxxx> 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
Stephan Kulow ffaff2c9ab removed deprecated QWidget functions 20 years ago
Reinhold Kainhofer 72d34ac78b deprecated OQbject methods: constructor with name, name=>objectName, isA, etc. I don't know how to port queryList and child.. 20 years ago
Stephan Kulow 8d58c87fbf check for -1 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
Laurent Montel 86b590e799 Deprecated-- 20 years ago
Volker Krause 5106454956 Compile with new kdelibs snapshot. 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Laurent Montel 60b450d35f QString::null-> QString() 21 years ago
Laurent Montel 4c367489e1 Q3Cstring-- 21 years ago
Laurent Montel e84659348b Byebye Q3WidgetStack 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
Reinhold Kainhofer 2e77a55d99 The FSF has moved, use the new address in all license files and headers ... 21 years ago
David Faure 3a9027c0c9 Backport IRIX compilation fix (safe since it uses a technique already used in another file) 21 years ago
David Faure b76e0240d7 Backport IRIX compilation fix. 21 years ago
David Faure eaf0898778 Patch from #100725 to fix build problem on IRIX. Approved by Marc Mutz. 21 years ago
David Faure db632076b8 Merged from 3.3-branch: Marc Mutz's --enable-final fix 22 years ago
Marc Mutz 8a57e9ea7e Make KMail compile with --enable-final. Please port to HEAD, can't do it myself, but should be straightforward... 22 years ago
Till Adam fdc4097050 Patch by Martijn Klingens <klingens@kde.org> with some minor fixups which 22 years ago
Simon Hausmann 005043801f - these three (duplicated) Delete templates conflict with the globally 22 years ago
Till Adam 27f35a36b4 Add "has attachment" to the list of stati to search for in the quick 22 years ago
Ingo Klcker b25c3023bc - warning-- 22 years ago
Martin Kbele 3efbb79fa8 added another filterrule (wishlist #33535): "has an attachment" and "has no attachment". 22 years ago
Ingo Klcker 30d088992e CVS_SILENT Fix typo in comment. Whitespace and indentation fixes. 22 years ago
Martin Kbele a6c7625dda added a new filterrule: 22 years ago
Till Adam cb4aaee980 Factor the quick search with status filtering into its own class and files 22 years ago
Andrew Coles af11dae280 Corrected typographical errors. 22 years ago
Ingo Klcker 8f4173ffcc - Make use of RuleWidgetHandlers for managing the search/filter rule widgets. 22 years ago
Ingo Klcker 944c8584ce Don't leak QObjectLists. 22 years ago
Andrew Coles 9519a458ee Corrected typo (isn't -> is not). 22 years ago
Ingo Klcker 4d1ad7ff81 Add RuleWidgetHandlers and RuleWidgetHandlerManager. There are currently three handlers which handle the function widgets and the value widgets for search/filter rules: a status rule handler, a numeric rule handler (for size and age) and a general text rule handler. I'll send a patch with the corresponding changes in kmsearchpatternedit.* to the list. 22 years ago