Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup for last commit. | Felix Rohrbach | 2011-03-23 | 1 | -1/+1 |
| | | | | Prevent rekonq from opening two windows after a crash. | ||||
* | Make rekonq open a new window when called, even if it's already running. | Felix Rohrbach | 2011-03-23 | 1 | -2/+4 |
| | | | | | Reviewed by Andrea Diamantini. BUG: 269065 | ||||
* | Better color integration for the urlbar and the findbar | Felix Rohrbach | 2011-03-21 | 2 | -5/+9 |
| | | | | BUG:256535 | ||||
* | Merge branch 'master' of git.kde.org:rekonq | Andrea Diamantini | 2011-03-21 | 1 | -1/+1 |
|\ | |||||
| * | rekonq 0.6.950.6.95 | Andrea Diamantini | 2011-03-20 | 1 | -1/+1 |
| | | | | | | | | AKA rekonq 0.7 release candidate | ||||
* | | Merge branch 'fixes' | Andrea Diamantini | 2011-03-21 | 4 | -12/+14 |
|\ \ | |/ |/| | |||||
| * | Workaround the troubles with the tabbar highlight feature. | Andrea Diamantini | 2011-03-21 | 4 | -12/+14 |
| | | | | | | | | | | | | Another fantastic patch by Johannes Trosher. Thanks :) CCBUG:267234 | ||||
* | | update INSTALL file | Andrea Diamantini | 2011-03-20 | 1 | -5/+15 |
|/ | |||||
* | Really hiding the tabbar... | Andrea Diamantini | 2011-03-20 | 1 | -2/+2 |
| | |||||
* | Check if mainWindow and currentab really exist before using in ↵ | Andrea Diamantini | 2011-03-19 | 1 | -2/+2 |
| | | | | | | | | bookmarksprovider. In fact now this is NOT automagically ensured there (as in any non widget rekonq class) BUG:268838 | ||||
* | rekonq 0.6.89 | Andrea Diamantini | 2011-03-16 | 1 | -1/+1 |
| | | | | Last bugs for today. Now, italian translations... | ||||
* | update copyright | Andrea Diamantini | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | Set an option to disable the disable graphics effects on the tabbar | Andrea Diamantini | 2011-03-16 | 5 | -21/+67 |
| | | | | | | | | | highlight animation. CCBUG:267234 To see if this really works, please deselect the "animated tab highlights" in the Tabs Settings section | ||||
* | Delete url popup on resize/move | Andrea Diamantini | 2011-03-16 | 2 | -6/+30 |
| | |||||
* | rekonq 0.6.88 | Andrea Diamantini | 2011-03-13 | 1 | -1/+1 |
| | | | | Quite a release candidate :) | ||||
* | This commit to try fixing all troubles against the tabbar highlight feature. | Andrea Diamantini | 2011-03-13 | 2 | -0/+10 |
| | | | | | | | | | Courtesy fix patch from the man implementing the feature: Johannes Troscher. Many Thanks for. Bug Reporters: please, let us know if this really fix it! CCBUG:267234 | ||||
* | Revert "Return false for null mimetypes" | Rohan Garg | 2011-03-11 | 1 | -4/+0 |
| | | | | | This reverts commit 09bf176c22a25cee65b20b7aee9fdf9e541798af. This isn't *really* required, my bad | ||||
* | Fix crash on "s" type :D | Andrea Diamantini | 2011-03-10 | 1 | -0/+5 |
| | | | | | | This crash was reported with this bt (reduced here): Hence, the fix. Just checking if the QBitArray is empty. | ||||
* | Another one in the "fixing the dangerous commit" series. | Andrea Diamantini | 2011-03-09 | 1 | -1/+1 |
| | | | | This one is for crashes on restart after a bug... | ||||
* | Disable help menu creation via createGUI as we create it on our own... | Andrea Diamantini | 2011-03-09 | 1 | -1/+3 |
| | | | | BUG:268071 | ||||
* | This is a first commit fixing the "dangerous" changes introduced to fix | Andrea Diamantini | 2011-03-09 | 1 | -1/+1 |
| | | | | | | | | | | bug 266837. We basically have now a mainWindow() slot widely used in rekonq, that can return a null pointer. Checking the code again to ensure this is the unique bug caused by the change... BUG:268023 | ||||
* | 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 |
| |