Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added "wheel" case to the general zoom management | Andrea Diamantini | 2013-06-27 | 2 | -15/+19 |
| | | | | | | | This should fix the problem that zoom changes are not saved when applied with the wheel CCBUG: 223188 | ||||
* | Set URL on initial load just when it comes from main frame | Andrea Diamantini | 2013-06-26 | 1 | -10/+12 |
| | | | | | | | | | Stupid me, I tested one week this patch and then pushed the wrong version. Sorry guys, things happen :( BUG: 321583 | ||||
* | Ignore Close Event Filtering Altogether when Saving Session | David E. Narváez | 2013-06-25 | 1 | -6/+3 |
| | | | | | | | A stronger version of 8981a7b2 that guarantees that Rekonq will be included in the session restore configuration file BUG: 319489 | ||||
* | Upgrade main file2.3.1 | Andrea Diamantini | 2013-06-22 | 1 | -2/+2 |
| | |||||
* | Upgrade INSTALL file (QtWebKit note) | Andrea Diamantini | 2013-06-22 | 1 | -0/+6 |
| | |||||
* | rekonq 2.3.1 | Andrea Diamantini | 2013-06-19 | 1 | -1/+1 |
| | | | | Nice bugfix release approaching ;) | ||||
* | Let fixed behavior when site is NOT loaded | Andrea Diamantini | 2013-06-19 | 3 | -1/+9 |
| | | | | | | | work also when you don't have connection from the beginning. CCBUG:319924 CCBUG:312928 | ||||
* | Speed up construction of the history page | Jan Kundrát | 2013-06-18 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | The old version was taking ages to even appear on my setup ("ages" being defined as many minutes at least). Callgrind was crashing, perhaps due to webkit's JIT, so I simply sampled the backtrace "randomly" by hand to see where the most CPU time was being spent. These two methods came up way too often, so I did the following: 1) Do not use KIconLoader within the inner loop, it's slow. It was slow when I debugged too long startup of KPhotoAlbum, it produced visible file IO, and it is trivial to speed this up. However, it was still taking time. 2) Do not request the ".historyitem" over and over again. A cached "pre-found" copy (we're still cloning it) seems to help. Together, these make it possible to load the history in <4 minutes here. It's still a completely insane amount of time, but at least it appears, ultimately. REVIEW:111053 | ||||
* | Fix rekonq pages icons according to last changes in IconManager | Andrea Diamantini | 2013-06-16 | 3 | -21/+19 |
| | |||||
* | Manage local mimetype icons | Andrea Diamantini | 2013-06-16 | 1 | -3/+7 |
| | |||||
* | Restore use of webkit icon cache | Andrea Diamantini | 2013-06-16 | 6 | -93/+116 |
| | | | | | | | Fix rekonq icon retrieve mechanism to let it show well engine icons on bar BUG:272565 | ||||
* | Let private popus open in private mode | Andrea Diamantini | 2013-06-12 | 4 | -4/+8 |
| | | | | BUG: 320218 | ||||
* | remove superfluous sentence | Burkhard Lück | 2013-06-11 | 1 | -1/+0 |
| | |||||
* | update some screenshots | Burkhard Lück | 2013-06-11 | 13 | -0/+0 |
| | |||||
* | fix not consecutively numbered placeholder | Burkhard Lück | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | slider zoombar was removed in 12/2012 | Burkhard Lück | 2013-06-11 | 2 | -0/+7 |
| | |||||
* | i18n fixes | Pino Toscano | 2013-06-10 | 8 | -17/+17 |
| | | | | | | | | | - remove exclamation marks - remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum") - fix style - spell "Java", "JavaScript" and "MD5" correctly - lowercase "NOT" (do not shout to the user) - remove extra spaces | ||||
* | Link custom rekonq QNAM to KDE proxy settings | Andrea Diamantini | 2013-06-10 | 6 | -3/+158 |
| | | | | | | | | | | This is a first attempt to link our needed QNAM to KDE proxy settings. It will try to fix proxy problems when used. Oh... I also added some new error strings in case of proxy problems :) CCBUG: 304378 CCBUG: 315598 | ||||
* | i18n: toEncoded -> toString | Pino Toscano | 2013-06-07 | 2 | -2/+2 |
| | |||||
* | i18n fixes | Pino Toscano | 2013-06-07 | 18 | -58/+60 |
| | | | | | | | | | - remove string puzzles when possible - remove exclamation marks - remove contractions ("don't" -> "do not", etc) - lowercase "NOT" (do not shout to the user) - remove extra spaces, or add them where needed - few style/spelling fixes | ||||
* | Fix behavior on unloaded sites | Andrea Diamantini | 2013-06-07 | 3 | -5/+28 |
| | | | | | | | | - show url - reload with f5 BUG:319924 BUG:312928 | ||||
* | Move from about: to rekonq: protocol for our special links | Andrea Diamantini | 2013-06-06 | 15 | -140/+119 |
| | |||||
* | Use webkit general font to render rekonq pages | Andrea Diamantini | 2013-06-06 | 7 | -29/+17 |
| | | | | BUG: 320318 | ||||
* | Remember to save zoom settings on change | Andrea Diamantini | 2013-06-06 | 1 | -0/+15 |
| | | | | BUG:223188 | ||||
* | Get sure JS is properly detected and executed | Andrea Diamantini | 2013-06-06 | 3 | -2/+4 |
| | |||||
* | Don't Save Sessions When Closing Tabs from Logout | David E. Narváez | 2013-05-20 | 1 | -1/+5 |
| | | | | | | | | | Check if we're saving session (on KDE logout) before requesting the session to save. This will allow Rekonq to restore sessions on next login. CCBUG: 319489 REVIEW: 110530 | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | normalize signal/slot | Montel Laurent | 2013-05-06 | 6 | -9/+9 |
| | |||||
* | Fix forward declaration | Montel Laurent | 2013-05-06 | 9 | -13/+0 |
| | |||||
* | Get sure right icons are deleted before repainting them | Andrea Diamantini | 2013-05-05 | 1 | -10/+10 |
| | | | | This also cleans up a bit UrlBar API | ||||
* | Use a valid object path, otherwise you'll hit an assert | Kevin Ottens | 2013-05-04 | 1 | -1/+1 |
| | |||||
* | Fix UNICODE sysmbols shown in the urlbar | Victor Yacovlev | 2013-04-30 | 1 | -2/+20 |
| | | | | | BUG: 317697 REVIEWED-BY: adjam | ||||
* | DOC subdir is automatically added from releaseme | Andrea Diamantini | 2013-04-28 | 1 | -1/+0 |
| | |||||
* | rekonq 2.3.0 :)2.3.0 | Andrea Diamantini | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Properly register rekonq window to activities | Andrea Diamantini | 2013-04-28 | 3 | -19/+30 |
| | |||||
* | Avoid a possible crash if rekonqWindow is not properly detected | Andrea Diamantini | 2013-04-28 | 1 | -4/+7 |
| | |||||
* | Let url detection work the same when suggestions are active or not | Andrea Diamantini | 2013-04-28 | 1 | -7/+10 |
| | |||||
* | clean up search url detection the rekonq way | Andrea Diamantini | 2013-04-28 | 1 | -2/+9 |
| | |||||
* | Revert "Use kurifilter instead of custom rekonq code." | Andrea Diamantini | 2013-04-28 | 7 | -26/+26 |
| | | | | | | | | This reverts commit 5d1a223145be0eb1bb5eed76cda7d4b889d986ed. Conflicts: src/searchengine.cpp src/urlresolver.cpp | ||||
* | Well... get EXTREMELY sure menubar are registered... | Andrea Diamantini | 2013-04-25 | 2 | -2/+4 |
| | |||||
* | Finally fix the pinning icons cluttering | Andrea Diamantini | 2013-04-25 | 1 | -0/+4 |
| | | | | | | (or at least, well workarounding...) BUG: 309213 | ||||
* | Fix a logic error in unpinTab | Andrea Diamantini | 2013-04-25 | 1 | -5/+6 |
| | | | | | | | In previous code the method was unable to properly determine the first available index not pinned under some circumstances BUG: 317798 | ||||
* | Let appmenu-qt support work also with pinned tabs to load | Andrea Diamantini | 2013-04-25 | 4 | -1/+12 |
| | | | | This just need fixes ;) | ||||
* | appmenu-qt support :) | Andrea Diamantini | 2013-04-25 | 4 | -30/+98 |
| | | | | BUG: 309148 | ||||
* | Changes order of link actions for link context menu | Lindsay Mathieson | 2013-04-25 | 1 | -8/+8 |
| | | | | | | | | Moved "Open Here" action (if needed) to after "Open in Private Window" so as to keep the order of link actions consistent. This reduces the need for users to inspect the context menu when right clicking links. REVIEW: 110168 | ||||
* | Favorites (fast) management, the "opera" way | Andrea Diamantini | 2013-04-23 | 5 | -232/+83 |
| | | | | | mimics Opera browser about right star icon management. Easier and without the "love" icon always shown :) | ||||
* | Add support for TLSv1.1 & TLSv1.2 | Andrea Diamantini | 2013-04-18 | 1 | -1/+11 |
| | | | | | | Also consider the possibility our sslinfo can be "incomplete" ;) BUG: 318550 | ||||
* | Make it build with QT_STRICT_ITERATORS | Kevin Ottens | 2013-04-18 | 1 | -4/+4 |
| | |||||
* | Fix KUriFilter use | Andrea Diamantini | 2013-04-18 | 2 | -5/+5 |
| | | | | | Now (again) kde.org is resolved as site and not searched in your default search engine | ||||
* | i18n: make sure text passed to i18n() is UTF-8 | Pino Toscano | 2013-04-16 | 1 | -1/+1 |
| |