Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add bookmarks by dropping inside the bk toolbar. | Andrea Diamantini | 2011-04-08 | 1 | -18/+59 |
| | | | | | | | | | | This patch, based on Furkan's work on this, is quite different from the original for the following reasons: first, the "need" to not modify a lot actual code in the urlbar (disabling dragging and reenabling by code. What are the implications? Who really knows this?) Second, the problem of showing "as urls" (showing their icon) TEXT mimeData: not a good choice, IMHO. Actual code is cleaner and works with every drop inside the bk toolbar (In case of text, checking if the derivated url is valid) | ||||
* | De-parent providers instances and delete them on close. Please, | Andrea Diamantini | 2011-04-07 | 1 | -6/+37 |
| | | | | | | | | | read about this in the reviewboard request (number 101027) Courtesy patch by JosèManuel Santamarì Lema. Thanks :D BUG:269490 REVIEW:101027 | ||||
* | This commit, available just for the master branch cause of the string changes, | Andrea Diamantini | 2011-04-04 | 1 | -13/+10 |
| | | | | | | | | modifies rekonq behavior on closing multiple tabs. Nothing is more asked on that, while a confirmation dialog is triggered when the user tries to close a window. Depending on the windows number, the user is requested if he likes to close the whole app or (just) the current window PS: sorry, my English sucks today... | ||||
* | Fix quit action | Felix Rohrbach | 2011-04-04 | 1 | -1/+1 |
| | | | | | | | | | | The quit action in the action collection did just close the current rekonq window instead of quitting the application. Reviewed by Andrea Diamantini. BUG: 268578 REVIEW: 101019 | ||||
* | fix string :-) | Panagiotis Papadopoulos | 2011-04-04 | 1 | -1/+1 |
| | | | | | In KDE apps you should not use abbreviations like don't, doesn't, can't, etc. You have to fully write them out: do not, does not, cannot, etc. :-) | ||||
* | Minimum height to 20. Like Konqi... | Andrea Diamantini | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | Fix string | Andrea Diamantini | 2011-04-04 | 1 | -4/+1 |
| | |||||
* | Drop plain-text urls on urlbar | Andrea Diamantini | 2011-04-04 | 1 | -0/+14 |
| | |||||
* | Remove unused strings | Andrea Diamantini | 2011-04-04 | 1 | -15/+0 |
| | |||||
* | This commit aims to fix a long standing rekonq bug about scrollbar (and ↵ | Andrea Diamantini | 2011-04-03 | 4 | -20/+16 |
| | | | | | | | | webview in general) theme. The right way to do it seems be using a local .css file. Letting this be in master for one week (at least) before backporting... | ||||
* | Elide notifyPopup text if it would be longer than window's width | Andrea Diamantini | 2011-04-03 | 1 | -1/+5 |
| | | | | | Johannes Troscher's patch Reviewed by me ;) | ||||
* | Implement/fix drag and drop handling of text & url in the webview | Andrea Diamantini | 2011-03-30 | 2 | -0/+35 |
| | | | | BUG:254102 | ||||
* | Allow drag from urlbar | Andrea Diamantini | 2011-03-29 | 1 | -0/+3 |
| | |||||
* | Untrack the bookmarks menu list and set a parent to automagically | Andrea Diamantini | 2011-03-27 | 2 | -10/+8 |
| | | | | | | delete it as object child CCBUG:269490 | ||||
* | Never execute deprecated code | Andrea Diamantini | 2011-03-27 | 1 | -1/+1 |
| | |||||
* | Fix context menu and set comments to improve its code (after 0.7 release) | Andrea Diamantini | 2011-03-27 | 1 | -32/+14 |
| | |||||
* | Fixing my fixed patch :) | Andrea Diamantini | 2011-03-26 | 1 | -1/+1 |
| | | | | | | My fault. The problem was that the patch command failed, the patch was just 3 lines, so I copied by hands, then I see the webTab->url() and... ;) Anyway, now it is really Johannes's patch. Sorry. | ||||
* | Reload (also) about pages with the reload button | Andrea Diamantini | 2011-03-26 | 1 | -2/+9 |
| | | | | | | Another fantastic patch by Johannes Troscher BUG:267748 | ||||
* | Stop timers before deleting objects. | Andrea Diamantini | 2011-03-23 | 2 | -0/+3 |
| | | | | | CCBUG:268328 CCBUG:266937 | ||||
* | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | 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 |
| | |||||
* | 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 | ||||
* | Return false for null mimetypes | Rohan Garg | 2011-03-09 | 1 | -0/+4 |
| | | | | BUG:267706 | ||||
* | 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 |
| | |||||
* | 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 |