Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | pass menutitle through i18n() to get it localized -.- | Harald Sitter | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | Let offline web application cache quota being configurable :) | Andrea Diamantini | 2013-04-15 | 3 | -2/+31 |
| | |||||
* | urlbar look change | Andrea Diamantini | 2013-04-15 | 4 | -45/+52 |
| | | | | | | Move SSL icon in place of left urlbar favicon (as usually major browsers do). Remove positive and negative background when https page is visited. | ||||
* | fixuifiles | Pino Toscano | 2013-04-12 | 1 | -3/+0 |
| | |||||
* | honor filetype setting WRT embedding | Harald Sitter | 2013-04-11 | 1 | -1/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | there are 3 distinct states a filetype can have WRT kpart embeding - always embed - never embed - do whatever the parent node does (e.g. application/foo would take the setting of application) since the logic to determine which of those it is going to be we are using a bit of code imported from konqueror deciding in a boolean fashion whether or not we are supposed to embed or not. this is particularly non- intrusive as the decision directly relates to whether a kpart is created, if not the file will simply be krun'. this change is using static functions for the imported code. rationale being that they are in fact static and not having them reflected in the header makes them all the easier to remove should a better solution arise in the future. with that in mind: while the code is copy'n'pastable it seems like a good idea to move this into some shared library in the long term such that konqueror and rekonq (and any other kpart enabled app) can use the same code. REVIEW: 109942 BUG: 240400 BUG: 279423 | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2013-04-11 | 1 | -0/+1 |
| | |||||
* | downloads should by default go to the configured downloads directory | Harald Sitter | 2013-04-10 | 1 | -3/+25 |
| | | | | | | also fixed a yoda-style comment about not using getSaveFileName REVIEW: 109927 | ||||
* | Always show the open link in new tab/window contextual actions | Andrea Diamantini | 2013-04-07 | 1 | -12/+10 |
| | |||||
* | Clean up url loading | Andrea Diamantini | 2013-04-07 | 4 | -20/+25 |
| | |||||
* | Add bool info in WebTab about being a web app | Andrea Diamantini | 2013-04-07 | 2 | -0/+11 |
| | |||||
* | Workaround about private browsing | Andrea Diamantini | 2013-04-07 | 3 | -1/+24 |
| | | | | | | | | | Use a unique QNAM for private browsing. This lets private windows share navigation info. I guess the "optimus workaround" should be creating this "per window". But I think this way it's easier and enough (to be a workaround...) BUG: 317565 | ||||
* | Use kurifilter instead of custom rekonq code. | Maarten De Meyer | 2013-04-07 | 7 | -19/+24 |
| | | | | | | | | Now all web shortcuts work. BUG: 258639 REVIEWED BY: adjam | ||||
* | Fix rekonq window title update | Andrea Diamantini | 2013-04-02 | 3 | -3/+5 |
| | | | | BUG: 317062 | ||||
* | Fix session dialog to have open/load as default button | Andrea Diamantini | 2013-04-02 | 4 | -21/+10 |
| | |||||
* | Add a "session" startup option | Andrea Diamantini | 2013-04-02 | 8 | -71/+53 |
| | | | | BUG: 249462 | ||||
* | Load a clean session and close dialog | Andrea Diamantini | 2013-04-02 | 3 | -4/+18 |
| | |||||
* | Implement session saving, inspired from kate session management | Andrea Diamantini | 2013-04-02 | 9 | -24/+302 |
| | | | | | (or at least, for what I see...) Added session manager widget and ability to load/save/rename sessions | ||||
* | Managing sessions, first bits | Andrea Diamantini | 2013-04-02 | 4 | -3/+113 |
| | | | | | | | This code is based on the patch from mayank jha about session saving. Will be used as "first part" of the session saving support in rekonq. CCMAIL: mjnovice@gmail.com | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2013-03-31 | 1 | -0/+1 |
| | |||||
* | Let user decide if session has to be restored or not after crash :) | Andrea Diamantini | 2013-03-18 | 1 | -3/+6 |
| | | | | BUG: 316960 | ||||
* | Fallback opening a new tab page is session file is NOT found | Andrea Diamantini | 2013-03-18 | 1 | -2/+3 |
| | | | | BUG: 316963 | ||||
* | Remove the "AutoSaver" attempt :( | Andrea Diamantini | 2013-03-18 | 3 | -20/+2 |
| | | | | | | | | I tried to save disk writes. But everytime people is finding some saved (or just delayed) saves that are NOT ok. We'll see to find another way to... BUG: 316938 | ||||
* | Fix conditional compilation when compiled without activities | Andrea Diamantini | 2013-03-17 | 1 | -0/+4 |
| | | | | CCBUG: 315694 | ||||
* | Fix search from urlbar engine icons click | Andrea Diamantini | 2013-03-17 | 1 | -2/+4 |
| | | | | BUG: 316844 | ||||
* | Support "open in webapp" && "install webapp" links | Andrea Diamantini | 2013-03-17 | 3 | -5/+46 |
| | | | | And now... :D | ||||
* | open url as webapp option | Andrea Diamantini | 2013-03-16 | 3 | -4/+12 |
| | |||||
* | cmake: push deps to 2.8.9 to fully support KDE 4.10 (basically, nepomuk) | Andrea Diamantini | 2013-03-16 | 2 | -2/+4 |
| | |||||
* | cmake: soprano is needed aside nepomuk-core | Pino Toscano | 2013-03-16 | 2 | -9/+11 |
| | |||||
* | cmake: use the kactivities include dirs, if found | Pino Toscano | 2013-03-16 | 1 | -0/+6 |
| | |||||
* | Restore Session Manager updates on current tab changed && on window | Andrea Diamantini | 2013-03-14 | 3 | -5/+5 |
| | | | | | | | | | | close. Lindsay, I probably "forgot" one your mail about Session Management NOT working properly (sorry). Hope this will fix it! Let me know :) CCMAIL: lindsay.mathieson@gmail.com | ||||
* | Reverting changes in sslinfodialog as discussed with kdepepo. | Andrea Diamantini | 2013-03-14 | 1 | -5/+3 |
| | | | | | | Thanks :) CCMAIL: christoph@maxiom.de | ||||
* | Do NOT save sessions in private browsing windows | Andrea Diamantini | 2013-03-14 | 3 | -0/+12 |
| | | | | | | Oooops... ;) BUG: 316325 | ||||
* | Let rekonq save file remotely (again) | Andrea Diamantini | 2013-03-14 | 2 | -3/+7 |
| | | | | | | | Restored the (il)logic fix applied for bug 242675 and added a big note to NOT remove it again BUG: 316684 | ||||
* | Restore activity daemon support | Andrea Diamantini | 2013-03-13 | 4 | -1/+70 |
| | | | | BUG: 315694 | ||||
* | Support Activities | Andrea Diamantini | 2013-03-13 | 5 | -38/+152 |
| | | | | | | | | | | | Open links in new tab only if there is a window in the current activity/on the current desktop This code has been written by Jonathan Verner and reviewed (a bit) by me. Hope everyone will be happy now... BUG: 316322 REVIEWED-BY: adjam | ||||
* | Restore a small portion of (un)ported code | Andrea Diamantini | 2013-03-13 | 3 | -2/+12 |
| | | | | | | Close window if option says so BUG: 316637 | ||||
* | Added missing reload button when webpage fails to load | Somsubhra bairi | 2013-03-12 | 1 | -1/+1 |
| | | | | BUG: 316235 | ||||
* | Fix && clean up fullscreen mode | Andrea Diamantini | 2013-03-11 | 2 | -3/+3 |
| | |||||
* | Guess if url is on target blank and show different contextual actions | Andrea Diamantini | 2013-03-11 | 2 | -9/+73 |
| | | | | | | | | | | I would not re-enable the "describing" icon part because it is NOT really working here. I'm having troubles when I show the icon and switch pages. Hope this is enough BUG: 237095 BUG: 303911 | ||||
* | Supporting panel (again) :) | Andrea Diamantini | 2013-03-10 | 35 | -667/+2616 |
| | | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354 | ||||
* | Add toggle ability to bk folder in bk page | Andrea Diamantini | 2013-03-09 | 2 | -6/+36 |
| | | | | BUG: 270191 | ||||
* | Respect hovering settings | Andrea Diamantini | 2013-03-07 | 5 | -1/+30 |
| | | | | BUG:316207 | ||||
* | rekonq 2.2.12.2.1 | Andrea Diamantini | 2013-03-07 | 1 | -1/+1 |
| | |||||
* | Fix folder open on bk toolbar | Andrea Diamantini | 2013-03-05 | 1 | -2/+2 |
| | | | | | | My fault, sorry... BUG: 316132 | ||||
* | rekonq 2.2.50 | Andrea Diamantini | 2013-02-28 | 1 | -1/+1 |
| | | | | development version, on the road to 2.3 | ||||
* | rekonq 2.22.2 | Andrea Diamantini | 2013-02-28 | 1 | -1/+1 |
| | | | | Another (nice) step. In the right direction? ;) |