summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* A lot of fix and improvements for the bookmark and the history panelsYoann Laissus2010-03-2311-141/+774
|
* 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
| |
* | rekonq 0.4.54Andrea Diamantini2010-03-221-1/+1
| | | | | | | | | | | | SSL info checking and support, "inspired" from the kwebkitpart one :) (why it is not in kdewebkit?)
* | 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)
* rekonq 0.4.53Andrea Diamantini2010-03-191-1/+1
| | | | | - abp (Ad Block Plus) fake scheme support - highlight searched strings
* 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
| |
* | rekonq 0.4.52Andrea Diamantini2010-03-151-1/+1
| | | | | | | | | | | | - new network widget - fix tabbar previews - improving in the adblock widget
* | 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
|/ / /
* | | rekonq 0.4.51Andrea Diamantini2010-03-131-1/+1
| | | | | | | | | | | | new adblock implementation (1/3)
* | | Implemented automatic adblock update.Andrea Diamantini2010-03-1311-58/+605
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | This (squashed) commit adds this new feature in rekonq, letting people to simply "forgot" adblock and let rekonq do everything for it I added: - a new (rekonq) adblock widget - an asyncronous method to update rules from the net every TOT days - a better AdBlockManager management. What it is actually missing is the adp protocol support to add new subscriptions to adblock. This will come the next week. For now this part seems stable and needs just testing :)
* | Updating forgotten filesAndrea Diamantini2010-03-123-1/+27
| | | | | | | | :)
* | rekonq 0.4.50Andrea Diamantini2010-03-121-1/+1
| | | | | | | | first (after 0.4 stable release) development version
* | Merge commit 'refs/merge-requests/103' of ↵Andrea Diamantini2010-03-122-0/+15
|\ \ | |/ | | | | git://gitorious.org/rekonq/mainline into tabPreviewFIx
| * Close the tab preview when the close button is clickedYoann Laissus2010-03-112-0/+15
| |
* | Merge commit 'refs/merge-requests/102' of ↵Andrea Diamantini2010-03-121-3/+3
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into panoMR
| * | Further changes to my last commitpano2010-03-061-1/+1
| | | | | | | | | | | | Change string and icon of the button
| * | Replace "Yes/No" dialogpano2010-03-061-3/+3
| | | | | | | | | | | | | | | code copied and pasted from Konqueror (konqmainwindow.cpp) and adapted to rekonq code by me
* | | Added i18n stuffsAndrea Diamantini2010-03-124-0/+84
| | |
* | | rekonq 0.4 stable0.4.0Andrea Diamantini2010-03-121-1/+1
| |/ |/| | | | | Yeah!!
* | rekonq 0.3.99Andrea Diamantini2010-03-111-1/+1
| | | | | | | | Fix Crash Recovery
* | clean NewInstance slot and fix crashRecovery.Andrea Diamantini2010-03-111-40/+32
|/ | | | Two days of testing before stable release. :)
* kWarning --> kDebugAndrea Diamantini2010-03-064-13/+16
|