summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix && improve fonts management.Andrea Diamantini2010-07-294-62/+38
| | | | | This should save from fonts crash reported by pano &&.. (sorry, cannot remember your name)
* Add comment="KDE::DoNotExtract" to TextLabel.Andrius Štikonas2010-07-061-1/+1
| | | | This dummy string is not visible by the user so it is not necessary to translate it.
* Use KIntSpinBox together with plural aware setSuffix instead of static ↵Andrius Štikonas2010-07-062-2/+15
| | | | QSpinBox suffix.
* Link webshortcuts default engine into urlbar default engine - withoutThijs Heus2010-06-071-69/+0
| | | | crashing with SE=None
* i18n fixesAndrea Diamantini2010-06-041-1/+1
| | | | Andrew Coles's patch. Thanks :)
* Add comment="KDE::DoNotExtract" to names of the form.Andrius Štikonas2010-06-031-1/+1
| | | | This dummy string is not visible by the user so it is not necessary to translate it.
* Fixing fonts..Andrea Diamantini2010-05-303-134/+252
| | | | | | | | | | | 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-3/+6
| | | | | | | | 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
* Merge commit 'refs/merge-requests/2276' of ↵Andrea Diamantini2010-05-253-4/+10
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2276