summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkowner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up BookmarkOwner API, restore bk middle click actionAndrea Diamantini2013-01-171-10/+10
| | | | BUG: 313127
* Revert "Rekonq Migration to Nepomuk2"Andrea Diamantini2013-01-081-7/+7
| | | | | | | 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-7/+7
| | | | | | | | 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-5/+5
|
* - Code style check (codestyle script round)Andrea Diamantini2012-12-121-1/+1
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* WARNING: BIG COMMITAndrea Diamantini2012-12-101-2/+7
| | | | | | | | | | | | | 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
* Clean up WebWindow inserting the WebTab there.Andrea Diamantini2012-12-101-2/+2
|
* Bookmark Manager restoreAndrea Diamantini2012-12-101-0/+428
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-428/+0
| | | | Preparing repo to merge rekonq2 code...
* Let Opera sync handler being optionalAndrea Diamantini2012-05-291-1/+1
|
* Kitchen sink clean upAndrea Diamantini2012-05-271-15/+15
| | | | | | - astyle - copyrights - (some) includes
* Let nepomuk dependencies being optionalAndrea Diamantini2012-05-271-12/+27
|
* Fancy bookmarking on rekonq :)Phaneendra Hegde2012-05-271-1/+23
| | | | | | | | - 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 ;)
* ASSERT_NOT_REACHED macro parameter cannot be empty on MSVC.Andrius da Costa Ribas2012-05-271-1/+1
|
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-1/+1
|
* Krazy fixesAndrea Diamantini2012-01-191-12/+12
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-3/+3
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* Introducing ASSERT_NOT_REACHEDPierre Rossi2011-07-281-0/+1
| | | | | | | | | In a similar fashion as WebKit, this might make those cases where we don't expect to go more obvious in debug builds. I also took the liberty to revisit a lot of switch statements but it could potentially be used elsewhere Reviewed-by: andrea
* clean upAndrea Diamantini2011-07-251-23/+23
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-29/+29
|
* - A new option to set/unset the current bookmark bar folder in the context menuAndrea Diamantini2011-04-281-0/+31
| | | | | | | - 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 :)
* Coding styleAndrea Diamantini2011-02-251-12/+12
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-6/+6
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* "Open folder in Tabs" featureFurkan Uzumcu2011-01-101-2/+3
| | | | Reviewed by: Benjamin Poulain
* Bug when a bookmark contains a '&' fixed in some casesJon Ander Peñalba2010-11-071-6/+3
|
* Variable renamedJon Ander Peñalba2010-11-071-2/+2
|
* Function renamedJon Ander Peñalba2010-11-071-1/+1
|
* BookmarkOwner clean-up and minor bug fixedJon Ander Peñalba2010-11-071-40/+21
|
* - get rid of the selected bookmark in BookmarkOwnerYoann Laissus2010-10-131-104/+108
| | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless
* This commit aims to fix all troubles with favicons retrieving.Andrea Diamantini2010-09-111-2/+1
| | | | | There is at least just another one about threading. But I'm not 100% sure about. And anyway, it will be eventually addressed after 0.6 release..
* make the string plural.Panagiotis Papadopoulos2010-09-081-1/+3
| | | | | See https://bugs.kde.org/show_bug.cgi?id=238810 Since the string is now identical to the one in the bugreport I don’t think we broke string freeze ;-)
* ok, it seems working now. But I'm not sure this is the right fix..Andrea Diamantini2010-09-031-1/+1
|
* This commit hacks a merge request, to fast fixing a crash calling the bk toolbarAndrea Diamantini2010-09-021-1/+1
| | | | CCMAIL: yoann.laissus@gmail.com
* Merge commit 'refs/merge-requests/197' of ↵Andrea Diamantini2010-09-021-18/+31
|\ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m197 Conflicts: src/bookmarks/bookmarkprovider.h I also changed a iconmanager header inclusion :)
| * Fix compile again ...Yoann Laissus2010-09-021-1/+1
| |
| * Use iconForUrl of IconManagerYoann Laissus2010-09-021-1/+2
| |
| * A little bunch of fixes :Yoann Laissus2010-09-021-18/+30
| | | | | | | | | | | | | | - 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-0/+1
|/ | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* fix typoPanagiotis Papadopoulos2010-08-251-1/+1
|
* Removed unused includes in src/bookmarks/bookmarkprovider.hJon Ander Peñalba2010-08-201-0/+2
|
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-1/+1
| | | | src/bookmarks/bookmarkprovider.*
* Merge commit 'refs/merge-requests/181' of ↵Andrea Diamantini2010-08-201-20/+28
|\ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m181 Conflicts: src/bookmarks/bookmarkstoolbar.h
| * - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-20/+28
| | | | | | | | | | | | 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)
* | Krazy fixes, first bunchAndrea Diamantini2010-08-201-1/+1
|/
* BookmarkOwner class clean-upJon Ander Peñalba2010-08-191-124/+106
|
* BookmarkOwner class moved to it's own fileJon Ander Peñalba2010-08-191-0/+369