summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Migrate BookmarkManageraqua2022-09-141-27/+7
|
* Import BookmarkModel from poiaqua2022-09-141-334/+184
|
* normalize signal/slotMontel Laurent2013-05-061-1/+1
|
* Supporting panel (again) :)Andrea Diamantini2013-03-101-0/+406
| | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-407/+0
| | | | Preparing repo to merge rekonq2 code...
* Kitchen sink clean upAndrea Diamantini2012-05-271-1/+1
| | | | | | - astyle - copyrights - (some) includes
* Change Bookmark MIME Type and CentralizeDavid E. Narváez2012-03-191-4/+4
| | | | | | | | As discussed in the mailing list, this changes the MIME type to x-rekonq-bookmark and centralizes all references to that MIME type in one static method. REVIEW: 104197
* Krazy fixesAndrea Diamantini2012-02-161-1/+1
| | | | | - doublequote_chars - normalize
* Krazy fixesAndrea Diamantini2012-01-191-3/+3
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-7/+8
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* Unifies macro styleJohannes Troscher2011-11-271-1/+1
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* clean upAndrea Diamantini2011-07-251-35/+35
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-40/+40
|
* Add "comment" bookmark field in the bookmark panelYoann Laissus2011-05-151-0/+7
|
* Coding styleAndrea Diamantini2011-02-251-7/+7
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-7/+7
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* - Bookmarklet supportYoann Laissus2010-09-151-1/+1
| | | | | | | | - text/uri-list drops in the BK toolbar - Don't allow other drag than bookmarks in the BK panel (for the moment) - A little cleanup BUG: 250623
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-3/+4
|
* Merge commit 'refs/merge-requests/197' of ↵Andrea Diamantini2010-09-021-1/+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-1/+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-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 bk icons.Andrea Diamantini2010-09-011-2/+7
| | | | The fix is hackish but it's the best thing I could achieve..
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-1/+4
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* Removed unused includes in src/bookmarks/bookmarkprovider.hJon Ander Peñalba2010-08-201-10/+13
|
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-1/+1
| | | | src/bookmarks/bookmarkprovider.*
* Fixed tooltip in the bookmarks panelJon Ander Peñalba2010-08-201-2/+2
|
* Bookmarks panel code reorderedJon Ander Peñalba2010-08-201-56/+56
|
* Bookmarks panel code clean-upJon Ander Peñalba2010-08-191-79/+38
|
* Fix the BK panel's drag and dropYoann Laissus2010-08-121-6/+6
|
* - Fix bookmarks' text which is truncated in some places (new tab page, some ↵Yoann Laissus2010-08-101-2/+2
| | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196
* - Performance improvements (partial updates of the tree)Yoann Laissus2010-07-181-44/+41
| | | | | - Synchronisation of the folded states between each windows - Code cleanup
* i18n fixesAndrea Diamantini2010-06-041-1/+1
| | | | Andrew Coles's patch. Thanks :)
* Don't use QString::number(), KDE will format the numbers is an l10n-friendly ↵Jonathan Thomas2010-05-271-1/+1
| | | | fashion, QString::number() won't
* last minute string fixesPanagiotis Papadopoulos2010-05-241-1/+1
|
* Memory leaks fixesAndrea Diamantini2010-05-041-1/+1
| | | | first bunch
* Krazy fixesAndrea Diamantini2010-04-301-2/+2
|
* A coding style roundAndrea Diamantini2010-04-301-86/+86
|
* - Fix a crash when the cancel button of the add bookmark menu is clickedYoann Laissus2010-03-271-5/+19
| | | | | | | | - Use the same behaviour for delete bookmark as the toolbar - Some strings changed - Keep the selection of a folder when it's expanded/collapsed - Fix the name of some methods and properties - Code cleaned a bit
* A lot of fix and improvements for the bookmark and the history panelsYoann Laissus2010-03-231-88/+177
|
* Krazy issues (1st branch)Andrea Diamantini2010-02-141-1/+1
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-0/+1
|
* Just some stupid fixesAndrea Diamantini2009-12-141-181/+249
|
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+255
Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether.