summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * last minute string fixesPanagiotis Papadopoulos2010-05-243-4/+10
| |
* | fix set home to current page buttonAndrea Diamantini2010-05-251-1/+1
|/
* Fixing lost settingsAndrea Diamantini2010-05-243-7/+13
| | | | Now the "fixed font" KFontRequester should show just fixed fonts..
* Improving fonts situationAndrea Diamantini2010-05-242-65/+55
|
* New Settings classes, one for each widget.Andrea Diamantini2010-05-2314-161/+626
| | | | | It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class
* Cedric's patchAndrea Diamantini2010-05-211-0/+19
| | | | | let autoscroll being optional (active by default..)
* Add option to choose new tab page as home pageAndrea Diamantini2010-05-183-3/+22
| | | | BUG:235106
* Disable ad block related widgets when ad blocking is disabled.Abdurrahman AVCI2010-05-141-0/+6
|
* Merge branch 'FixBlocks'Andrea Diamantini2010-05-141-3/+3
|\ | | | | | | | | | | | | | | WARNING: as we have a new adblock file, adblock will not work until rekonq doesn't update subscriptions. In some test installations, you can force rekonq doing it by removing your $KDEHOME/share/config/rekonqrc file :)
| * Move adblock rules conf file to appdata, to maintain central config file tinyAndrea Diamantini2010-05-141-3/+3
| |
* | Better wording for automatic filter update interval.Abdurrahman AVCI2010-05-131-1/+4
| |
* | Hide automatic filter list header.Abdurrahman AVCI2010-05-131-0/+6
|/
* Add "days" word to better explain the adblock update intervalAndrea Diamantini2010-05-111-1/+1
|
* Right align all labels to confirm to the KDE4 HIG.Abdurrahman AVCI2010-05-084-112/+185
|
* Krazy fixesAndrea Diamantini2010-04-301-1/+1
|
* cleaning headersAndrea Diamantini2010-04-302-2/+0
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-2/+2
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-306-103/+103
|
* inverting position of kget optionsAndrea Diamantini2010-04-261-7/+7
|
* string fixesPanagiotis Papadopoulos2010-04-252-2/+2
|
* 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-232-40/+48
|/
* Implementing a new default engine choice for rekonqAndrea Diamantini2010-04-192-82/+161
|
* fixing crash on manual rules savingAndrea Diamantini2010-03-301-1/+1
|
* This commit should finally fix settings handlingAndrea Diamantini2010-03-243-0/+12
|