summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rekonq 2.3.0 :)2.3.0Andrea Diamantini2013-04-281-1/+1
|
* Properly register rekonq window to activitiesAndrea Diamantini2013-04-283-19/+30
|
* Avoid a possible crash if rekonqWindow is not properly detectedAndrea Diamantini2013-04-281-4/+7
|
* Let url detection work the same when suggestions are active or notAndrea Diamantini2013-04-281-7/+10
|
* clean up search url detection the rekonq wayAndrea Diamantini2013-04-281-2/+9
|
* Revert "Use kurifilter instead of custom rekonq code."Andrea Diamantini2013-04-287-26/+26
| | | | | | | | This reverts commit 5d1a223145be0eb1bb5eed76cda7d4b889d986ed. Conflicts: src/searchengine.cpp src/urlresolver.cpp
* Well... get EXTREMELY sure menubar are registered...Andrea Diamantini2013-04-252-2/+4
|
* Finally fix the pinning icons clutteringAndrea Diamantini2013-04-251-0/+4
| | | | | | (or at least, well workarounding...) BUG: 309213
* Fix a logic error in unpinTabAndrea Diamantini2013-04-251-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 loadAndrea Diamantini2013-04-254-1/+12
| | | | This just need fixes ;)
* appmenu-qt support :)Andrea Diamantini2013-04-254-30/+98
| | | | BUG: 309148
* Changes order of link actions for link context menuLindsay Mathieson2013-04-251-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" wayAndrea Diamantini2013-04-235-232/+83
| | | | | mimics Opera browser about right star icon management. Easier and without the "love" icon always shown :)
* Add support for TLSv1.1 & TLSv1.2Andrea Diamantini2013-04-181-1/+11
| | | | | | Also consider the possibility our sslinfo can be "incomplete" ;) BUG: 318550
* Make it build with QT_STRICT_ITERATORSKevin Ottens2013-04-181-4/+4
|
* Fix KUriFilter useAndrea Diamantini2013-04-182-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-8Pino Toscano2013-04-161-1/+1
|
* pass menutitle through i18n() to get it localized -.-Harald Sitter2013-04-161-1/+1
|
* Let offline web application cache quota being configurable :)Andrea Diamantini2013-04-153-2/+31
|
* urlbar look changeAndrea Diamantini2013-04-154-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.
* fixuifilesPino Toscano2013-04-121-3/+0
|
* honor filetype setting WRT embeddingHarald Sitter2013-04-111-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 Kiddy2013-04-111-0/+1
|
* downloads should by default go to the configured downloads directoryHarald Sitter2013-04-101-3/+25
| | | | | | also fixed a yoda-style comment about not using getSaveFileName REVIEW: 109927
* Always show the open link in new tab/window contextual actionsAndrea Diamantini2013-04-071-12/+10
|
* Clean up url loadingAndrea Diamantini2013-04-074-20/+25
|
* Add bool info in WebTab about being a web appAndrea Diamantini2013-04-072-0/+11
|
* Workaround about private browsingAndrea Diamantini2013-04-073-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 Meyer2013-04-077-19/+24
| | | | | | | | Now all web shortcuts work. BUG: 258639 REVIEWED BY: adjam
* Fix rekonq window title updateAndrea Diamantini2013-04-023-3/+5
| | | | BUG: 317062
* Fix session dialog to have open/load as default buttonAndrea Diamantini2013-04-024-21/+10
|
* Add a "session" startup optionAndrea Diamantini2013-04-028-71/+53
| | | | BUG: 249462
* Load a clean session and close dialogAndrea Diamantini2013-04-023-4/+18
|
* Implement session saving, inspired from kate session managementAndrea Diamantini2013-04-029-24/+302
| | | | | (or at least, for what I see...) Added session manager widget and ability to load/save/rename sessions
* Managing sessions, first bitsAndrea Diamantini2013-04-024-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 Kiddy2013-03-311-0/+1
|
* Let user decide if session has to be restored or not after crash :)Andrea Diamantini2013-03-181-3/+6
| | | | BUG: 316960
* Fallback opening a new tab page is session file is NOT foundAndrea Diamantini2013-03-181-2/+3
| | | | BUG: 316963
* Remove the "AutoSaver" attempt :(Andrea Diamantini2013-03-183-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 activitiesAndrea Diamantini2013-03-171-0/+4
| | | | CCBUG: 315694
* Fix search from urlbar engine icons clickAndrea Diamantini2013-03-171-2/+4
| | | | BUG: 316844
* Support "open in webapp" && "install webapp" linksAndrea Diamantini2013-03-173-5/+46
| | | | And now... :D
* open url as webapp optionAndrea Diamantini2013-03-163-4/+12
|
* cmake: push deps to 2.8.9 to fully support KDE 4.10 (basically, nepomuk)Andrea Diamantini2013-03-162-2/+4
|
* cmake: soprano is needed aside nepomuk-corePino Toscano2013-03-162-9/+11
|
* cmake: use the kactivities include dirs, if foundPino Toscano2013-03-161-0/+6
|
* Restore Session Manager updates on current tab changed && on windowAndrea Diamantini2013-03-143-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 Diamantini2013-03-141-5/+3
| | | | | | Thanks :) CCMAIL: christoph@maxiom.de
* Do NOT save sessions in private browsing windowsAndrea Diamantini2013-03-143-0/+12
| | | | | | Oooops... ;) BUG: 316325
* Let rekonq save file remotely (again)Andrea Diamantini2013-03-142-3/+7
| | | | | | | Restored the (il)logic fix applied for bug 242675 and added a big note to NOT remove it again BUG: 316684