summaryrefslogtreecommitdiff
path: root/src/rekonq.kcfg
Commit message (Collapse)AuthorAgeFilesLines
* Add rekonq::DefaultUrl enumaqua2022-09-051-2/+2
|
* Add scripts/qrc_lint.pyHEADmasteraqua2022-09-021-0/+3
|
* Load plugins from AppLocalDataLocation by defaultaqua2022-08-281-2/+2
|
* Add rekonf script to generate SettingsWidgetsaqua2022-08-281-236/+69
| | | | | | - generate General Settings - generate Appearance Settings - removed previous settings widgets
* Added option for global zoom settings :)Andrea Diamantini2013-12-031-0/+3
| | | | BUG: 307477
* Enable WebGL by defaultAndrea Diamantini2013-08-071-1/+1
| | | | | People just think this "just works". Well... at least let's "just enable" it :)
* Change Qt WebKit HTML5 default settingsAndrea Diamantini2013-08-061-3/+3
| | | | | | | | Enable HTML5 features support by default because we are having some bug reports about sites NOT working fixed just by enabling these. These features are probably not mature enough, but they seems stable enough to enable them :)
* Get sure web settings are applied BEFORE loading pagesAndrea Diamantini2013-08-021-1/+1
| | | | | | | | There is also a change in font size management, ignoring DPI and consi dering settings as pixels. Change default font size to 16 (default internet pixel font size) BUG: 322982
* Add a simple ssh sync handlerRadu Andries2013-07-091-1/+1
| | | | | | | CCMAIL: admiral0@tuxfamily.org REVIEWED-BY: adjam Many thanks, Radu! And sorry for the late merge ;)
* Let offline web application cache quota being configurable :)Andrea Diamantini2013-04-151-0/+3
|
* Add a "session" startup optionAndrea Diamantini2013-04-021-3/+0
| | | | BUG: 249462
* Implement session saving, inspired from kate session managementAndrea Diamantini2013-04-021-1/+4
| | | | | (or at least, for what I see...) Added session manager widget and ability to load/save/rename sessions
* Supporting panel (again) :)Andrea Diamantini2013-03-101-0/+6
| | | | | | | | | - 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
* Add zoom text only webkit feature settingsAndrea Diamantini2013-02-121-0/+3
| | | | | | | | 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/+3
| | | | | | | | | | 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/+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"