Commit graph

19 commits

Author SHA1 Message Date
Stephen Kelly ed2872074e Simplify some Qt module style includes.
This is the easiest way to transition to Qt5.
2012-04-10 00:20:22 +02:00
Pino Toscano 269f1b2990 get rid of BookmarkView and make use of KBookmarkView
svn path=/trunk/KDE/kdebase/apps/; revision=1120616
2010-04-29 13:21:31 +00:00
David Faure 685f1f8926 Fix "bookmark editor: tree state (collapsed/expanded) is not remembered", regression from kde3.
It seems the same bug as in kde3 still exists though: if you just expand/collapse stuff and then quit,
no saving happens. You have to do a "real" change afterwards (rename something or so)...
BUG: 131127

svn path=/trunk/KDE/kdebase/apps/; revision=1050727
2009-11-17 23:55:40 +00:00
Daniel Teske 8da8da3319 Fixes that changing the bookmarks in konqueror (or any other application)
didn't automatically change them in an running keditbookmarks.
(Probably broke that one in the big commit a few days ago.)

Also fix expandAll which did collapseAll.


svn path=/trunk/KDE/kdebase/apps/; revision=753640
2007-12-28 01:04:09 +00:00
Daniel Teske 1d01adc76a If no bookmark is selected in the main list, use the selected bookmark folder from the
left pane. Without this, it wasn't actually possible to add something to an empty bookmarks file.
(With special casing for delete, which is only enabled if something is selected in the main pane.)


svn path=/trunk/KDE/kdebase/apps/; revision=753457
2007-12-27 14:26:50 +00:00
Daniel Teske 153180367e Better. Make some things work.
Like drag and dropping bookmarks.
Filtering.
And various fixes all over the place.
Still not really where it should be for a release.

svn path=/trunk/KDE/kdebase/apps/; revision=748964
2007-12-16 01:47:07 +00:00
David Faure 2f4b59b571 Added bookmarkForIndex to simplify code
svn path=/trunk/KDE/kdebase/apps/; revision=684236
2007-07-06 11:47:30 +00:00
David Faure c0eea02a2e A number of preparations for making BookmarkModel more standalone in order to move it to kdelibs/kfile
(needed by kevin's places model)

svn path=/trunk/KDE/kdebase/apps/; revision=684206
2007-07-06 10:56:44 +00:00
Robert Knight 8a3b776236 Various EBN fixes.
svn path=/trunk/KDE/kdebase/apps/; revision=668337
2007-05-26 01:57:37 +00:00
Dirk Mueller 52d6d2f9ce include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-09 22:23:52 +00:00
Laurent Montel 642976a57b Not necessary to redefine function
svn path=/trunk/KDE/kdebase/apps/; revision=615111
2006-12-20 10:51:48 +00:00
Laurent Montel 83b60776c5 Use QT macro for signal/slots
svn path=/trunk/KDE/kdebase/nsplugins/; revision=500480
2006-01-20 11:09:06 +00:00
André Wöbbeking 73be974b33 include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=484132
2005-11-29 13:56:41 +00:00
André Wöbbeking f8525de1bc -pedantic
svn path=/trunk/KDE/kdebase/apps/; revision=475419
2005-10-29 08:13:17 +00:00
Daniel Teske 536be0fe52 This optimization was buggy. Take it out for now.
svn path=/trunk/KDE/kdebase/apps/; revision=474275
2005-10-25 21:58:17 +00:00
Daniel Teske 8d94237bc6 Replace even more of the old drag and drop code.
Edit/Copy, Edit/Cut and Edit/Paste are now working.


svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=470333
2005-10-13 19:26:56 +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 87b597e3aa Two major features:
Two views. That is folder view on the left.
 (Actually at the moment all bookmarks are shown in the folder view,
 I'm waiting for qt 4.1 to filter the view.)

Drag and drop support is back to reorder bookmarks is back.
 (Only in app, not between apps.)
 Drag and drop to the folder view works.

The current code for drag and drop isn't perfect.



svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=462402
2005-09-20 23:30:16 +00:00
Daniel Teske fddf326d4e Port keditbookmarks to Qt4's model/view framework.
Editing, creating and selecting bookmarks works.
For deleting you have to run apply-patches in your qt-copy directory.
All other things are broken. (E.g. drag'n'drop, the edit fields at the bottom, the searchline...)

I wrote down some of my learned lessons while working with Qt4's model/view framework
at http://www.squorn.de/kde/qtmodelview.html


svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=448977
2005-08-13 20:13:21 +00:00