Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | The second arg of QString::replace has to be a QString, I suppose | Jonathan Thomas | 2010-05-27 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Encapsulate single characters in single quotes, since passing a char to ↵ | Jonathan Thomas | 2010-05-27 | 5 | -7/+7 | |
| | | | | | | | | | | | | | | | | QString is more efficient than passing a one-character string. | |||||
* | | | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-05-28 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge commit 'refs/merge-requests/2285' of ↵ | Andrea Diamantini | 2010-05-27 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2285 | |||||
| * | | | Fixed font configuration. | Johannes Winfried Koßler | 2010-05-27 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge commit 'refs/merge-requests/2284' of ↵ | Andrea Diamantini | 2010-05-27 | 3 | -6/+9 | |
|\ \ \ \ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2284 | |||||
| * | | | | Change the autoscroll checkbox to control whether or not the auto scroll ↵ | Jonathan Thomas | 2010-05-26 | 3 | -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 Diamantini | 2010-05-27 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2283 | |||||
| * | | | | prefer man- and info-pages to default search engine | Bernhard Beschow | 2010-05-26 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge commit 'refs/merge-requests/2281' of ↵ | Andrea Diamantini | 2010-05-27 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2281 | |||||
| * | | | | Make download links clickable | Panagiotis Papadopoulos | 2010-05-26 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | BUG: 238852 | |||||
* | | | | Merge commit 'refs/merge-requests/2279' of ↵ | Andrea Diamantini | 2010-05-27 | 2 | -2/+6 | |
|\ \ \ \ | |_|/ / |/| | | | | | | | git://gitorious.org/rekonq/mainline into m2279 | |||||
| * | | | Add plural form to the strings | Panagiotis Papadopoulos | 2010-05-26 | 2 | -2/+6 | |
| | | | | | | | | | | | | | | | | BUG: 238810 | |||||
* | | | | Merge branch 'master' of gitorious.org:rekonq/mainline | Andrea Diamantini | 2010-05-26 | 1 | -0/+1 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-05-26 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Save right files when being on "rekonq pages" | Andrea Diamantini | 2010-05-26 | 1 | -2/+13 | |
|/ / | | | | | | | eg: KParts | |||||
* | | Show proper URL on new background tab. | Nikhil Marathe | 2010-05-25 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | The old behaviour was to target the current url bar, which wasn't the right one when a background tab was opened. The new code finds the right bar for the newly opened tab and sets its URL BUG: 238641 | |||||
* | | rekonq 0.4.90 | Andrea Diamantini | 2010-05-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | 0.5 beta release Soft String Freeze BugFixing galore :) | |||||
* | | Merge commit 'refs/merge-requests/2276' of ↵ | Andrea Diamantini | 2010-05-25 | 11 | -33/+43 | |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2276 | |||||
| * | | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 11 | -33/+43 | |
| | | | ||||||
* | | | Alternate F6 shortcut for open location action | Andrea Diamantini | 2010-05-25 | 1 | -1/+3 | |
| | | | | | | | | | | | | BUG:238371 | |||||
* | | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-05-25 | 1 | -0/+3 | |
| | | | ||||||
* | | | This BIG commit HAS to fix all download handling remained :) | Andrea Diamantini | 2010-05-25 | 3 | -89/+125 | |
| | | | | | | | | | | | | | | | | | | | | | it lets rekonq work on every site I tested (all those where there are some bugs opened) and let us factorize a big bunch of code BUG:212808 | |||||
* | | | cleaning handleUnsupportedContent slot | Andrea Diamantini | 2010-05-25 | 1 | -89/+90 | |
| | | | ||||||
* | | | Ignore unknown network errors, at least for now.. ;) | Andrea Diamantini | 2010-05-25 | 1 | -3/+7 | |
| | | | | | | | | | | | | BUG:236816 | |||||
* | | | Show actual page source | Andrea Diamantini | 2010-05-25 | 2 | -21/+2 | |
| | | | | | | | | | | | | BUG:235338 | |||||
* | | | fix set home to current page button | Andrea Diamantini | 2010-05-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Properly take care of ampersands | Andrea Diamantini | 2010-05-25 | 3 | -11/+14 | |
| | | | | | | | | | | | | Ronny Scholz patch. Thanks ;) | |||||
* | | | This commit fixes my problems with this new handling. | Andrea Diamantini | 2010-05-24 | 1 | -8/+9 | |
| | | | | | | | | | | | | | | | It searches before in the history, to ensure search is done in the widest site list && change a bit the search mechanism | |||||
* | | | remove domainNameItem() method | megabigbug | 2010-05-24 | 2 | -18/+33 | |
| | | | | | | | | | | | | search a privilged item in the bookmark and history list instead of in the result list | |||||
* | | | Merge commit 'refs/merge-requests/2275' of ↵ | Andrea Diamantini | 2010-05-24 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2275 | |||||
| * | | | Restore stacked url bars to the right index when a tab is closed | Nikhil Marathe | 2010-05-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | BUG: 238644 | |||||
* | | | | Merge commit 'refs/merge-requests/2274' of ↵ | Andrea Diamantini | 2010-05-24 | 3 | -0/+22 | |
|\ \ \ \ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2274 | |||||
| * | | | | Added actions to switch to Tab #n | Nikhil Marathe | 2010-05-24 | 3 | -0/+22 | |
| |/ / / | | | | | | | | | | | | | BUG: 235107 | |||||
* | | | | Merge commit 'refs/merge-requests/2273' of ↵ | Andrea Diamantini | 2010-05-24 | 1 | -1/+4 | |
|\ \ \ \ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2273 | |||||
| * | | | | Fix pos of RSS widget when there are long translations. BUG 238640 | matgic78 | 2010-05-24 | 1 | -1/+4 | |
| | | | | | ||||||
* | | | | | Merge commit 'refs/merge-requests/111' of ↵ | Andrea Diamantini | 2010-05-24 | 1 | -23/+21 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m111 | |||||
| * | | | | | Little improvements for css transitions : use shortland property, ↵ | matgic78 | 2010-05-22 | 1 | -23/+21 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | transitions for switcher. Fixes first part of bug 238120 | |||||
* | | | | | Merge commit 'refs/merge-requests/2271' of ↵ | Andrea Diamantini | 2010-05-24 | 1 | -1/+10 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | git://gitorious.org/rekonq/mainline into m2271 | |||||
| * | | | | listitem: when the title of an item is empty fallback to domain name of the url. | megabigbug | 2010-05-21 | 1 | -1/+10 | |
| |/ / / | ||||||
* | | | | updating authors && credits | Andrea Diamantini | 2010-05-24 | 1 | -15/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ehi guys, feel free to let me know if there is something wrong.. CCMAIL:lindsay.mathieson@gmail.com CCMAIL:gnumdk@adishatz.1s.fr CCMAIL:bulldog98@freenet.de CCMAIL:pano_90@gmx.net CCMAIL:rohan16garg@gmail.com CCMAIL:yoann.laissus@gmail.com | |||||
* | | | | Fixing lost settings | Andrea Diamantini | 2010-05-24 | 3 | -7/+13 | |
| |_|/ |/| | | | | | | | | Now the "fixed font" KFontRequester should show just fixed fonts.. | |||||
* | | | rekonq 0.4.71 | Andrea Diamantini | 2010-05-24 | 1 | -1/+0 | |
| | | | | | | | | | | | | Last one before the beta.. | |||||
* | | | Merge branch 'NewSettings' | Andrea Diamantini | 2010-05-24 | 17 | -241/+720 | |
|\ \ \ | ||||||
| * | | | Improving fonts situation | Andrea Diamantini | 2010-05-24 | 4 | -87/+97 | |
| | | | | ||||||
| * | | | New Settings classes, one for each widget. | Andrea Diamantini | 2010-05-23 | 15 | -162/+631 | |
| | | | | | | | | | | | | | | | | | | | | It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class | |||||
* | | | | Merge branch 'master' of gitorious.org:rekonq/mainline | Andrea Diamantini | 2010-05-24 | 1 | -0/+10 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-05-24 | 1 | -0/+10 | |
| |/ | ||||||
* | | Cleaning some kDebug calls | Andrea Diamantini | 2010-05-22 | 7 | -52/+34 | |
|/ | ||||||
* | show url on file:// && ftp:// schemes | Andrea Diamantini | 2010-05-21 | 1 | -0/+1 | |
| |