Commit graph

25 commits

Author SHA1 Message Date
David Faure 246fdff05d Remove #include <k3listviewsearchline.h>
svn path=/trunk/KDE/kdebase/apps/; revision=1050464
2009-11-17 11:07:11 +00:00
David Faure d9643eb7dd Forwardport 1030003: fix for #160679:
Ensure the document of the elements (during dnd or pasting) stays alive as long as the elements, otherwise we get crashes.

svn path=/trunk/KDE/kdebase/apps/; revision=1030006
2009-10-01 11:30:27 +00:00
Laurent Montel 1057fae751 It's not used now
svn path=/trunk/KDE/kdebase/apps/; revision=773121
2008-02-10 10:56:59 +00:00
Tom Albers 671b224bd8 RELICENSE: GPL2->GPL2+/GPL23
svn path=/trunk/KDE/kdebase/apps/; revision=751022
2007-12-20 22:23:07 +00:00
Dirk Mueller 52d6d2f9ce include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-09 22:23:52 +00:00
Urs Wolfer e596b941e9 * fix layout problem
* use KLineEdit::setClearButtonShown(true) instad of the old clear button

svn path=/trunk/KDE/kdebase/apps/; revision=654369
2007-04-15 22:37:01 +00:00
David Faure eb235728e3 Many files were using KGlobal via the "#include <kglobal.h>" in kguiitem.h. Removed that include -> added many includes in the code.
svn path=/trunk/KDE/kdebase/apps/; revision=614585
2006-12-18 11:18:32 +00:00
Thorsten Roeder 448fa4042f * deprecated--
* fix typo
* simplify |= on bools

svn path=/trunk/KDE/kdebase/apps/; revision=532172
2006-04-21 12:55:00 +00:00
Dirk Mueller d44d8c0f05 fix uninitialized variable (CID 1229)
svn path=/trunk/KDE/kdebase/apps/; revision=531274
2006-04-18 21:01:08 +00:00
Hamish Rodda e7d5dfa47f Merging in from bleeding edge kdebase branch
- i18n ported
- KAccel removed
- Some fixes for OS X

svn path=/trunk/KDE/kdebase/kfind/; revision=528190
2006-04-10 11:57:13 +00:00
Tim Beaulen be910a06fc Less warnings about deprecated functions.
And now the program actually seems to run.


svn path=/trunk/KDE/kdebase/apps/; revision=527769
2006-04-09 10:26:40 +00:00
Hamish Rodda 38c4b6fc6c Port to new kdelibs snapshot. Most major changes are in konqueror due to
its reasonably heavy use of custom actions.

My kdelibs was a day old when i compiled, so if there is non-action
related porting still to do... it's probably still not done... will
check

svn path=/trunk/KDE/kdebase/libkonq/; revision=521386
2006-03-22 13:32:49 +00:00
Laurent Montel 5db47029d8 Adapt to new kdelibs api
svn path=/trunk/KDE/kdebase/apps/; revision=518178
2006-03-13 10:59:23 +00:00
Laurent Montel 2108931f4f Adapt to new api
svn path=/trunk/KDE/kdebase/konqueror/; revision=518159
2006-03-13 10:12:27 +00:00
Laurent Montel aed1a8b78d deprecated--
svn path=/trunk/KDE/kdebase/konqueror/; revision=506335
2006-02-06 15:07:10 +00:00
Laurent Montel 0f09cc8d07 setIconSet -> setIcon
svn path=/trunk/KDE/kdebase/apps/; revision=492257
2005-12-29 12:42:05 +00:00
Laurent Montel e5e0529552 qt3support--
svn path=/trunk/KDE/kdebase/apps/; revision=479406
2005-11-10 11:50:13 +00:00
Dirk Mueller 40b74b7fc1 SVN_SILENT: fix typo
svn path=/trunk/KDE/kdebase/nsplugins/; revision=467416
2005-10-05 08:44:32 +00:00
Daniel Teske 36476349bf Should compile now.
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=467290
2005-10-04 20:42:32 +00:00
Daniel Teske bee212e17a readd searchline
- still missing "AND"-feature
 - is based on a complete port of KListViewSearchline to qt4
   - there will be a filter proxy model in  qt 4.1 which should be the basis 
     for a better port. (In fact the demo app the troll showed me, was a 
     searchline.)

reenable bookmarkinfowidget (bottom text fields)



svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=459815
2005-09-11 22:50:56 +00:00
Stephan Kulow e77f20dbaf svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase
          .

I couldn't resolve one kicker conflict that results from different
development directions, so I rely on Aaron to sort it out - the file
is commited with conflicts

svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=439627
2005-07-28 14:59:42 +00:00
Dirk Mueller b3736b51bc update FSF address
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=431577
2005-07-04 19:02:09 +00:00
Daniel Teske f431f0a898 Remove unecessary Q_OBJECT.
If anyone did notice that pressing backspace in the kebsearchline does 
(almost always) strange things. I have tracked it down and I'll fix it.


svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=430627
2005-07-02 01:02:04 +00:00
Stefan Gehn 62835e15ea includemocs, helpful unsermake warns about this
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=430457
2005-07-01 11:41:45 +00:00
Daniel Teske 537b638ea0 Add a more advanced search line to keditbookmarks.
Instead of showing only those matching  e.g. "keyword1 keyword2" exactly,
show those items, which contain keyword1 AND keyword2.

BUG: 99700


svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=430333
2005-06-30 23:24:09 +00:00