summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Collapse)AuthorAgeFilesLines
* Closed Tabs page return, first bitsAndrea Diamantini2013-02-171-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 settingsAndrea Diamantini2013-02-121-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 Christidis2013-02-121-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 Mathieson2013-01-241-0/+7
| | | | Otherwise tabs created at end of list.
* Fixes javascript error for word replacement from the spellcheck popup menu.Lindsay Mathieson2013-01-231-2/+11
| | | | Restores Auto Spellcheck option in advanced settings
* Krazy Fixes, first shotAndrea Diamantini2012-12-289-9/+9
|
* Check settingsAndrea Diamantini2012-12-101-7/+0
| | | | Remove unuseful option with "tabs up"
* Ensure settings respectAndrea Diamantini2012-12-101-10/+0
| | | | Honor settings when opening new tab (fix for the rekonq2 port)
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-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 settingsAndrea Diamantini2012-12-103-42/+2
|
* Clean up WebWindow inserting the WebTab there.Andrea Diamantini2012-12-101-1/+1
|
* Settings, easier than copy/paste...Andrea Diamantini2012-12-1025-0/+3039
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-1025-3063/+0
| | | | Preparing repo to merge rekonq2 code...
* Integrated spell checkingLindsay Mathieson2012-09-171-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 inconsistencesAndrea Diamantini2012-07-081-1/+1
| | | | | | Patch by Yuri Chornoivan, Thanks :) BUG: 303180
* Fix adblock hide behaviorAndrea Diamantini2012-07-061-1/+1
| | | | | | | NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050
* CapitalizeAndré Marcelo Alvarenga2012-06-101-1/+1
|
* Fix/improve kwebapp contextual actionsAndrea Diamantini2012-06-081-2/+2
|
* open handbook page configurationBurkhard Lück2012-06-031-0/+1
|
* Fix crash when item is not selected (for example list is empty)Montel Laurent2012-06-011-1/+4
|
* Kitchen sink clean upAndrea Diamantini2012-05-274-11/+11
| | | | | | - astyle - copyrights - (some) includes
* Fix typo.Yuri Chornoivan2012-04-131-1/+1
|
* Last clean up on settingsAndrea Diamantini2012-04-126-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 checkAndrea Diamantini2012-04-122-8/+8
|
* Add passwords exceptions management widgetAndrea Diamantini2012-04-124-2/+188
|
* Let settings dialog to be NON modalAndrea Diamantini2012-04-121-1/+1
|
* Launch proxy, cache, cookies settings as (Q)Process(es)Andrea Diamantini2012-04-124-7/+25
|
* Tirtha's string suggestion about DNT header settingsAndrea Diamantini2012-04-121-1/+1
|
* Privacy tab settingsAndrea Diamantini2012-04-1213-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 576Andrea Diamantini2012-02-082-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 textsAndrea Diamantini2012-01-301-2/+2
| | | | BUG: 292870
* Krazy fixesAndrea Diamantini2012-01-192-208/+8
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Fix download settings application on rekonq config dialogAndrea Diamantini2012-01-172-2/+5
| | | | | | | Courtesy patch by "Wyatt", thanks!!! BUG:291726 REVIEWED-BY:adjam
* Access Keys navigationMarc Deop2012-01-121-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.kcfgAndrea Diamantini2012-01-021-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 Diamantini2012-01-021-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 windowAndrea Diamantini2011-12-121-0/+7
| | | | | | | Initial patch by Pali Rohar. Thanks :D REVIEW: 102330 REVIEWED-BY: adjam
* Add settings for fixed download pathAndrea Diamantini2011-11-292-5/+78
|
* Unifies macro styleJohannes Troscher2011-11-276-12/+12
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Typo: javascipt --> javascriptAndrea Diamantini2011-11-261-1/+1
| | | | | (Thanks Manuel!) BUG:287495
* Let rekonq save file remotelyAndrea Diamantini2011-11-031-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 settingsAndrea Diamantini2011-10-263-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 SettingsYoann Laissus2011-10-171-1/+1
| | | | | Patch from Furkan Üzümcü REVIEW: 102901
* Added a combobox with middleclick options "autoscroll", "pasteAndGo" andFurkan Üzümcü2011-09-201-19/+36
| | | | | "do nothing"
* Add option to close window by closing last tabAndrea Diamantini2011-09-081-0/+7
| | | | Usual behavior in Firefox/Chrome. Let it be configurable here :)
* Fix data insert in the home page setting dialogFurkan Uzumcu2011-08-312-0/+9
| | | | | REVIEW: 102423 REVIEWED-BY: adjam
* Fix vi-like navigation shortcutsJohannes Troscher2011-08-211-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 MenuAndrea Diamantini2011-08-045-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 upAndrea Diamantini2011-07-253-8/+8
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-1/+0
|