summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkowner.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename BookmarkModel to BookmarksTreeModelaqua2022-09-141-148/+0
| | | | | - remove BookmarkManager - remove BookmarkOwner
* Import BookmarkModel from poiaqua2022-09-141-12/+4
|
* Restore rekonq migration to nepomuk2Andrea Diamantini2013-02-101-3/+0
| | | | | | | | | Being kde 4.10 been released, we are ready to. I yet could not understand if this compiles (without nepomuk) in 4.9. CCMAIL:david.narvaez@computer.org CCMAIL:me@vhanda.in REVIEW: 108152
* Clean up BookmarkOwner API, restore bk middle click actionAndrea Diamantini2013-01-171-4/+4
| | | | BUG: 313127
* Revert "Rekonq Migration to Nepomuk2"Andrea Diamantini2013-01-081-0/+3
| | | | | | | This reverts commit 6d2519d373350b5e904fb421d688a665dd42c0c1. This let rekonq compile again. Nepomuk2 will be added back when KDE 4.10 will be released.
* Rekonq Migration to Nepomuk2David E. Narváez2013-01-071-3/+0
| | | | | | | | Ran the Nepomuk migration script and added a directory with code that has not yet been ported to Nepomuk2. Also did some CMake changes to be able to drop the config-nepomuk.h.cmake file. REVIEW: 108152
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-1/+1
|
* WARNING: BIG COMMITAndrea Diamantini2012-12-101-1/+1
| | | | | | | | | | | | | This commit reviews and partially fix the Q/K action mess in rekonq code. We now store actions in different actioncollections (one for each tab && one for each window). Related to this code review, you can find also fixes for some triggered actions NOT working (well) before: - fullscreen - bookmark all tabs - new (clean) tab
* Bookmark Manager restoreAndrea Diamantini2012-12-101-0/+159
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-159/+0
| | | | Preparing repo to merge rekonq2 code...
* Let Opera sync handler being optionalAndrea Diamantini2012-05-291-1/+1
|
* Let nepomuk dependencies being optionalAndrea Diamantini2012-05-271-0/+7
|
* Fancy bookmarking on rekonq :)Phaneendra Hegde2012-05-271-0/+2
| | | | | | | | - Fancy bookmarking's resource link dialog added to bookmark context menu - UI improvements in bookmarks dialog - WARNING: Nepomuk/soprano dependencies added NB: Merged and squashed by adjam ;)
* Krazy fixesAndrea Diamantini2012-01-191-1/+1
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* - A new option to set/unset the current bookmark bar folder in the context menuAndrea Diamantini2011-04-281-1/+5
| | | | | | | - Fix drag and drop with a custom folder - Fix a regression which affects BK bar drag and drop (5a53d2bf91dd) Patch by Yoann Laissus, reviewed by me :)
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-2/+0
|
* Coding styleAndrea Diamantini2011-02-251-1/+4
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Fix issues as pointed out by KrazyRohan Garg2011-01-131-1/+1
| | | | | | * Fix spelling issues * Wrap Strings in QL1S * Use Q_OBJECT macro in a class that derives from QObject
* "Open folder in Tabs" featureFurkan Uzumcu2011-01-101-1/+1
| | | | Reviewed by: Benjamin Poulain
* Variable renamedJon Ander Peñalba2010-11-071-1/+1
|
* Function renamedJon Ander Peñalba2010-11-071-2/+2
|
* BookmarkOwner clean-up and minor bug fixedJon Ander Peñalba2010-11-071-36/+17
|
* - get rid of the selected bookmark in BookmarkOwnerYoann Laissus2010-10-131-21/+36
| | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless
* Merge commit 'refs/merge-requests/197' of ↵Andrea Diamantini2010-09-021-3/+4
|\ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m197 Conflicts: src/bookmarks/bookmarkprovider.h I also changed a iconmanager header inclusion :)
| * A little bunch of fixes :Yoann Laissus2010-09-021-3/+4
| | | | | | | | | | | | | | - Bookmarks saved with KMimeType::iconNameForUrl are now correctly displayed in the BK bar - Folder icons in the BK panel are fixed - Unset the current bookmark after a context menu deletition to avoid some bugs - Cleanup
* | Code Review.Andrea Diamantini2010-09-021-13/+14
|/ | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-14/+14
| | | | | | It fixes the problem of the submenu if there are too much items to fit on the bar - Improve a bit the new redesign of BookmarkOwner - Reenable the bookmark menu by default (because the icon in the bar is on the left)
* BookmarkOwner class clean-upJon Ander Peñalba2010-08-191-30/+22
|
* BookmarkOwner class moved to it's own fileJon Ander Peñalba2010-08-191-0/+155