summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added UI option to configure the "Do Not Track" featureAndrea Diamantini2011-07-192-1/+20
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-177-27/+27
|
* Set an option to disable the disable graphics effects on the tabbarAndrea Diamantini2011-03-161-0/+7
| | | | | | | | | highlight animation. CCBUG:267234 To see if this really works, please deselect the "animated tab highlights" in the Tabs Settings section
* fix stringsPanagiotis Papadopoulos2011-02-252-6/+6
|
* Coding styleAndrea Diamantini2011-02-254-28/+28
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-2414-16/+16
|
* No more static members in the Application class,Pierre Rossi2011-02-242-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 toAndrea Diamantini2011-02-143-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 Chauvin2011-02-141-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 iconFurkan Uzumcu2011-02-051-1/+8
| | | | Reviewed by adjam
* fixuifilesPino Toscano2011-02-031-3/+0
|
* This commit contains the changes to the context menu which we decided in our ↵Felix Rohrbach2011-01-151-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 pagePanagiotis Papadopoulos2011-01-111-4/+4
|
* Fixing the fix that is just been fixed :)Andrea Diamantini2011-01-091-7/+0
|
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2011-01-091-0/+7
|\
| * Readds a config option in the tab settings window.Felix Rohrbach2011-01-091-0/+7
| | | | | | | | This config option was accedentially removed in commit cb84ae8badcab5bfe095e71cf4c0e33175e60817.
* | Fix the always opened tabbar feature.Andrea Diamantini2011-01-091-0/+7
|/ | | | | | | Felix Rohrbach's fix Thanks :) PS: plus a correction in previous UI by me
* This GCI task adds a combobox with different settings to choice when ↵Andrea Diamantini2011-01-072-19/+57
| | | | | | | | | | | | | | 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/+16
| | | | (Disabled by default).
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-212-9/+11
| | | | | | | | | | | | | | | introduce search icon description file downloaded after validation, not before icons updated when engine added add opensearch xml description files sync desktop file => fix add webshortcut use db_opensearch.json file to track opensearch engines create an opensearch description only when the engine support suggestions remove opensearch description when an engine is deleted in the webshortcut setting dialog popup: disable ok button when webshortcut is already used Lionel Chauvin is the man having done this big, big, big work!! I'm just merging ;)
* commit the fixnihui2010-10-132-4/+4
|
* Krazy fixes, first bunchAndrea Diamantini2010-08-201-1/+1
|
* Simpler than I thought, fix kget integrationAndrea Diamantini2010-08-191-2/+0
|
* disableKGet --> checkKGetPresenceAndrea Diamantini2010-08-182-11/+17
| | | | let rekonq also reenable it :)
* Merge commit 'refs/merge-requests/176' of ↵Andrea Diamantini2010-08-182-0/+17
|\ | | | | | | git://gitorious.org/rekonq/mainline into m176
| * Remove return, formatting++Rohan Garg2010-08-171-4/+0
| | | | | | | | modified: src/settings/generalwidget.cpp
| * Define GeneralWidget::disableKGet() to disable KGetRohan Garg2010-08-172-0/+21
| | | | | | | | | | | | | | when KGet is not installed modified: src/settings/generalwidget.cpp Declare GeneralWidget::disableKGet() modified: src/settings/generalwidget.h
* | search engine reviewlionelc2010-08-171-3/+1
|/
* Implement KHTML smooth scrolling for rekonqYoann Laissus2010-08-081-2/+15
|