Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up url management | Andrea Diamantini | 2012-04-27 | 4 | -7/+21 |
| | | | | | | | | | | | | | | | | - Let ftp url(s) work again - Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl) - ensure we are lowering just http url hosts - mailto via urlbar handling CCBUG: 298114 CCBUG: 284829 Conflicts: src/mainwindow.cpp Backporting from master with the needed fixes | ||||
* | set Main Window on KDirLister | Andrea Diamantini | 2012-04-27 | 1 | -1/+3 |
| | | | | Backported from master | ||||
* | Fix opensearch add shortcut handling | Andrea Diamantini | 2012-04-27 | 9 | -66/+80 |
| | | | | | | | | (at least on every site tested, but opensearch.org itself. Broken?) CCBUG: 296707 Backported from master with the needed compile fixes | ||||
* | Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2" | Andrea Diamantini | 2012-04-27 | 85 | -313/+248 |
| | | | | This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885. | ||||
* | Revert "Fix opensearch add shortcut handling" | Andrea Diamantini | 2012-04-27 | 8 | -79/+66 |
| | | | | This reverts commit d09b430f9835fd19f9a0088a5620af20bdf36b0e. | ||||
* | Fix opensearch add shortcut handling | Andrea Diamantini | 2012-04-23 | 8 | -66/+79 |
| | | | | | | | | (at least on every site tested, but opensearch.org itself. Broken?) CCBUG: 296707 Backported from master branch | ||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 85 | -248/+313 |
| | | | | | | | | | | | Conflicts: src/adblock/adblockwidget.h src/application.h src/history/historymanager.h src/tabpreviewpopup.cpp Backported from master branch | ||||
* | Fix apturl handling (workaround) | Andrea Diamantini | 2012-04-20 | 1 | -0/+9 |
| | | | | Backported from master branch | ||||
* | Really fix Upper case urls management | Andrea Diamantini | 2012-04-16 | 1 | -2/+5 |
| | | | | | | | Consider also eventual upper case local urls (eg: rekonq git clone here is in file:///SW/SRC/rekonq dir...) Backported from master branch | ||||
* | Let rekonq work everytime with uppercase digited urls | Andrea Diamantini | 2012-04-16 | 1 | -2/+3 |
| | | | | | | BUG:284829 Backported from master branch | ||||
* | Get extremely sure rekonq menu button exists when used :) | Andrea Diamantini | 2012-04-16 | 1 | -0/+3 |
| | | | | | | BUG: 297630 Backported from master branch | ||||
* | Get sure urlbar(s) are deleted when related webtab is | Andrea Diamantini | 2012-03-13 | 8 | -60/+95 |
| | | | | | | | | Heinz, Paul. Please test actual master before backporting this to 0.9 series. Many thanks for your help and for this bug report. I'm crossing fingers to hear good news from your tests ;) CCBUG:295301 | ||||
* | Fix toolbars rekonfig... | Andrea Diamantini | 2012-03-05 | 1 | -2/+5 |
| | | | | Backported from master. | ||||
* | Use proper colors for tabs | Andrea Diamantini | 2012-03-05 | 1 | -1/+1 |
| | | | | | | Wyatt's patch. Thanks :) Backported from master... | ||||
* | Update bk toolbar action state | Andrea Diamantini | 2012-02-21 | 1 | -0/+1 |
| | | | | Cherry-picked from 20e0b62653 | ||||
* | Get sure mainbar is restored on restart after fullscreen close | Andrea Diamantini | 2012-02-21 | 2 | -6/+12 |
| | | | | | | Also take care about updating actions panels state Cherry-picked from d4af6c8a5919 | ||||
* | Get sure urlbar is updated on bookmarking | Andrea Diamantini | 2012-02-21 | 1 | -1/+3 |
| | | | | | | CCBUG:291239 cherry-picked from 32319364 | ||||
* | Hook the urlChanged Signal to History Actions Update | David E. Narváez | 2012-02-21 | 1 | -0/+2 |
| | | | | | | | | This catches navigation to named anchors REVIEW: 104035 cherry-picked from 79c808a | ||||
* | Fix downloads page | Andrea Diamantini | 2012-02-19 | 1 | -3/+3 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2012-02-16 | 21 | -86/+86 |
| | | | | | - doublequote_chars - normalize | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-02-16 | 1 | -11/+5 |
| | |||||
* | Delay showMessageBar creation to get sure it is created after window | Andrea Diamantini | 2012-02-15 | 2 | -2/+3 |
| | | | | | | | This should fix Yoann's problem with bar and let us have a little bit clean API in webtab REVIEW:103905 | ||||
* | Set "load" tooltip to be more user friendly | Andrea Diamantini | 2012-02-13 | 1 | -2/+2 |
| | |||||
* | Ensure renderWidth is no more than 2000. | Andrea Diamantini | 2012-02-12 | 1 | -0/+5 |
| | | | | | | I saw some sites with strange CMS and with absurd content size width (eg: my school's site has 8584553) This usually leads setViewportSize to crash :( | ||||
* | Let "Manually load Plugins" work again | Andrea Diamantini | 2012-02-11 | 2 | -3/+3 |
| | | | | | | Courtesy patch by: Dominik Cermak. Thanks :) BUG:293761 | ||||
* | Finally fix GMail & G+ on content editable?? We'll see user response... | Andrea Diamantini | 2012-02-10 | 1 | -7/+12 |
| | |||||
* | Consider option && ~option as null rules when option is not implemented | Andrea Diamantini | 2012-02-10 | 8 | -21/+27 |
| | | | | BUG: 246801 | ||||
* | Merge branch 'master' of git://anongit.kde.org/rekonq | Yoann Laissus | 2012-02-09 | 26 | -252/+395 |
|\ | |||||
| * | Clean up sessionmanager mess :) | Andrea Diamantini | 2012-02-09 | 2 | -84/+42 |
| | | | | | | | | | | | | | | | | | | | | Create a local function to get rid of code repetition. I know this is a bit hackish (at least the way I did it) but it works well in my tests against the three situations: - restore crashed sessions - restore saved sessions - restore from private sessions - restore user sessions (restarting KDE) | ||||
| * | Get SURE window exists | Andrea Diamantini | 2012-02-09 | 1 | -0/+4 |
| | | |||||
| * | Increase minimum setting window size to 576 | Andrea Diamantini | 2012-02-08 | 2 | -3/+3 |
| | | | | | | | | | | | | | | Sorry, this is the "max" minimum height we can set. There are a lot of small netbooks providing max resolution of 1024x576, so... CCBUG:293623 | ||||
| * | let people search with custom engine with ONE click | Andrea Diamantini | 2012-02-08 | 2 | -5/+8 |
| | | | | | | | | | | BUG:255799 CCMAIL: rekonq@kde.org | ||||
| * | Move to KDE Print Dialog | Johannes Troscher | 2012-02-08 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | This to have advanced printing options, available in KDE printing dialog, removing the print preview. Sorry for the forced choice. Actual KDE Print Preview dialog is a pain, we cannot directly provide it. REVIEW:103880 REVIEWED-BY: adjam | ||||
| * | Control content editable text with qtwebkit APIs instead of rude JS... | Andrea Diamantini | 2012-02-06 | 1 | -66/+76 |
| | | | | | | | | | | | | | | ... and limit its call where it is truly needed. This to prevent problems with performance CCBUG:278056 | ||||
| * | Get sure certificate chain HAS valid (not empty) identifiers | Andrea Diamantini | 2012-02-06 | 1 | -1/+6 |
| | | |||||
| * | Clean up sslinfodialog | Andrea Diamantini | 2012-02-06 | 1 | -2/+50 |
| | | |||||
| * | removed one strange " sign | Andrea Diamantini | 2012-02-06 | 4 | -5/+5 |
| | | |||||
| * | Translation fix | Andrea Diamantini | 2012-02-06 | 4 | -8/+6 |
| | | |||||
| * | Make rekonq menu appear inside rekonq's window (as Dolphin does) | Andrea Diamantini | 2012-02-05 | 5 | -2/+165 |
| | | | | | | | | BUG:283269 | ||||
| * | clean up download management | Andrea Diamantini | 2012-02-05 | 4 | -14/+13 |
| | | | | | | | | | | Remove one unuseful slot in webpage and better manage download dialog, following rekonq AND KDE settings. | ||||
| * | clean up filename content disposition retrieve | Andrea Diamantini | 2012-02-04 | 3 | -48/+5 |
| | | |||||
| * | Consider unknown network errors as errors :) | Andrea Diamantini | 2012-02-04 | 1 | -10/+3 |
| | | |||||
* | | Fix right icon duplication in the UrlBar on some website | Yoann Laissus | 2012-02-04 | 1 | -1/+3 |
|/ | |||||
* | Get sure pdfs are loaded when restoring sessions | Andrea Diamantini | 2012-02-03 | 1 | -6/+7 |
| | | | | BUG:292773 | ||||
* | clean up WebSnap and provide automatic thumbs update for about:tabs | Andrea Diamantini | 2012-02-02 | 5 | -39/+43 |
| | | | | page | ||||
* | Removed unuseful renderClosingTabPreview | Andrea Diamantini | 2012-02-02 | 3 | -25/+2 |
| | |||||
* | Revert "Just check access keys on CTRL release" | Andrea Diamantini | 2012-02-01 | 1 | -18/+14 |
| | | | | | | This reverts commit 78ad9ec7f2501bbfe6cf5113351a408929cb78ff. oops... I did it again...:) | ||||
* | Just check access keys on CTRL release | Andrea Diamantini | 2012-01-31 | 1 | -14/+18 |
| | |||||
* | (Hopefully) finally fixing access keys | Andrea Diamantini | 2012-01-31 | 1 | -0/+4 |
| | | | | | | This bug has been introduced by me, wrongly merging konqueror and rekonq code. Sorry, guys... | ||||
* | Update signals/slot between detached tab and its new mainview | Andrea Diamantini | 2012-01-31 | 1 | -1/+31 |
| | | | | | | | | | Again, sorry for the long waiting... Courtesy patch by vasthusya@gmail.com BUG:273556 REVIEWED-BY: adjam |