summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkcontextmenu.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - Drag and drop in the bookmark toolbar between root items only (for the ↵Yoann Laissus2010-08-171-321/+0
| | | | | | | | | | moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479
* Unify the deletion of bookmarks in one placeJon Ander Peñalba2010-08-161-19/+1
|
* Bug when closing the 'New Folder' dialog fixed.Jon Ander Peñalba2010-08-151-2/+5
|
* - Fix bookmarks' text which is truncated in some places (new tab page, some ↵Yoann Laissus2010-08-101-5/+5
| | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196
* - Add a 'Don't ask again' option to some message dialogYoann Laissus2010-08-041-1/+3
| | | | | | - Prevent a crash if the previous option is enabled because KMenu blocks all GUI events ... BUG: 246565
* - Performance improvements (partial updates of the tree)Yoann Laissus2010-07-181-5/+6
| | | | | - Synchronisation of the folded states between each windows - Code cleanup
* Fix naming to clean APIAndrea Diamantini2010-06-241-1/+1
| | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab
* The second arg of QString::replace has to be a QString, I supposeJonathan Thomas2010-05-271-1/+1
|
* Encapsulate single characters in single quotes, since passing a char to ↵Jonathan Thomas2010-05-271-3/+3
| | | | QString is more efficient than passing a one-character string.
* Properly take care of ampersandsAndrea Diamantini2010-05-251-4/+6
| | | | Ronny Scholz patch. Thanks ;)
* Memory leaks fixesAndrea Diamantini2010-05-041-0/+6
| | | | first bunch
* A coding style roundAndrea Diamantini2010-04-301-24/+24
|
* moc fixesAndrea Diamantini2010-04-141-0/+1
|
* Some stupid not so important fixesAndrea Diamantini2010-04-081-3/+4
|
* Add a missing slotYoann Laissus2010-04-081-2/+16
|
* - Enable context menu for folders and separators of the bookmark barYoann Laissus2010-04-081-0/+309
- Use the same context menu for the bookmark panel and the bookmark bar - Use a list to store the different bookmark bars - Fix the different crashes when there are more than one window - When the bookmarks are changed, all the bars are refreshed