summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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: soprano is needed aside nepomuk-corePino Toscano2013-03-161-4/+4
|
* 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
* Restore activity daemon supportAndrea Diamantini2013-03-134-1/+70
| | | | BUG: 315694
* Support ActivitiesAndrea Diamantini2013-03-133-38/+134
| | | | | | | | | | | 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 codeAndrea Diamantini2013-03-133-2/+12
| | | | | | Close window if option says so BUG: 316637
* Added missing reload button when webpage fails to loadSomsubhra bairi2013-03-121-1/+1
| | | | BUG: 316235
* Fix && clean up fullscreen modeAndrea Diamantini2013-03-112-3/+3
|
* Guess if url is on target blank and show different contextual actionsAndrea Diamantini2013-03-112-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 Diamantini2013-03-1035-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 pageAndrea Diamantini2013-03-092-6/+36
| | | | BUG: 270191
* Respect hovering settingsAndrea Diamantini2013-03-075-1/+30
| | | | BUG:316207
* Fix folder open on bk toolbarAndrea Diamantini2013-03-051-2/+2
| | | | | | My fault, sorry... BUG: 316132
* Don't use deprecated setRating(unsigned int) slotAndrea Diamantini2013-02-271-1/+1
| | | | i.e.: don't see the deprecated warning on compilation ;)
* Properly manage open in new tab/window selected urlsAndrea Diamantini2013-02-271-2/+2
|
* Fix search managementAndrea Diamantini2013-02-273-1/+11
| | | | | show search on focused tab let search on current page work again :)
* If KGet is selected as download manager, let it decide destinationAndrea Diamantini2013-02-262-42/+17
| | | | | | | | | | WARNING: to let this work, we had to change rekonq behavior, NOT remembering in rekonq downloads history what has been downloaded via KGet BUG:304387 CCMAIL: ericsbinaryworld@gmail.com
* Fix CTRL+F part shortcutAndrea Diamantini2013-02-262-2/+3
|
* Add a CTRL + SHIFT + N default shortcut for private browsingAndrea Diamantini2013-02-261-0/+1
| | | | | This has been requested on my blog. I found Chrome using it and no other one browser using for anything, so...
* AdBlock ImprovementAndrea Diamantini2013-02-245-9/+67
| | | | | | | | | Hiding rules support (at least the easy ones, the most ones, against hiding id && classes) :D To test it, take a look (in example) at the url: http://simple-adblock.com/faq/testing-your-adblocker/
* Make rekonq use the selection (PRIMARY) for MMB clicksThiago Macieira2013-02-241-1/+1
| | | | | | | | | | | | The Selection is what usually gets pasted when one does an MMB click, so it makes sense to use that as search term or URL to load. (Thanks, Thiago!) BUG: 315657 BUG: 314551 REVIEW: 109107 REVIEWED-BY: adjam
* Trim whitespace from urlsMichael Gapczynski2013-02-241-3/+3
| | | | | | | | | | | Whitespace from the start and end of the urls was not being removed. This caused no suggestions to show up or an incorrect path for Paste & Go. REVIEW: 109059 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* Delay 1 sec adblock settings load to boost startup performanceAndrea Diamantini2013-02-211-1/+3
|
* Triple check against stupid rules like "*" or "##"Andrea Diamantini2013-02-214-2/+14
| | | | CCBUG: 315002