summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ / /
* | | 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 :)
* | 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
* | 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
|
* Just another crash recovery fix.Andrea Diamantini2010-03-063-10/+12
| | | | | Now rekonq tries just 1 time to recover from crash. In Italy we say "Perseverare e' diabolico"...
* Ok, things seem working well now.Andrea Diamantini2010-03-052-9/+12
| | | | Anyway, it needs some days of testing..
* Stupid me, committed wrong change. Sorry :)Andrea Diamantini2010-03-051-9/+9
|
* Bug about page viewportsize seems fixed here, creating a copy of theAndrea Diamantini2010-03-051-2/+5
| | | | | page fro the tab preview. Some days of testing needed..
* Cleaning websnaps code..Andrea Diamantini2010-03-053-20/+12
|
* Fixing recover on crashAndrea Diamantini2010-03-052-1/+13
| | | | hackish fix :(
* Fix choice between history & bookmarks in the new tab first page.Andrea Diamantini2010-03-053-13/+5
| | | | No more reloading pages on accepting configuration
* Fix Click to Flash.Andrea Diamantini2010-03-043-21/+38
| | | | | In my tests it doesn't crash anymore and works ever well :) (Please, don't wake up me if this is just aa dream..)
* delete clicktoflash object just when detection doesn't fail.Andrea Diamantini2010-03-041-2/+1
| | | | This will save rekonq from crashes :)
* WebPluginFactory. Cleaning code..Andrea Diamantini2010-03-042-35/+30
|
* Fix mergeAndrea Diamantini2010-03-031-1/+13
|\ | | | | | | | | | | | | Merge commit 'refs/merge-requests/101' of git://gitorious.org/rekonq/mainline into AfterLastFindBarFixes Conflicts: src/mainwindow.cpp
| * variable names ...Yoann Laissus2010-03-031-4/+4
| |
| * Fix the move of the page whith case sensitiveYoann Laissus2010-03-031-1/+1
| |
| * Fix the scroll problem with the workaround of findText() (spotted by Darjus ↵Yoann Laissus2010-03-031-5/+9
| | | | | | | | Loktevic)
* | Fix compile :/Andrea Diamantini2010-03-031-1/+1
| |
* | Merge commit 'refs/merge-requests/100' of ↵Andrea Diamantini2010-03-032-8/+2
|\ \ | |/ |/| | | git://gitorious.org/rekonq/mainline into LastFindBarFixes
| * * Added continue search by <Enter> key (similar to Firefox, enter theDarjus Loktevic2010-03-022-8/+2
| | | | | | | | | | | | | | | | | | | | search term and press <Enter> for next result). * Removed focusNextPrevChild if the search fails as it does not seem to make sense. It's the same as you would press <Tab> to focus the next item on the page. Why "Search" should do that? Some context: found that when searching some websites, when the match is not found, the page would suddenly scroll to some location and focus a link or search edit. Hope this makes sense.
* | Removing call to non-extant slot..Andrea Diamantini2010-03-031-2/+0
|/