Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug when a bookmark contains a '&' fixed in some cases | Jon Ander Peñalba | 2010-11-07 | 3 | -7/+6 |
| | |||||
* | Variable renamed | Jon Ander Peñalba | 2010-11-07 | 2 | -3/+3 |
| | |||||
* | BookmarksContextMenu's destructor moved to the header file | Jon Ander Peñalba | 2010-11-07 | 2 | -6/+1 |
| | |||||
* | BookmarksPanel API improved | Jon Ander Peñalba | 2010-11-07 | 3 | -52/+36 |
| | |||||
* | Function renamed | Jon Ander Peñalba | 2010-11-07 | 4 | -25/+25 |
| | |||||
* | BookmarkOwner clean-up and minor bug fixed | Jon Ander Peñalba | 2010-11-07 | 2 | -76/+38 |
| | |||||
* | Fix forward declaration | Montel Laurent | 2010-11-03 | 1 | -2/+0 |
| | |||||
* | Merge branch 'bkmenuleak' | Andrea Diamantini | 2010-10-13 | 4 | -6/+15 |
|\ | |||||
| * | Fix mem leak, due to kbookmarkmenu class. | Andrea Diamantini | 2010-10-13 | 4 | -6/+15 |
| | | | | | | | | Please, see http://svn.reviewboard.kde.org/r/5606/ about. | ||||
* | | - get rid of the selected bookmark in BookmarkOwner | Yoann Laissus | 2010-10-13 | 4 | -154/+166 |
|/ | | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless | ||||
* | - Bookmarklet support | Yoann Laissus | 2010-09-15 | 2 | -26/+33 |
| | | | | | | | | - 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 | ||||
* | Krazy Fixes for rekonq | Rohan Garg | 2010-09-11 | 1 | -1/+1 |
| | | | | | | | modified: src/bookmarks/bookmarkprovider.cpp modified: src/history/historymanager.cpp modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp | ||||
* | This commit aims to fix all troubles with favicons retrieving. | Andrea Diamantini | 2010-09-11 | 3 | -4/+3 |
| | | | | | 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.. | ||||
* | Merge branch 'master' of gitorious.org:rekonq/mainline | Andrea Diamantini | 2010-09-09 | 1 | -1/+3 |
|\ | |||||
| * | make the string plural. | Panagiotis Papadopoulos | 2010-09-08 | 1 | -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 ;-) | ||||
* | | A very small commit to fix the KEditBookmark issue with bookmark exporting ↵ | Yoann Laissus | 2010-09-08 | 1 | -0/+1 |
|/ | | | | when it's launched from rekonq | ||||
* | Merge commit 'refs/merge-requests/202' of git://gitorious.org/rekonq/mainline | Andrea Diamantini | 2010-09-04 | 1 | -0/+2 |
|\ | |||||
| * | Fix the BK panel drag and drop regression introduced by ↵ | Yoann Laissus | 2010-09-03 | 1 | -0/+2 |
| | | | | | | | | 0d53995507a369d5b4cfddbe365fc8a438fcf3cf | ||||
* | | ok, it seems working now. But I'm not sure this is the right fix.. | Andrea Diamantini | 2010-09-03 | 2 | -1/+4 |
|/ | |||||
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -3/+4 |
| | |||||
* | This commit hacks a merge request, to fast fixing a crash calling the bk toolbar | Andrea Diamantini | 2010-09-02 | 1 | -1/+1 |
| | | | | CCMAIL: yoann.laissus@gmail.com | ||||
* | Merge commit 'refs/merge-requests/197' of ↵ | Andrea Diamantini | 2010-09-02 | 8 | -62/+73 |
|\ | | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m197 Conflicts: src/bookmarks/bookmarkprovider.h I also changed a iconmanager header inclusion :) | ||||
| * | Fix compile again ... | Yoann Laissus | 2010-09-02 | 1 | -1/+1 |
| | | |||||
| * | Oops, fix compilation | Yoann Laissus | 2010-09-02 | 2 | -2/+2 |
| | | |||||
| * | Use iconForUrl of IconManager | Yoann Laissus | 2010-09-02 | 1 | -1/+2 |
| | | |||||
| * | A little bunch of fixes : | Yoann Laissus | 2010-09-02 | 8 | -62/+71 |
| | | | | | | | | | | | | | | - 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 Diamantini | 2010-09-02 | 8 | -53/+60 |
| | | | | | | | | | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers | ||||
* | | Make sure the model is only created ones | Jon Ander Peñalba | 2010-09-02 | 2 | -2/+5 |
|/ | |||||
* | Fix bk icons. | Andrea Diamantini | 2010-09-01 | 1 | -2/+7 |
| | | | | The fix is hackish but it's the best thing I could achieve.. | ||||
* | Restore old bookmarks file management | Andrea Diamantini | 2010-09-01 | 1 | -8/+22 |
| | | | | Please, read NOTE inside. | ||||
* | panels directory removed | Jon Ander Peñalba | 2010-08-30 | 2 | -2/+2 |
| | |||||
* | Minor changes in the panels | Jon Ander Peñalba | 2010-08-30 | 1 | -1/+0 |
| | |||||
* | New general panel class created and used by the bookmarks and history panel | Jon Ander Peñalba | 2010-08-30 | 2 | -81/+46 |
| | |||||
* | Use the same FilterProxyModel for the bookmarks and history panels | Jon Ander Peñalba | 2010-08-30 | 3 | -119/+3 |
| | |||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 2 | -2/+7 |
| | | | | | | | | 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... | ||||
* | Merge commit 'refs/merge-requests/191' of ↵ | Andrea Diamantini | 2010-08-26 | 1 | -2/+14 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m2_191 | ||||
| * | Awesome bar: support for multiple word search. | Pierre Rossi | 2010-08-25 | 1 | -2/+14 |
| | | | | | | | | | | Also support searches starting by i (without messing with the <i> for urls) and page titles with characters such as '<' or '>'. | ||||
* | | fix typo | Panagiotis Papadopoulos | 2010-08-25 | 1 | -1/+1 |
|/ | |||||
* | Merge commit 'refs/merge-requests/190' of ↵ | Andrea Diamantini | 2010-08-23 | 4 | -27/+17 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m190 | ||||
| * | Useless include | Yoann Laissus | 2010-08-22 | 1 | -1/+0 |
| | | |||||
| * | - Move the BK bar context menu slot and connection to BookmarkContextMenu | Yoann Laissus | 2010-08-22 | 4 | -26/+17 |
| | | | | | | | | - The context menu now works without selected bookmark in the BK bar | ||||
* | | Merge commit 'refs/merge-requests/185' of ↵ | Andrea Diamantini | 2010-08-23 | 1 | -20/+38 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into m185 | ||||
| * | | Forget to commit some changes | Yoann Laissus | 2010-08-21 | 1 | -3/+4 |
| | | | |||||
| * | | - Fix BK toolbar drops at the extremities of the bar | Yoann Laissus | 2010-08-21 | 1 | -22/+39 |
| |/ | | | | | | | - A little cleanup | ||||
* | | Don't add open folder in tabs if there are only folders | Yoann Laissus | 2010-08-21 | 2 | -3/+16 |
|/ | |||||
* | BookmarkProvider's code reordered | Jon Ander Peñalba | 2010-08-20 | 2 | -86/+85 |
| | |||||
* | Minor changes in BookmarkProvider. Searching for bookmarks should be a bit ↵ | Jon Ander Peñalba | 2010-08-20 | 2 | -34/+17 |
| | | | | faster | ||||
* | Improved the code to load the bookmarks file using KStandardDirs and other ↵ | Jon Ander Peñalba | 2010-08-20 | 2 | -38/+26 |
| | | | | minor changes to BookmarkProvider. | ||||
* | Removed unused includes in src/bookmarks/bookmarkprovider.h | Jon Ander Peñalba | 2010-08-20 | 4 | -43/+52 |
| | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 6 | -5/+5 |
| | | | | src/bookmarks/bookmarkprovider.* |