summaryrefslogtreecommitdiff
path: root/src/settings/settingsdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SettingsDialog: save settings when changedaqua2022-08-281-4/+32
| | | | - connect Restore Defaults button
* Add Setting and MockSettingsaqua2022-08-281-5/+5
| | | | - rename Settings to RekonqSettings
* Add rekonf script to generate SettingsWidgetsaqua2022-08-281-206/+20
| | | | | | - generate General Settings - generate Appearance Settings - removed previous settings widgets
* 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-101-13/+1
|
* Settings, easier than copy/paste...Andrea Diamantini2012-12-101-0/+227
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-232/+0
| | | | Preparing repo to merge rekonq2 code...
* 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
* open handbook page configurationBurkhard Lück2012-06-031-0/+1
|
* Kitchen sink clean upAndrea Diamantini2012-05-271-3/+3
| | | | | | - astyle - copyrights - (some) includes
* Last clean up on settingsAndrea Diamantini2012-04-121-11/+2
| | | | | 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-121-1/+1
|
* Let settings dialog to be NON modalAndrea Diamantini2012-04-121-1/+1
|
* Privacy tab settingsAndrea Diamantini2012-04-121-12/+24
| | | | | | 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-081-2/+2
| | | | | | | 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
* Tools Action MenuAndrea Diamantini2011-08-041-11/+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
* clean upAndrea Diamantini2011-07-251-3/+3
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-5/+5
|
* fix stringsPanagiotis Papadopoulos2011-02-251-1/+1
|
* Coding styleAndrea Diamantini2011-02-251-3/+3
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* No more static members in the Application class,Pierre Rossi2011-02-241-2/+2
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* 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
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-7/+9
| | | | | | | | | | | | | | | 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-131-1/+1
|
* search engine reviewlionelc2010-08-171-3/+1
|
* Fix && improve fonts management.Andrea Diamantini2010-07-291-0/+13
| | | | | This should save from fonts crash reported by pano &&.. (sorry, cannot remember your name)
* New Settings classes, one for each widget.Andrea Diamantini2010-05-231-90/+59
| | | | | It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class
* Add option to choose new tab page as home pageAndrea Diamantini2010-05-181-0/+11
| | | | BUG:235106
* A coding style roundAndrea Diamantini2010-04-301-26/+26
|
* string fixesPanagiotis Papadopoulos2010-04-251-1/+1
|
* Merge commit 'refs/merge-requests/2250' of ↵Andrea Diamantini2010-04-241-1/+6
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2250
| * update SearchEngine data when settings are changedmegabigbug2010-04-231-1/+6
| |
* | New dns prefetch webkit property and updated local storage oneAndrea Diamantini2010-04-231-1/+2
|/
* This commit should finally fix settings handlingAndrea Diamantini2010-03-241-0/+6
|
* Created a new Network Widget containing Cache, Cookies & Proxy Settings.Andrea Diamantini2010-03-151-33/+19
| | | | | | | | | | This for multiple purposes: - clean a bit our settings dialog. Network settings are usually the less used - Provide a unique place where managing the settings network related. This to implement (one day) some better Ui to manage them. This commit also fixes all the handling with the network & the adblock widgets related to updating buttons and settings Ui at the beginning.
* Implemented automatic adblock update.Andrea Diamantini2010-03-131-10/+12
| | | | | | | | | | | | | | This (squashed) commit adds this new feature in rekonq, letting people to simply "forgot" adblock and let rekonq do everything for it I added: - a new (rekonq) adblock widget - an asyncronous method to update rules from the net every TOT days - a better AdBlockManager management. What it is actually missing is the adp protocol support to add new subscriptions to adblock. This will come the next week. For now this part seems stable and needs just testing :)
* Pano, please compile your code && your changes before asking for aAndrea Diamantini2010-02-191-1/+1
| | | | merge request..
* Change window titles strings a bitpano2010-02-181-1/+1
| | | | | | | They now use a "real hyphen" (–) instead of the plain minus character (-), like it is used in the rest of KDE. I also made the window titles translatable, since Left-to-Right languages might need this
* Krazy issues (1st branch)Andrea Diamantini2010-02-141-1/+1
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-3/+2
|
* QPointers --> QWeakPointersAndrea Diamantini2010-02-051-1/+0
|
* factor out WebTab class from WebViewBernhard Beschow2009-12-141-4/+4
| | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* Moving (back?) to konqueror adblock support.Andrea Diamantini2009-11-251-1/+1
| | | | | This will be useful (if someone is interested) in pushing our patches directly on khtml filter engine.
* A new kcmshell named "webkit adblock" to set... (guess what?!)Andrea Diamantini2009-11-211-7/+15
| | | | First bits work, seems enough for this evening
* cleaning home :)Andrea Diamantini2009-11-131-0/+235
In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better