| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 ;)
|
| |
|
| |
|
| |
|
|
|
|
| |
let rekonq also reenable it :)
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m176
|
| |
| |
| |
| | |
modified: src/settings/generalwidget.cpp
|
| |
| |
| |
| |
| |
| |
| | |
when KGet is not installed
modified: src/settings/generalwidget.cpp
Declare GeneralWidget::disableKGet()
modified: src/settings/generalwidget.h
|
|/ |
|
| |
|
|
|
|
|
| |
This should save from fonts crash reported by pano &&.. (sorry, cannot
remember your name)
|
|
|
|
| |
This dummy string is not visible by the user so it is not necessary to translate it.
|
|
|
|
| |
QSpinBox suffix.
|
|
|
|
| |
crashing with SE=None
|
|
|
|
| |
Andrew Coles's patch. Thanks :)
|
|
|
|
| |
This dummy string is not visible by the user so it is not necessary to translate it.
|
|
|
|
|
|
|
|
|
|
|
| |
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.. :)
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m2276
|
| | |
|
|/ |
|
|
|
|
| |
Now the "fixed font" KFontRequester should show just fixed fonts..
|
| |
|
|
|
|
|
| |
It seems clear to me that this way code is more maintainable than merging everything
in the settingsdialog class
|
|
|
|
|
| |
let autoscroll being optional
(active by default..)
|
|
|
|
| |
BUG:235106
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
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 :)
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Speed up compilation & linking on Win, Lin & Mac. Step 1
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m2250
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This commit implements the downloads history page.
While it is in an horrible shape, its slots seem working well
It needs just some love..
|
|
|
|
|
|
|
|
|
| |
This will let rekonq to automatically add abp subscriptions
from the adblockplus.org site (or wherever someone provides abp urls)
Anyway, consider that the raccomended way to manage adblock (by me and by
abp developers) is just adding the EasyList subscription.
rekonq just does it by default!!
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 :)
|
| |
|