Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "comment" bookmark field in the bookmark panel | Yoann Laissus | 2011-05-15 | 1 | -0/+7 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -7/+7 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -7/+7 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | - Bookmarklet support | Yoann Laissus | 2010-09-15 | 1 | -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 directory | Jon Ander Peñalba | 2010-09-03 | 1 | -3/+4 |
| | |||||
* | Merge commit 'refs/merge-requests/197' of ↵ | Andrea Diamantini | 2010-09-02 | 1 | -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 Laissus | 2010-09-02 | 1 | -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 Diamantini | 2010-09-02 | 1 | -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 Diamantini | 2010-09-01 | 1 | -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 Diamantini | 2010-08-28 | 1 | -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.h | Jon Ander Peñalba | 2010-08-20 | 1 | -10/+13 |
| | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -1/+1 |
| | | | | src/bookmarks/bookmarkprovider.* | ||||
* | Fixed tooltip in the bookmarks panel | Jon Ander Peñalba | 2010-08-20 | 1 | -2/+2 |
| | |||||
* | Bookmarks panel code reordered | Jon Ander Peñalba | 2010-08-20 | 1 | -56/+56 |
| | |||||
* | Bookmarks panel code clean-up | Jon Ander Peñalba | 2010-08-19 | 1 | -79/+38 |
| | |||||
* | Fix the BK panel's drag and drop | Yoann Laissus | 2010-08-12 | 1 | -6/+6 |
| | |||||
* | - Fix bookmarks' text which is truncated in some places (new tab page, some ↵ | Yoann Laissus | 2010-08-10 | 1 | -2/+2 |
| | | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196 | ||||
* | - Performance improvements (partial updates of the tree) | Yoann Laissus | 2010-07-18 | 1 | -44/+41 |
| | | | | | - Synchronisation of the folded states between each windows - Code cleanup | ||||
* | i18n fixes | Andrea Diamantini | 2010-06-04 | 1 | -1/+1 |
| | | | | Andrew Coles's patch. Thanks :) | ||||
* | Don't use QString::number(), KDE will format the numbers is an l10n-friendly ↵ | Jonathan Thomas | 2010-05-27 | 1 | -1/+1 |
| | | | | fashion, QString::number() won't | ||||
* | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | Memory leaks fixes | Andrea Diamantini | 2010-05-04 | 1 | -1/+1 |
| | | | | first bunch | ||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -2/+2 |
| | |||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -86/+86 |
| | |||||
* | - Fix a crash when the cancel button of the add bookmark menu is clicked | Yoann Laissus | 2010-03-27 | 1 | -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 panels | Yoann Laissus | 2010-03-23 | 1 | -88/+177 |
| | |||||
* | Krazy issues (1st branch) | Andrea Diamantini | 2010-02-14 | 1 | -1/+1 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -0/+1 |
| | |||||
* | Just some stupid fixes | Andrea Diamantini | 2009-12-14 | 1 | -181/+249 |
| | |||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 1 | -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. |