Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Capitalize | André Marcelo Alvarenga | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | Fix/improve kwebapp contextual actions | Andrea Diamantini | 2012-06-08 | 1 | -2/+2 |
| | |||||
* | open handbook page configuration | Burkhard Lück | 2012-06-03 | 1 | -0/+1 |
| | |||||
* | Fix crash when item is not selected (for example list is empty) | Montel Laurent | 2012-06-01 | 1 | -1/+4 |
| | |||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 4 | -11/+11 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | Fix typo. | Yuri Chornoivan | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | Last clean up on settings | Andrea Diamantini | 2012-04-12 | 6 | -28/+25 |
| | | | | | Get sure settings are updated everytime Strings, spaces and one unuseful slot removed clean up | ||||
* | clean up failed rebasing and implement history timed expire check | Andrea Diamantini | 2012-04-12 | 2 | -8/+8 |
| | |||||
* | Add passwords exceptions management widget | Andrea Diamantini | 2012-04-12 | 4 | -2/+188 |
| | |||||
* | Let settings dialog to be NON modal | Andrea Diamantini | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Launch proxy, cache, cookies settings as (Q)Process(es) | Andrea Diamantini | 2012-04-12 | 4 | -7/+25 |
| | |||||
* | Tirtha's string suggestion about DNT header settings | Andrea Diamantini | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Privacy tab settings | Andrea Diamantini | 2012-04-12 | 13 | -476/+1013 |
| | | | | | | Clean up (again) rekonq settings, adding "advanced" and "privacy" sections and removing the "network" one, merged here and there with the other ones | ||||
* | Increase minimum setting window size to 576 | Andrea Diamantini | 2012-02-08 | 2 | -3/+3 |
| | | | | | | | Sorry, this is the "max" minimum height we can set. There are a lot of small netbooks providing max resolution of 1024x576, so... CCBUG:293623 | ||||
* | Fix settings tabs UI texts | Andrea Diamantini | 2012-01-30 | 1 | -2/+2 |
| | | | | BUG: 292870 | ||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 2 | -208/+8 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | Fix download settings application on rekonq config dialog | Andrea Diamantini | 2012-01-17 | 2 | -2/+5 |
| | | | | | | | Courtesy patch by "Wyatt", thanks!!! BUG:291726 REVIEWED-BY:adjam | ||||
* | Access Keys navigation | Marc Deop | 2012-01-12 | 1 | -0/+7 |
| | | | | | | | | | | Ported access keys navigation system from Arora and adapted to rekonq code. Also (by adjam), get sure access keys are removed on loadStarted REVIEW:103601 REVIEWED-BY: adjam | ||||
* | Clean up rekonq.kcfg | Andrea Diamantini | 2012-01-02 | 1 | -3/+16 |
| | | | | | | It was really a mess before. I also found 2 settings never used... WARNING: This will cost users to reset some settings. Sorry for that | ||||
* | about:tabs, easy method to manage rekonq tabs. | Andrea Diamantini | 2012-01-02 | 1 | -0/+5 |
| | | | | | | | | | | - added tabs page to rekonq ones - manage about:tabs links - let it manage show/close tabs - fix settings for the new page - adjust controls for it (modify, add thing removed) REVIEW:103566 | ||||
* | Option to open links from external apps in new window | Andrea Diamantini | 2011-12-12 | 1 | -0/+7 |
| | | | | | | | Initial patch by Pali Rohar. Thanks :D REVIEW: 102330 REVIEWED-BY: adjam | ||||
* | Add settings for fixed download path | Andrea Diamantini | 2011-11-29 | 2 | -5/+78 |
| | |||||
* | Unifies macro style | Johannes Troscher | 2011-11-27 | 6 | -12/+12 |
| | | | | | REVIEW: 103242 REVIEWED-BY: adjam | ||||
* | Typo: javascipt --> javascript | Andrea Diamantini | 2011-11-26 | 1 | -1/+1 |
| | | | | | (Thanks Manuel!) BUG:287495 | ||||
* | Let rekonq save file remotely | Andrea Diamantini | 2011-11-03 | 1 | -1/+1 |
| | | | | | | | | | | Andreas's comment was helpful: rekonq COULD save file remotely, but for same strange reason, KFileDialog::getSaveFileName() could not select remote files. Switching to getSaveUrl seems fixing the problem Ah... also a style clean up here. Sorry for the merged commit... BUG: 242675 | ||||
* | Improve rekonq WebKit settings | Andrea Diamantini | 2011-10-26 | 3 | -97/+118 |
| | | | | | | | | | | | | This patch changes WebKit Settings window removing the "unuseful" stuffs and adding some news like WebGL or Frame Flattening (probably useful also on netbook). It also redesign/clean up the settings widget Let us require QtWebKit 2.2.x, hence Qt 4.8.0 at least until someone will explain me how I can check QtWebKit version number with cmake... REVIEW:102920 | ||||
* | Change the default tab number from 2 to 0 for Appearence Settings | Yoann Laissus | 2011-10-17 | 1 | -1/+1 |
| | | | | | Patch from Furkan Üzümcü REVIEW: 102901 | ||||
* | Added a combobox with middleclick options "autoscroll", "pasteAndGo" and | Furkan Üzümcü | 2011-09-20 | 1 | -19/+36 |
| | | | | | "do nothing" | ||||
* | Add option to close window by closing last tab | Andrea Diamantini | 2011-09-08 | 1 | -0/+7 |
| | | | | Usual behavior in Firefox/Chrome. Let it be configurable here :) | ||||
* | Fix data insert in the home page setting dialog | Furkan Uzumcu | 2011-08-31 | 2 | -0/+9 |
| | | | | | REVIEW: 102423 REVIEWED-BY: adjam | ||||
* | Fix vi-like navigation shortcuts | Johannes Troscher | 2011-08-21 | 1 | -5/+12 |
| | | | | | | | | | | | This patch introduces a check on input/textarea elements to be sure we are NOT stealing focus there.. ;) It also introduces a check to let the feature being optional (just to be completely sure... ) CCBUG: 238761 REVIEW: 102255 REVIEWED-BY: adjam,elproxy | ||||
* | Tools Action Menu | Andrea Diamantini | 2011-08-04 | 5 | -275/+1 |
| | | | | | | | | | | | - 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 | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 3 | -8/+8 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -1/+0 |
| | |||||
* | Added UI option to configure the "Do Not Track" feature | Andrea Diamantini | 2011-07-19 | 2 | -1/+20 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 7 | -27/+27 |
| | |||||
* | Set an option to disable the disable graphics effects on the tabbar | Andrea Diamantini | 2011-03-16 | 1 | -0/+7 |
| | | | | | | | | | highlight animation. CCBUG:267234 To see if this really works, please deselect the "animated tab highlights" in the Tabs Settings section | ||||
* | fix strings | Panagiotis Papadopoulos | 2011-02-25 | 2 | -6/+6 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 4 | -28/+28 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 14 | -16/+16 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 2 | -3/+3 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | This patch cleans up encoding management, moving code to | Andrea Diamantini | 2011-02-14 | 3 | -267/+364 |
| | | | | | | | its real position: The appearance settings widget. In fact our code is actually changing "default" text encoding, not the page one "on the fly" | ||||
* | Replace webshorcuts icons and text. | Lionel Chauvin | 2011-02-14 | 1 | -2/+7 |
| | | | | | | | Text: webshortcuts ---> search engines Icon: web-browser-shorctus ---> edit-web-search Reviewed by adjam | ||||
* | Added an option to show current website favicon as rekonq window icon | Furkan Uzumcu | 2011-02-05 | 1 | -1/+8 |
| | | | | Reviewed by adjam | ||||
* | fixuifiles | Pino Toscano | 2011-02-03 | 1 | -3/+0 |
| | |||||
* | This commit contains the changes to the context menu which we decided in our ↵ | Felix Rohrbach | 2011-01-15 | 1 | -0/+7 |
| | | | | | | | | | | meeting: 1. Hide new tab entry if it is not necessary. 2. Print and Search action: I removed the print action. The search action is now in the "search with" submenu if some text is selected. 3. Hide the development menu entries and add an option to show them. RB: 100374 | ||||
* | string improvements in the tab settings page | Panagiotis Papadopoulos | 2011-01-11 | 1 | -4/+4 |
| | |||||
* | Fixing the fix that is just been fixed :) | Andrea Diamantini | 2011-01-09 | 1 | -7/+0 |
| | |||||
* | Merge branch 'master' of git.kde.org:rekonq | Andrea Diamantini | 2011-01-09 | 1 | -0/+7 |
|\ | |||||
| * | Readds a config option in the tab settings window. | Felix Rohrbach | 2011-01-09 | 1 | -0/+7 |
| | | | | | | | | This config option was accedentially removed in commit cb84ae8badcab5bfe095e71cf4c0e33175e60817. |