| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
"do
nothing"
|
|
|
|
| |
Usual behavior in Firefox/Chrome. Let it be configurable here :)
|
|
|
|
|
| |
REVIEW: 102423
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
- QL1S
- one stupid kDebug less
- codingstyle
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
highlight animation.
CCBUG:267234
To see if this really works, please deselect the "animated tab highlights"
in the Tabs Settings section
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
an rApp shortcut for Application::instance,
clean up code switching to use the new shortcut
Reviewed by: adjam
|
|
|
|
|
|
|
| |
its real position: The appearance settings widget.
In fact our code is actually changing "default" text encoding, not
the page one "on the fly"
|
|
|
|
|
|
|
| |
Text: webshortcuts ---> search engines
Icon: web-browser-shorctus ---> edit-web-search
Reviewed by adjam
|
|
|
|
| |
Reviewed by adjam
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
This config option was accedentially removed in commit cb84ae8badcab5bfe095e71cf4c0e33175e60817.
|
|/
|
|
|
|
|
| |
Felix Rohrbach's fix
Thanks :)
PS: plus a correction in previous UI by me
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
(Disabled by default).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|