Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git.kde.org:rekonq | Andrea Diamantini | 2011-03-09 | 1 | -0/+4 |
|\ | |||||
| * | Return false for null mimetypes | Rohan Garg | 2011-03-09 | 1 | -0/+4 |
| | | | | | | | | BUG:267706 | ||||
* | | rekonq 0.6.87 | Andrea Diamantini | 2011-03-09 | 1 | -1/+1 |
|/ | | | | Just another bunch of bugs fixed | ||||
* | This commit fix bug 266837 about the (in)ability to close rekonq, | Andrea Diamantini | 2011-03-08 | 1 | -6/+6 |
| | | | | | | | | | but IT CHANGES Application::mainWindow() behavior to an unsafe mode. It is now basically allowed to return a null pointer, leading to other possible crashes. Some days of testing since now, for this. BUG:266837 | ||||
* | Checking for the empty string causing Rohan & Pano's bug... | Andrea Diamantini | 2011-03-08 | 1 | -1/+4 |
| | | | | | | | | Next test CCBUG:267316 By the way, are you sure this is yet happening? I can no more reproduce it since the first fix... | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2011-03-08 | 1 | -0/+1 |
| | |||||
* | Respect the users Download path set in KDE System Settings | Rohan Garg | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | rekonq 0.6.86 | Andrea Diamantini | 2011-03-03 | 1 | -1/+1 |
| | | | | Another bunch of fixes on the road to 0.7... | ||||
* | Merge branch 'Fixes' | Andrea Diamantini | 2011-03-03 | 2 | -46/+18 |
|\ | |||||
| * | Clean up the "rekonq handling chain" to work as: | Andrea Diamantini | 2011-03-03 | 2 | -46/+18 |
| | | | | | | | | | | | | | | | | | | 1. preHandling: about, javascript, abp protocols. Stops if protocol is NOT known 2. WebKit handling: Allow WebKit to try doing its job 3. postHandling / unsupported content handling: try what is possible to let users see it :) This also prevents some possible infinite loop on opening... BUG:267201 | ||||
* | | Revert back commit for bug 267460, we need to reparent the GUI objects ↵ | Cedric Bellegarde | 2011-03-03 | 1 | -2/+0 |
|/ | | | | depending on BookmarkProvider to the MainWindow they belong. Reopen Bug | ||||
* | Prevent crashes on history models updating... | Andrea Diamantini | 2011-03-02 | 1 | -1/+9 |
| | | | | BUG:263326 | ||||
* | delete bookmarkProvider sooner to prevent segfault | Cedric Bellegarde | 2011-03-02 | 1 | -0/+2 |
| | | | | BUG:267460 | ||||
* | Check for empty pixmap, this prevent us drawing an empty area. | Cedric Bellegarde | 2011-03-02 | 1 | -1/+6 |
| | | | | BUG:267312 | ||||
* | This changes fixes a crash that can occur on fast closing a lot of tabs. | Andrea Diamantini | 2011-03-01 | 1 | -4/+10 |
| | | | | | It anyway changes a bit the behavior in that situation, running to set as current the first tab (That FOR SURE will NOT be deleted) | ||||
* | Q --> K | Andrea Diamantini | 2011-03-01 | 1 | -2/+2 |
| | |||||
* | Do NOT take the first element of an empty list | Andrea Diamantini | 2011-02-28 | 1 | -1/+10 |
| | | | | BUG: 261003 | ||||
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 42 | -133/+18 |
| | |||||
* | Do NOT parse suggestions referred to empty strings | Andrea Diamantini | 2011-02-28 | 1 | -1/+2 |
| | | | | BUG:267316 | ||||
* | Prevents rekonq from crash if an UA service cannot be found. | Andrea Diamantini | 2011-02-28 | 2 | -8/+22 |
| | | | | | | | This fix needs IMHO an extra informational string that will be postponed to after 0.7 stable release. BUG:266997 | ||||
* | Updated RELEASE_HOWTO0.6.85 | Andrea Diamantini | 2011-02-27 | 1 | -4/+0 |
| | |||||
* | rekonq 0.6.85 AKA rekonq alpha2 | Andrea Diamantini | 2011-02-27 | 1 | -1/+1 |
| | |||||
* | Reenabled the raster graphics system by default on X11. | Andrea Diamantini | 2011-02-27 | 1 | -0/+5 |
| | | | | | Previous problems were not really regarding QtWebKit, but the graphic layer on. Hope they will no more cause troubles.. | ||||
* | fix strings | Panagiotis Papadopoulos | 2011-02-25 | 2 | -6/+6 |
| | |||||
* | Fix crash on some sites loading with Network Analyzer open | Andrea Diamantini | 2011-02-25 | 1 | -0/+5 |
| | | | | BUG:258947 | ||||
* | cppcheck round... | Andrea Diamantini | 2011-02-25 | 8 | -12/+12 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 97 | -1100/+1257 |
| | |||||
* | rekonq 0.6.82 | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | | | | So much better than previous one... | ||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 132 | -279/+180 |
| | |||||
* | AdBlock: adding a Null Rule to match all the unimplemented filters. | Andrea Diamantini | 2011-02-24 | 7 | -2/+232 |
| | | | | | | BUG:248045 BUG:253329 BUG:265909 | ||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 34 | -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 Diamantini | 2011-02-23 | 3 | -4/+11 |
| | | | | | | Does this helps here? CCBUG:259328 | ||||
* | Cleans up "tab switch" management and expecially the use of signals | Andrea Diamantini | 2011-02-17 | 3 | -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 suggestions | Lionel Chauvin | 2011-02-17 | 3 | -12/+30 |
| | |||||
* | Cleans up TabHighLightEffects indentation | Andrea Diamantini | 2011-02-16 | 2 | -3/+12 |
| | |||||
* | This patch cleans up tabbar update: show/hide when ↵ | Andrea Diamantini | 2011-02-16 | 4 | -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 messages | Andrea Diamantini | 2011-02-16 | 5 | -23/+0 |
| | |||||
* | Removed unused (?) lastTabClosed signal | Andrea Diamantini | 2011-02-15 | 1 | -1/+1 |
| | |||||
* | rekonq 0.6.81 | Andrea Diamantini | 2011-02-14 | 1 | -1/+1 |
| | | | | One step towards 0.7 direction... | ||||
* | This patch cleans up encoding management, moving code to | Andrea Diamantini | 2011-02-14 | 8 | -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 Troscher | Andrea Diamantini | 2011-02-14 | 1 | -0/+5 |
| | |||||
* | Highlights inactive tabs if title changes. | Andrea Diamantini | 2011-02-14 | 6 | -2/+226 |
| | | | | | | Fantastic patch by Johannes Troscher. Reviewed by benjaminp (mainly) and adjam | ||||
* | Replace webshorcuts icons and text. | Lionel Chauvin | 2011-02-14 | 3 | -4/+22 |
| | | | | | | | Text: webshortcuts ---> search engines Icon: web-browser-shorctus ---> edit-web-search Reviewed by adjam | ||||
* | Ensure new tab button is shown on move | Andrea Diamantini | 2011-02-14 | 1 | -0/+1 |
| | | | | BUG:253612 | ||||
* | gdb history support | Andrea Diamantini | 2011-02-14 | 1 | -0/+1 |
| | |||||
* | Reset webview's mouseicon if autoscroll is enabled and you reenter webview. | Felix Rohrbach | 2011-02-12 | 2 | -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 Diamantini | 2011-02-10 | 6 | -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 changes | Andrea Diamantini | 2011-02-10 | 6 | -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 Bellegarde | 2011-02-10 | 1 | -1/+5 |
| | | | | apps: good compromise with issue 250502 | ||||
* | Fix issue 258901: disable stop button while not loading | Cedric Bellegarde | 2011-02-10 | 1 | -1/+2 |
| |