Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sanitizing strings... | Andrea Diamantini | 2011-10-14 | 1 | -2/+5 |
| | |||||
* | Clean up windows close and app quit | Andrea Diamantini | 2011-10-07 | 1 | -2/+7 |
| | |||||
* | Use KPart url when some KPart is active on saving | Andrea Di Menna | 2011-10-07 | 1 | -0/+11 |
| | | | | | | | | | | | | | | When the Save As action is invoked on a KParts document (e.g. view source katepart) the WebTab's url is used to: 1) set the filename in KFileDialog 2) set the src url for the kio copy job The url is empty in such cases and the save action fails. I have changed the srcUrl to be the url set for the KParts document. REVIEW: 102768 REVIEWED-BY: adjam | ||||
* | Don't crash if the rekonqui.rc file can't be found | Felix Rohrbach | 2011-09-21 | 1 | -1/+5 |
| | | | | | REVIEW: 102673 CCBUG: 282474 | ||||
* | add margin for notifyLabel | Johannes Tröscher | 2011-09-21 | 1 | -1/+2 |
| | | | | REVIEWED-BY: trustMe | ||||
* | show notifyPopup at right edge if find- or zoombar is visible | Johannes Tröscher | 2011-09-18 | 1 | -3/+4 |
| | | | | | REVIEW: 102649 REVIEWED-BY: adjam | ||||
* | Fix close & session | Andrea Diamantini | 2011-09-13 | 1 | -43/+14 |
| | | | | | | | | | | First, I'm really sorry for this bad commit ('git' talking..). The fact is that the 3 bugs fixed here were found chained playing with close code. Here it is the report: - fix close window (it now really appears on multiple window closing) - fix saveSession (saving one call for each site loaded and storing better information): saveSession is now called on loadFinished - clean up some compilation warnings | ||||
* | Revert "Revert "This commit, available just for" | Andrea Diamantini | 2011-09-08 | 1 | -10/+7 |
| | | | | | | "the master branch cause of the string changes,"" This reverts commit e00fb6a48ca506990e86ada7c2fbfd57f65b2fa1. | ||||
* | Revert "Revert "Fix quit action"" | Andrea Diamantini | 2011-09-08 | 1 | -1/+1 |
| | | | | | | This reverts commit c3f9448a94baa423eed5977c9e66cd7be9b73a76. Let the quit action really work | ||||
* | Corrected casing for 'Set Editable' action, also added an icon to it | Tirtha Chatterjee | 2011-08-22 | 1 | -1/+1 |
| | |||||
* | detect zoom - and searchBar size in notifyMessage REVIEW:102338 | Johannes Tröscher | 2011-08-17 | 1 | -1/+3 |
| | |||||
* | Revert "This commit, available just for the master branch cause of the ↵ | Thomas Zander | 2011-08-17 | 1 | -7/+10 |
| | | | | | | | | | | string changes," This reverts commit d4d034967f12b31f5a6b9274ec42d4e4fe27571c. Conflicts: src/mainwindow.cpp | ||||
* | Revert "Fix quit action" | Thomas Zander | 2011-08-17 | 1 | -1/+1 |
| | | | | This reverts commit 725724b15d739233c4a8fc0cd416bf602288d4b2. | ||||
* | Use KXMLGui to create rekonq menu | Johannes Troscher | 2011-08-12 | 1 | -74/+42 |
| | | | | | | | Easier and (hopefully) safer (less code to manage) REVIEW: 102209 REVIEWED-BY: adjam | ||||
* | notify popup improvements | Johannes Troscher | 2011-08-11 | 1 | -45/+24 |
| | | | | | | | | | | Use a QLabel instead of a KPassivePopup (letting popups available also on inactive windows). Limits preview size to half of the browser screen size. Letting code easier to read :) REVIEW: 102105 REVIEWED-BY: adjam | ||||
* | Update session file before last window is closed | Tirtha Chatterjee | 2011-08-11 | 1 | -0/+5 |
| | | | | | | | | Having 2 (or more) windows open and closing one did NOT update the session file. Now it is :) REVIEW: 101346 REVIEWED-BY: adjam | ||||
* | Tools Action Menu | Andrea Diamantini | 2011-08-04 | 1 | -34/+42 |
| | | | | | | | | | | | - Removed showDeveloperTools action - Moved adblock GUI to adblock part - renamed toolsMenu and developerMenu to reflect their real/new roles - Added UserAgent action to the tools menu REVIEW:102170 REVIEWED-BY: fritz_van_tom | ||||
* | detect srollbar extent in notifyMessage REVIEW:102182 | Johannes Tröscher | 2011-08-02 | 1 | -3/+3 |
| | |||||
* | Introducing ASSERT_NOT_REACHED | Pierre Rossi | 2011-07-28 | 1 | -5/+1 |
| | | | | | | | | | In a similar fashion as WebKit, this might make those cases where we don't expect to go more obvious in debug builds. I also took the liberty to revisit a lot of switch statements but it could potentially be used elsewhere Reviewed-by: andrea | ||||
* | use KParts to view page source REVIEW:102085 | Johannes Tröscher | 2011-07-26 | 1 | -1/+14 |
| | |||||
* | use KTemporaryFile for tempfile in viewPageSource action. REVIEW:102087 | Johannes Tröscher | 2011-07-26 | 1 | -15/+9 |
| | |||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -100/+100 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -3/+0 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -131/+131 |
| | |||||
* | Make it compiles with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS" | Montel Laurent | 2011-06-09 | 1 | -3/+3 |
| | |||||
* | Adding DownloadManager class, following Pierre and Benjamin code changes. | Andrea Diamantini | 2011-05-26 | 1 | -1/+2 |
| | | | | First step in the introduction of the new rekonq pages | ||||
* | Open source code by loading the page HTML instead of requesting (another ↵ | Andrea Diamantini | 2011-05-13 | 1 | -3/+36 |
| | | | | | | time) the site url. This will let also the "set content editable" feature works well on save | ||||
* | Developer tool: set content editable. | Andrea Diamantini | 2011-05-11 | 1 | -0/+12 |
| | |||||
* | Use of QSignalMapper for switchToTab() method in terms of code unification | Andrea Diamantini | 2011-05-09 | 1 | -7/+8 |
| | | | | | | Patch by Thomas Murach, thanks ;) RB:101246 | ||||
* | Imported Opera feature to load favorite page with number 1..9 by pressing ↵ | Andrea Diamantini | 2011-04-28 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | CTRL + 1..9 Courtesy patch by Thomas Murach. Thanks :) Reviewed by Pierre, Felix... and me! RB: 101043 PS: Thomas, I see one corner problem with your patch: Opera has clearly indicated favorites preview number, while rekonq hasn't. Any idea to fill the gap? | ||||
* | Letting rekonq URL popup behaves as Chrome's and Firefox4 ones | Andrea Diamantini | 2011-04-23 | 1 | -19/+19 |
| | | | | (i.e. moving on right on pointer sovrapposition) | ||||
* | 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 | ||||
* | 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 ;) | ||||
* | Stop timers before deleting objects. | Andrea Diamantini | 2011-03-23 | 1 | -0/+2 |
| | | | | | CCBUG:268328 CCBUG:266937 | ||||
* | Really hiding the tabbar... | Andrea Diamantini | 2011-03-20 | 1 | -2/+2 |
| | |||||
* | Delete url popup on resize/move | Andrea Diamantini | 2011-03-16 | 1 | -5/+27 |
| | |||||
* | Disable help menu creation via createGUI as we create it on our own... | Andrea Diamantini | 2011-03-09 | 1 | -1/+3 |
| | | | | BUG:268071 | ||||
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 1 | -17/+0 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -84/+86 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -30/+29 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | Cleans up "tab switch" management and expecially the use of signals | Andrea Diamantini | 2011-02-17 | 1 | -2/+3 |
| | | | | | | | on that. This, expecially to avoid double calls on functions to manage tab switching and info updating. Reviewed by NOBODY (oops...) | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-02-16 | 1 | -8/+0 |
| | |||||
* | This patch cleans up encoding management, moving code to | Andrea Diamantini | 2011-02-14 | 1 | -86/+0 |
| | | | | | | | its real position: The appearance settings widget. In fact our code is actually changing "default" text encoding, not the page one "on the fly" | ||||
* | Fix issue 258901: disable stop button while not loading | Cedric Bellegarde | 2011-02-10 | 1 | -1/+2 |
| | |||||
* | Fix issue 264223: Use mapToGlobal() for main window as geometry.x() seems to ↵ | Cedric Bellegarde | 2011-02-10 | 1 | -1/+1 |
| | | | | sometimes return wrong values | ||||
* | Hide bars on ESC key pressed: | Yoann Laissus | 2011-02-08 | 1 | -8/+31 |
| | | | | | | | | zoombar first, findbar second. Reviewed by adjam BUG:264929 | ||||
* | Added an option to show current website favicon as rekonq window icon | Furkan Uzumcu | 2011-02-05 | 1 | -1/+12 |
| | | | | Reviewed by adjam | ||||
* | Added pulldown menu for multiple steps to the "Forward History" button | Furkan Uzumcu | 2011-02-01 | 1 | -9/+54 |
| |