Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RekonqWindow: apply shortcuts | aqua | 2022-09-08 | 1 | -1/+1 |
| | |||||
* | RekonqSettings: add resetValue and remove value's defaultValue parameter | aqua | 2022-09-08 | 11 | -129/+146 |
| | | | | | | - generate default rekonqrc and include it in libsettings - Settings uses :/settings/rekonqrc to provide default values - Add Settings::path() to get the default settings location | ||||
* | Add rekonq::DefaultUrl enum | aqua | 2022-09-05 | 2 | -5/+6 |
| | |||||
* | Add scripts/qrc_lint.pyHEADmaster | aqua | 2022-09-02 | 2 | -7/+11 |
| | |||||
* | Improve test coverage | aqua | 2022-08-28 | 6 | -21/+77 |
| | |||||
* | SettingsDialog: save settings when changed | aqua | 2022-08-28 | 7 | -64/+158 |
| | | | | - connect Restore Defaults button | ||||
* | Load plugins from AppLocalDataLocation by default | aqua | 2022-08-28 | 5 | -4/+40 |
| | |||||
* | Add Setting and MockSettings | aqua | 2022-08-28 | 11 | -59/+193 |
| | | | | - rename Settings to RekonqSettings | ||||
* | Add rekonf script to generate SettingsWidgets | aqua | 2022-08-28 | 31 | -3394/+365 |
| | | | | | | - generate General Settings - generate Appearance Settings - removed previous settings widgets | ||||
* | Add missing colon | André Marcelo Alvarenga | 2014-12-13 | 2 | -2/+2 |
| | |||||
* | Fix && uniform UI width | Andrea Diamantini | 2013-12-08 | 6 | -302/+541 |
| | |||||
* | Added option for global zoom settings :) | Andrea Diamantini | 2013-12-03 | 3 | -6/+77 |
| | | | | BUG: 307477 | ||||
* | Move "custom CSS path" from Appearance to Advanced settings | Andrea Diamantini | 2013-12-03 | 2 | -49/+57 |
| | |||||
* | Fix awkward string in proxy settings | Andrea Diamantini | 2013-11-29 | 1 | -1/+1 |
| | | | | BUG: 300709 | ||||
* | "Clean up" Appearance settings widget | Andrea Diamantini | 2013-08-07 | 1 | -11/+80 |
| | | | | | The easiest solution I found is fixing a width for the labels. Hope it will be good | ||||
* | i18n fixes | Pino Toscano | 2013-06-10 | 3 | -11/+11 |
| | | | | | | | | | - remove exclamation marks - remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum") - fix style - spell "Java", "JavaScript" and "MD5" correctly - lowercase "NOT" (do not shout to the user) - remove extra spaces | ||||
* | i18n fixes | Pino Toscano | 2013-06-07 | 1 | -1/+1 |
| | | | | | | | | | - remove string puzzles when possible - remove exclamation marks - remove contractions ("don't" -> "do not", etc) - lowercase "NOT" (do not shout to the user) - remove extra spaces, or add them where needed - few style/spelling fixes | ||||
* | Avoid a possible crash if rekonqWindow is not properly detected | Andrea Diamantini | 2013-04-28 | 1 | -4/+7 |
| | |||||
* | Let offline web application cache quota being configurable :) | Andrea Diamantini | 2013-04-15 | 1 | -1/+27 |
| | |||||
* | Add a "session" startup option | Andrea Diamantini | 2013-04-02 | 3 | -57/+34 |
| | | | | BUG: 249462 | ||||
* | Supporting panel (again) :) | Andrea Diamantini | 2013-03-10 | 1 | -3/+2 |
| | | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354 | ||||
* | Closed Tabs page return, first bits | Andrea Diamantini | 2013-02-17 | 1 | -0/+5 |
| | | | | | Restore about:closedTabs page and the ability to open back closed tabs. What's missing then? To load back on restart the closed tabs saved... | ||||
* | Add zoom text only webkit feature settings | Andrea Diamantini | 2013-02-12 | 1 | -0/+7 |
| | | | | | | | | Piedro, because of your comment about Midori, I tried applying this. I don't think this fixes your problem, but it surely "hides" the bug ;) CCBUG: 295446 | ||||
* | Open new tabs in the foreground. | Dimitrios Christidis | 2013-02-12 | 1 | -0/+7 |
| | | | | | | | | | | Adds a new configuration option (disabled by default) to open links in new tabs in the foreground. BUG: 313794 REVIEW: 108801 Signed-off-by: Andrea Diamantini <adjam7@gmail.com> | ||||
* | Added option for opening new tabs next to current (default to true). ↵ | Lindsay Mathieson | 2013-01-24 | 1 | -0/+7 |
| | | | | Otherwise tabs created at end of list. | ||||
* | Fixes javascript error for word replacement from the spellcheck popup menu. | Lindsay Mathieson | 2013-01-23 | 1 | -2/+11 |
| | | | | Restores Auto Spellcheck option in advanced settings | ||||
* | Krazy Fixes, first shot | Andrea Diamantini | 2012-12-28 | 9 | -9/+9 |
| | |||||
* | Check settings | Andrea Diamantini | 2012-12-10 | 1 | -7/+0 |
| | | | | Remove unuseful option with "tabs up" | ||||
* | Ensure settings respect | Andrea Diamantini | 2012-12-10 | 1 | -10/+0 |
| | | | | Honor settings when opening new tab (fix for the rekonq2 port) | ||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :) | ||||
* | Restore rekonq settings | Andrea Diamantini | 2012-12-10 | 3 | -42/+2 |
| | |||||
* | Clean up WebWindow inserting the WebTab there. | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Settings, easier than copy/paste... | Andrea Diamantini | 2012-12-10 | 25 | -0/+3039 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 25 | -3063/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Integrated spell checking | Lindsay Mathieson | 2012-09-17 | 1 | -2/+21 |
| | | | | | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. BUG: 305720 CCMAIL: lindsay.mathieson@gmail.com REVIEW: 106417 REVIEWED-BY: adjam | ||||
* | Fix some string inconsistences | Andrea Diamantini | 2012-07-08 | 1 | -1/+1 |
| | | | | | | Patch by Yuri Chornoivan, Thanks :) BUG: 303180 | ||||
* | Fix adblock hide behavior | Andrea Diamantini | 2012-07-06 | 1 | -1/+1 |
| | | | | | | | NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050 | ||||
* | 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 |