summaryrefslogtreecommitdiff
path: root/src/rekonq.kcfg
Commit message (Collapse)AuthorAgeFilesLines
* Added option for opening new tabs next to current (default to true). ↵Lindsay Mathieson2013-01-241-0/+3
| | | | Otherwise tabs created at end of list.
* Fix default download pathAndrea Diamantini2012-12-101-1/+1
|
* Check settingsAndrea Diamantini2012-12-101-4/+0
| | | | Remove unuseful option with "tabs up"
* Clean up previous commit about adblock and fix enable/disable featureAndrea Diamantini2012-12-101-0/+3
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-0/+3
| | | | | | | | | | | | | - 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... :)
* Manage Bookmarks Toolbar show/hide (&& create/delete)Andrea Diamantini2012-12-101-4/+1
|
* Restore rekonq settingsAndrea Diamantini2012-12-101-6/+0
|
* Class Application Import, first (important) partAndrea Diamantini2012-12-101-0/+286
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-294/+0
| | | | Preparing repo to merge rekonq2 code...
* Integrated spell checkingLindsay Mathieson2012-09-171-1/+3
| | | | | | | | | | | | | | | | - 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
* clean up failed rebasing and implement history timed expire checkAndrea Diamantini2012-04-121-51/+20
|
* Privacy tab settingsAndrea Diamantini2012-04-121-33/+67
| | | | | | Clean up (again) rekonq settings, adding "advanced" and "privacy" sections and removing the "network" one, merged here and there with the other ones
* Check if user has a default search engine set and eventuallyAndrea Diamantini2012-03-251-0/+3
| | | | | | show a messagewidget to inform and let him set it. REVIEW:104290
* Move adblock manager to use multiple text files for rules andAndrea Diamantini2012-03-131-23/+0
| | | | | | separate adblock settings from rekonq ones. We now have 60 adblock rules list sites stored to be enabled "on click"
* It seems I accidentally changed default settings forAndrea Diamantini2012-01-121-1/+1
| | | | closeTabSelectPrevious, sorry.
* Access Keys navigationMarc Deop2012-01-121-0/+3
| | | | | | | | | | 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-63/+73
| | | | | | 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
* Option to open links from external apps in new windowAndrea Diamantini2011-12-121-0/+3
| | | | | | | Initial patch by Pali Rohar. Thanks :D REVIEW: 102330 REVIEWED-BY: adjam
* Sync improvements, last bunch!Andrea Diamantini2011-12-121-3/+3
| | | | | Improved code division (it will be super easy now adding a new handler) Added a new config UI (QWizard based)
* here we are, rekonq ftp remote sync done!Andrea Diamantini2011-12-121-1/+7
| | | | | | | | With this commit, I think we reached the "sync" status with remote ftp sites. This means we basically have a first sync feature and we can heavily test it to eventually add more options in the future (webdav? ownCloud? firefox Sync? etc...)
* On the road to the sync feature...Andrea Diamantini2011-12-121-1/+1
|
* Sync feature, first bitsAndrea Diamantini2011-12-121-0/+28
|
* Faster clean startup (with just two side previews to load)Andrea Diamantini2011-12-011-2/+2
|
* Add settings for fixed download pathAndrea Diamantini2011-11-291-0/+6
|
* Adblock disabled by default for 0.9Andrea Diamantini2011-11-141-2/+2
| | | | | | This was an initial misconception on adblock use (moreover considering it is our worst bottleneck...) If you wanna it, just enable it on your own...
* Application Shortcut, last commitAndrea Diamantini2011-11-081-0/+6
| | | | | | Config dialog, settings REVIEW:103010
* Improve rekonq WebKit settingsAndrea Diamantini2011-10-261-18/+18
| | | | | | | | | | | | 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
* Added a combobox with middleclick options "autoscroll", "pasteAndGo" andFurkan Üzümcü2011-09-201-3/+3
| | | | | "do nothing"
* Add option to close window by closing last tabAndrea Diamantini2011-09-081-0/+3
| | | | Usual behavior in Firefox/Chrome. Let it be configurable here :)
* Fix vi-like navigation shortcutsJohannes Troscher2011-08-211-0/+3
| | | | | | | | | | | 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-041-3/+0
| | | | | | | | | | | - 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
* Provide a "click" mechanism to manage favoritesAndrea Diamantini2011-07-251-1/+1
| | | | | | | With this commit, you can add a favorite by right clicking on the bookmark icon. REVIEW:101945
* typo (settins --> settings)Andrea Diamantini2011-07-191-1/+1
|
* Set an option to disable the disable graphics effects on the tabbarAndrea Diamantini2011-03-161-0/+3
| | | | | | | | | highlight animation. CCBUG:267234 To see if this really works, please deselect the "animated tab highlights" in the Tabs Settings section
* This patch cleans up encoding management, moving code toAndrea Diamantini2011-02-141-0/+3
| | | | | | | its real position: The appearance settings widget. In fact our code is actually changing "default" text encoding, not the page one "on the fly"
* Added an option to show current website favicon as rekonq window iconFurkan Uzumcu2011-02-051-0/+3
| | | | Reviewed by adjam
* Remember selections in the "clear private data" dialog.Furkan Uzumcu2011-01-171-0/+18
| | | | Reviewed (and merged) by me :)
* This commit contains the changes to the context menu which we decided in our ↵Felix Rohrbach2011-01-151-0/+3
| | | | | | | | | | 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
* This GCI task adds a combobox with different settings to choice when ↵Andrea Diamantini2011-01-071-2/+2
| | | | | | | | | | | | | | hovering tabs: * tab preview (default one) * show title as tooltip * show url as tooltip * show nothing Patch by Furkan Uzumcu, reviewed (and merged) by adjam BUG:260343 RB:100282
* Horizontal scroll wheel may now be used to navigate through history ↵Felix Rohrbach2011-01-051-0/+3
| | | | (Disabled by default).
* Switching from sourceforge to kde site.. probably fixing also some dbus ↵Andrea Diamantini2010-12-211-1/+1
| | | | handling.
* Implement KHTML smooth scrolling for rekonqYoann Laissus2010-08-081-0/+3
|
* defaut font size to 12 (minimal to 7) like konquerormegabigbug2010-05-301-2/+2
|
* Fixing fonts..Andrea Diamantini2010-05-301-12/+16
| | | | | | | | | | | This commit changes *A LOT* rekonq behavior on fonts. To fix all, I had to (re)introduce some (old)new strings. Sorry! - Adopted default KDE fonts for default & fixed settings - calculating LogicalDpiY from font dimension (points to pixels) (This has been copied from KWebKitPart, as suggested) - reenabled 16px as default font size WARNING: As we are now calculating well the font size, you'll see BIG chars on clean pages.. :)
* Change the autoscroll checkbox to control whether or not the auto scroll ↵Jonathan Thomas2010-05-261-2/+2
| | | | | | | | feature is enabled, rather than wether or not it is disabled. This solves a HIG issue, since checkboxes are always supposed to enable an option when checked, rather than to disable an option when checked: http://techbase.kde.org/Projects/Usability/HIG/Check_Box
* Improving fonts situationAndrea Diamantini2010-05-241-2/+11
|
* Cedric's patchAndrea Diamantini2010-05-211-0/+3
| | | | | let autoscroll being optional (active by default..)
* Moved setEncoding action to be a local page settings as it seemsAndrea Diamantini2010-05-181-4/+1
| | | | more useful
* Add option to choose new tab page as home pageAndrea Diamantini2010-05-181-0/+3
| | | | BUG:235106
* Move adblock rules conf file to appdata, to maintain central config file tinyAndrea Diamantini2010-05-141-81/+86
|