summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Using Application::palette for ListItemsAndrea Diamantini2010-06-031-3/+3
|
* This easy solution should fix problems with long urls that pass right iconsAndrea Diamantini2010-06-031-1/+6
| | | | BUG:238695
* Fix suggestion colors.Andrea Diamantini2010-06-031-3/+2
| | | | | | This patch is heavily based on thijs merge request about. He fixed just the alternating colors and with the wrong one. This patch should let rekonq urlbar follow KDE color settings
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-06-021-0/+2
|
* Use standard zoom actionsAurelien Gateau2010-06-011-16/+6
|
* Fix error reportingAndrea Diamantini2010-06-011-1/+3
| | | | BUG:239040
* Reload page on changed encodingsAndrea Diamantini2010-06-011-1/+2
|
* uhm... a BIG change to fix a tiny bug :(Andrea Diamantini2010-06-011-37/+74
| | | | | The problem is about restoring tabs with arguments Now we really handle ALL the 8 possible cases on startup.
* No history back action enabled when history is emptyAndrea Diamantini2010-06-011-1/+1
| | | | BUG:239863
* Fix loading url path on startup argumentsAndrea Diamantini2010-06-011-3/+3
|
* Merge commit 'refs/merge-requests/109' of ↵Andrea Diamantini2010-06-013-8/+9
|\ | | | | | | git://gitorious.org/rekonq/mainline into SearchItemFixes
| * keep the selected engine when the user typesmegabigbug2010-05-223-7/+8
| | | | | | | | reset to default engine when the completionwidget is shown
| * select the correct engine in the engine bar when a webshortcut is typedmegabigbug2010-05-221-1/+1
| |
* | Merge commit 'refs/merge-requests/128' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-05-311-1/+1
|\ \
| * | Add missing dotPanagiotis Papadopoulos2010-05-311-1/+1
| | |
* | | Minor change to better debug fonts DPI..Andrea Diamantini2010-05-311-4/+6
| | |
* | | Merge commit 'refs/merge-requests/126' of ↵Andrea Diamantini2010-05-312-3/+6
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m126
| * | | defaut font size to 12 (minimal to 7) like konquerormegabigbug2010-05-301-2/+2
| | | |
| * | | fix compute font sizemegabigbug2010-05-301-1/+4
| | | |
* | | | Fix Messages.shAndrea Diamantini2010-05-311-0/+3
| |/ / |/| | | | | | | | (At least I hope so..)
* | | Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-05-311-0/+1
|\ \ \
| * | | SVN_SILENT made messages (.desktop file)Script Kiddy2010-05-311-0/+1
| |/ /
* | | Remove one hardcoded color, to better respect styles && improve usabilityAndrea Diamantini2010-05-311-3/+5
| | |
* | | Update urlbar progressAndrea Diamantini2010-05-313-0/+6
| | |
* | | Merge commit 'refs/merge-requests/2282' of ↵Andrea Diamantini2010-05-311-0/+1
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into UrlBarFixes
| * | | Replaced the gradient with a solid color: it's easier to read.Aurelien Gateau2010-05-261-0/+1
| | | |
* | | | - Sync mouse wheel zoom and the sliderYoann Laissus2010-05-305-3/+23
| |/ / |/| | | | | | | | - Fix mouse wheel zoom limits (slider's max and min)
* | | Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-05-301-0/+2
|\ \ \
| * | | SVN_SILENT made messages (.desktop file)Script Kiddy2010-05-301-0/+2
| | | |
* | | | Fixing fonts..Andrea Diamantini2010-05-305-167/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.. :)
* | | | Merge commit 'refs/merge-requests/125' of ↵Andrea Diamantini2010-05-304-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m125
| * | | | The control modifier part of mr2261 for the urlbarYoann Laissus2010-05-294-6/+6
| |/ / /
* | | | Merge commit 'refs/merge-requests/2287' of ↵Andrea Diamantini2010-05-301-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2287
| * | | | Disable the tabBar drag and drop when there is only one tabYoann Laissus2010-05-291-0/+5
| |/ / /
* | | | Don't start a download if user canceled itmatgic782010-05-291-0/+3
|/ / /
* | | Merge commit 'refs/merge-requests/2286' of ↵Andrea Diamantini2010-05-2810-15/+14
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2286
| * | | Don't use QString::number(), KDE will format the numbers is an l10n-friendly ↵Jonathan Thomas2010-05-273-3/+3
| | | | | | | | | | | | | | | | fashion, QString::number() won't
| * | | Const iterator fixesJonathan Thomas2010-05-274-6/+5
| | | |
| * | | The second arg of QString::replace has to be a QString, I supposeJonathan Thomas2010-05-271-1/+1
| | | |
| * | | Encapsulate single characters in single quotes, since passing a char to ↵Jonathan Thomas2010-05-275-7/+7
| | | | | | | | | | | | | | | | QString is more efficient than passing a one-character string.
* | | | SVN_SILENT made messages (.desktop file)Script Kiddy2010-05-281-0/+1
|/ / /
* | | Merge commit 'refs/merge-requests/2285' of ↵Andrea Diamantini2010-05-271-1/+1
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2285
| * | | Fixed font configuration.Johannes Winfried Koßler2010-05-271-1/+1
| | | |
* | | | Merge commit 'refs/merge-requests/2284' of ↵Andrea Diamantini2010-05-273-6/+9
|\ \ \ \ | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2284
| * | | | Change the autoscroll checkbox to control whether or not the auto scroll ↵Jonathan Thomas2010-05-263-6/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/2283' of ↵Andrea Diamantini2010-05-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2283
| * | | | prefer man- and info-pages to default search engineBernhard Beschow2010-05-261-1/+1
| | |/ / | |/| |
* | | | Merge commit 'refs/merge-requests/2281' of ↵Andrea Diamantini2010-05-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2281
| * | | | Make download links clickablePanagiotis Papadopoulos2010-05-261-1/+1
| |/ / / | | | | | | | | | | | | BUG: 238852
* | | | Merge commit 'refs/merge-requests/2279' of ↵Andrea Diamantini2010-05-272-2/+6
|\ \ \ \ | |_|/ / |/| | | | | | | git://gitorious.org/rekonq/mainline into m2279