summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* update is better than repaint :)Andrea Diamantini2010-03-281-4/+4
|
* Merge branch 'HistoryBookmarksImprovements'Andrea Diamantini2010-03-2813-143/+1020
|\
| * Merge commit 'refs/merge-requests/107' of ↵Andrea Diamantini2010-03-283-62/+10
| |\ | | | | | | | | | git://gitorious.org/rekonq/mainline into HistoryBookmarksImprovements
| | * - Remove the Add Bookmark action from the different context menusYoann Laissus2010-03-273-56/+4
| | | | | | | | | | | | | | | - Add Bookmark Here now add the bookmark on top of the selected item - ctor initialisation for the UrlTreeView of the history panel
| | * Fix missing strings on the history panelYoann Laissus2010-03-272-5/+5
| | |
| | * Fix the bookmarkCurrentPage slot nameYoann Laissus2010-03-271-1/+1
| | |
| * | Merge commit 'refs/merge-requests/107' of ↵Andrea Diamantini2010-03-275-90/+119
| |\ \ | | |/ | | | | | | git://gitorious.org/rekonq/mainline into HistoryBookmarksImprovements
| | * - Fix a crash when the cancel button of the add bookmark menu is clickedYoann Laissus2010-03-275-90/+119
| | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | Merge commit 'refs/merge-requests/107' of ↵Andrea Diamantini2010-03-261-5/+8
| |\ \ | | |/ | | | | | | git://gitorious.org/rekonq/mainline into HistoryBookmarksImprovements
| | * Add tests for the bookmark before toGroup()Yoann Laissus2010-03-251-5/+8
| | |
| * | Merge commit 'refs/merge-requests/107' of ↵Andrea Diamantini2010-03-2413-141/+1038
| |\ \ | | |/ | | | | | | git://gitorious.org/rekonq/mainline into HistoryBookmarksImprovements
| | * Add missing filesYoann Laissus2010-03-232-0/+264
| | |
| | * A lot of fix and improvements for the bookmark and the history panelsYoann Laissus2010-03-2311-141/+774
| | |
* | | This commit lets rekonq embed parts instead of krunning themAndrea Diamantini2010-03-264-12/+18
| | | | | | | | | | | | | | | | | | | | | DISCLAIMER: This code really A LOT of testing. Not for the code itself, but for the parts it lets rekonq use. I'm experiencing a lot of crashes with the Dragon Part, in example.
* | | Fixed a regression (history NOT modified) introduced withAndrea Diamantini2010-03-251-4/+16
| | | | | | | | | | | | | | | commit 29e095b81d2. Ehi guys, please take FULL attention, modifying working code..
* | | WebPage API cleaningAndrea Diamantini2010-03-241-2/+1
|/ /
* | This commit should finally fix settings handlingAndrea Diamantini2010-03-244-5/+21
| |
* | Cleaning AdblockManager::loadRules slotAndrea Diamantini2010-03-241-21/+30
|/
* Doing "load finished" operations just on ok loading is really NOTAndrea Diamantini2010-03-221-4/+1
| | | | a good idea..
* Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-03-221-0/+4
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-03-211-0/+2
| |
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-03-211-0/+2
| |
* | Fixing loading checking errors and retrieving ssl metadata.Andrea Diamantini2010-03-221-2/+18
| | | | | | | | We need just this F*****g awesome bar to show them :)
* | First SSL support.Andrea Diamantini2010-03-226-26/+548
|/ | | | checking metadata missing..
* Downloads PageAndrea Diamantini2010-03-207-44/+213
| | | | | | This commit implements the downloads history page. While it is in an horrible shape, its slots seem working well It needs just some love..
* NewTabPage: clean APIAndrea Diamantini2010-03-192-26/+37
|
* removed unuseful rekonqpage dirAndrea Diamantini2010-03-195-9/+8
| | | | (we are using just a class for it)
* Merge branch 'ADPschemeHandling' into master-nextAndrea Diamantini2010-03-196-29/+113
|\
| * abp (Ad Block Plus) fake protocol supportAndrea Diamantini2010-03-196-29/+113
| | | | | | | | | | | | | | | | | | This will let rekonq to automatically add abp subscriptions from the adblockplus.org site (or wherever someone provides abp urls) Anyway, consider that the raccomended way to manage adblock (by me and by abp developers) is just adding the EasyList subscription. rekonq just does it by default!!
* | SVN_SILENT made messages (.desktop file)Script Kiddy2010-03-191-0/+4
| |
* | extract i18n from all cpp fileskdesvn2010-03-181-1/+1
| |
* | SVN_SILENT made messages (.desktop file)Script Kiddy2010-03-181-1/+7
|/
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-03-171-0/+6
|
* Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-03-171-11/+1
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-03-161-11/+1
| |
* | First Krazy rekonq-git fixes :DAndrea Diamantini2010-03-174-9/+10
|/
* First bunch of fixes for the NewTabPage + WebSnap chain.Andrea Diamantini2010-03-167-60/+50
| | | | | | | | | It seems clear (to me) that they leaks memory, so they urgently need fixes. And a complete redesign. This is just a first (the easiest) part of it: - Removed some unuseful methods, - Added some documentation for the WebSnap class - Cleaned code, in general
* Merge commit 'refs/merge-requests/104' of ↵Andrea Diamantini2010-03-151-0/+2
|\ | | | | | | git://gitorious.org/rekonq/mainline into m104
| * Clear all the highlight when the find bar is closed with the esc keyYoann Laissus2010-03-142-3/+2
| |
| * Fix capitalisation of "Highlight All"Yoann Laissus2010-03-141-1/+1
| |
| * Implement the highlight all feature for the find bar (enabled by default)Yoann Laissus2010-03-144-7/+44
| |
* | Fix capitalisation of "Highlight All"Yoann Laissus2010-03-151-1/+1
| |
* | Implement the highlight all feature for the find bar (enabled by default)Yoann Laissus2010-03-154-7/+44
| |
* | Merge commit 'refs/merge-requests/106' of ↵Andrea Diamantini2010-03-151-0/+9
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m106
| * | Close the tab preview when the tab is clickedYoann Laissus2010-03-151-0/+9
| | |
* | | Created a new Network Widget containing Cache, Cookies & Proxy Settings.Andrea Diamantini2010-03-157-36/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This for multiple purposes: - clean a bit our settings dialog. Network settings are usually the less used - Provide a unique place where managing the settings network related. This to implement (one day) some better Ui to manage them. This commit also fixes all the handling with the network & the adblock widgets related to updating buttons and settings Ui at the beginning.
* | | Merge commit 'refs/merge-requests/105' of ↵Andrea Diamantini2010-03-142-12/+30
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m105
| * | | Use default value instead of a different functionYoann Laissus2010-03-142-24/+3
| | | |
| * | | Add middle click support for next, back and home in the main toolbarYoann Laissus2010-03-142-6/+45
| | | |
* | | | Changed createRequest method for KIO debugging purposes..Andrea Diamantini2010-03-141-3/+32
|/ / /