summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Coding styleAndrea Diamantini2011-02-2597-1100/+1257
|
* rekonq 0.6.82Andrea Diamantini2011-02-241-1/+1
| | | | So much better than previous one...
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-24132-279/+180
|
* AdBlock: adding a Null Rule to match all the unimplemented filters.Andrea Diamantini2011-02-247-2/+232
| | | | | | BUG:248045 BUG:253329 BUG:265909
* No more static members in the Application class,Pierre Rossi2011-02-2434-230/+206
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Save one updateRightIcons call from the bookmark icon.Andrea Diamantini2011-02-233-4/+11
| | | | | | Does this helps here? CCBUG:259328
* Cleans up "tab switch" management and expecially the use of signalsAndrea Diamantini2011-02-173-8/+21
| | | | | | | on that. This, expecially to avoid double calls on functions to manage tab switching and info updating. Reviewed by NOBODY (oops...)
* Add opensearch description file for bing and yahoo suggestionsLionel Chauvin2011-02-173-12/+30
|
* Cleans up TabHighLightEffects indentationAndrea Diamantini2011-02-162-3/+12
|
* This patch cleans up tabbar update: show/hide when ↵Andrea Diamantini2011-02-164-70/+48
| | | | | | | | | | ReKonfig::alwaysShowTabBar() is off and update tab button position. It also removes a "feature" introduced to hide/show tab button on tab moving: it has negative effects on tab middle click closing. Reviewed by: NOBODY (oops..)
* Calm down kDebug messagesAndrea Diamantini2011-02-165-23/+0
|
* Removed unused (?) lastTabClosed signalAndrea Diamantini2011-02-151-1/+1
|
* rekonq 0.6.81Andrea Diamantini2011-02-141-1/+1
| | | | One step towards 0.7 direction...
* This patch cleans up encoding management, moving code toAndrea Diamantini2011-02-148-365/+372
| | | | | | | its real position: The appearance settings widget. In fact our code is actually changing "default" text encoding, not the page one "on the fly"
* Added credit for Johannes TroscherAndrea Diamantini2011-02-141-0/+5
|
* Highlights inactive tabs if title changes.Andrea Diamantini2011-02-146-2/+226
| | | | | | Fantastic patch by Johannes Troscher. Reviewed by benjaminp (mainly) and adjam
* Replace webshorcuts icons and text.Lionel Chauvin2011-02-143-4/+22
| | | | | | | Text: webshortcuts ---> search engines Icon: web-browser-shorctus ---> edit-web-search Reviewed by adjam
* Ensure new tab button is shown on moveAndrea Diamantini2011-02-141-0/+1
| | | | BUG:253612
* gdb history supportAndrea Diamantini2011-02-141-0/+1
|
* Reset webview's mouseicon if autoscroll is enabled and you reenter webview.Felix Rohrbach2011-02-122-0/+10
| | | | | | | | If you left the webview while autoscreen was enabled the mouseicon wasn't set to KIcon("transform-move") again. This patch fixes that. Patch by Johannes Tröscher, thanks! Reviewed by Rohan Garg and me. BUG: 262519 RB: 100637
* Revert "highlights inactive tabs if title changes"Andrea Diamantini2011-02-106-186/+2
| | | | | | | | It seems that while me and pierre (with our lazy eyes) found this good, Benjamin found some glitches to fix :) Waiting for a better patch... This reverts commit fc669e0bf82018baa70a8b59529e1a571d5ad820.
* highlights inactive tabs if title changesAndrea Diamantini2011-02-106-2/+186
| | | | | | | Courtesy patch by Johannes Troscher. Thanks :) Reviewed by: adjam Reviewed by: elproxy
* Fix issue 258905: mark window in taskbar when opening link from external ↵Cedric Bellegarde2011-02-101-1/+5
| | | | apps: good compromise with issue 250502
* Fix issue 258901: disable stop button while not loadingCedric Bellegarde2011-02-101-1/+2
|
* Replace with my KDE identity email in AUTHORSCedric Bellegarde2011-02-101-1/+1
|
* Fix issue 264223: Use mapToGlobal() for main window as geometry.x() seems to ↵Cedric Bellegarde2011-02-101-1/+1
| | | | sometimes return wrong values
* rekonq 0.6.80 (AKA rekonq 0.7 alpha)0.6.80Andrea Diamantini2011-02-081-1/+1
|
* Updated Changelog for 0.7Andrea Diamantini2011-02-081-0/+12
|
* Disable QNetworkAccessManager::CustomOperation code for KDE 4.5.96 and aboveRohan Garg2011-02-081-0/+5
| | | | | RB: http://git.reviewboard.kde.org/r/100597/ Reviewed by Andrea Diamantini
* Hide bars on ESC key pressed:Yoann Laissus2011-02-082-9/+32
| | | | | | | | zoombar first, findbar second. Reviewed by adjam BUG:264929
* Improve SSL managements, following the changes in kwebkitpartRohan Garg2011-02-063-59/+64
|
* Added an option to show current website favicon as rekonq window iconFurkan Uzumcu2011-02-057-4/+47
| | | | Reviewed by adjam
* fixuifilesPino Toscano2011-02-032-6/+0
|
* Save db_opensearch.json in localLionel Chauvin2011-02-031-2/+2
| | | | Reviewed by adjam
* Fix xml parserLionel Chauvin2011-02-031-2/+0
| | | | Reviewed by elproxy & adjam
* Limit the number of entries in the closed tabs history to 10. Reviewed by ↵Your Name2011-02-021-0/+3
| | | | benjaminp.
* This is a simpler version of the zoom save settings patch.Andrea Diamantini2011-02-014-24/+51
| | | | | | | It allows saving zoom settings for each website (saving settings per host) and loads them on loadFinished. Needs testing.
* Added pulldown menu for multiple steps to the "Forward History" buttonFurkan Uzumcu2011-02-012-9/+59
|
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2011-02-011-0/+2
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2011-01-271-0/+2
| |
* | User Agent Switcher.Andrea Diamantini2011-02-019-1/+595
|/ | | | | | | | | | This patch should implement the UA switcher ability for rekonq. This is a first implementation, but it seems working quite well. It is based on KDE UA management and should be fully compatible with konqueror's one i.e. it should be possible using alternatively rekonq and konqueror sharing the same setting. Anyway, this is a different implementation from the konqueror's one. Simpler and based on the idea of a future moving to a plugin.
* If a cached suggestion is older than one week, it is downloaded again, ↵Lionel Chauvin2011-01-241-1/+4
| | | | | | | | allowing cache to be updated. Reviewed and merged by me :)
* This evening I started working again on this bug. I did all the tests ↵Andrea Diamantini2011-01-241-4/+7
| | | | | | | | | against XSS and it seems ok. Hope it's true. CCBUG:217464 CCBUG:246355
* Order items in the completion list considering also visit countLionel Chauvin2011-01-231-1/+7
| | | | Reviewed by benjamin, pierre and me.
* Fix tab preview flickering on mouse hover.Andrea Diamantini2011-01-222-1/+12
| | | | Patch by Furkan Uzumcu, cleaned up and reviewed by me
* If showDeveloperTools is disabled, hide the development entries in the ↵Felix Rohrbach2011-01-222-45/+50
| | | | | | | | rekonq menu, too. With this patch, the menu will be created the first time the user opens the menu. RB: 100374
* Keep downloaded suggestions in memory.Lionel Chauvin2011-01-223-14/+70
| | | | | This prevents from downloading it again, letting the completion list be more reactive.
* This code fixes new tab button appearing on new window when tabbar is set hiddenAndrea Diamantini2011-01-191-1/+3
| | | | | (Always show tab bar = false) This fix comes from a Felix Rohrbach idea. Thanks :)
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2011-01-192-2/+2
|\
| * fix typo: expecially->especiallyYuri Chornoivan2011-01-191-1/+1
| |