Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load plugins from AppLocalDataLocation by default | aqua | 2022-08-28 | 1 | -118/+22 |
| | |||||
* | Add parseCommandLine tests | aqua | 2022-08-27 | 1 | -0/+1 |
| | | | | - use PluginLoader in plugin tests | ||||
* | Rename rView to RekonqView | aqua | 2022-08-27 | 1 | -1/+1 |
| | | | | | - move rview.hpp to include/ - move src/mainwindow/* to src/ | ||||
* | Show main window | aqua | 2022-08-18 | 1 | -79/+19 |
| | | | | - added Task Manager, showing all plugins, windows and view | ||||
* | Pass command line from secondary to primary instance | aqua | 2022-08-17 | 1 | -2/+5 |
| | |||||
* | Turn WebEngine into a plugin | aqua | 2022-08-16 | 1 | -3/+34 |
| | |||||
* | Add rView and WebView | aqua | 2022-08-16 | 1 | -116/+61 |
| | |||||
* | Add third-party/SingleApplication | aqua | 2022-08-15 | 1 | -49/+20 |
| | |||||
* | Get sure webkit objects are deleted in the app d-tor | Andrea Diamantini | 2013-11-17 | 1 | -1/+14 |
| | | | | CCBUG: 321557 | ||||
* | Get sure web settings are applied BEFORE loading pages | Andrea Diamantini | 2013-08-02 | 1 | -51/+23 |
| | | | | | | | | There is also a change in font size management, ignoring DPI and consi dering settings as pixels. Change default font size to 16 (default internet pixel font size) BUG: 322982 | ||||
* | 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 | ||||
* | Move from about: to rekonq: protocol for our special links | Andrea Diamantini | 2013-06-06 | 1 | -10/+10 |
| | |||||
* | 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 | ||||
* | Properly register rekonq window to activities | Andrea Diamantini | 2013-04-28 | 1 | -18/+25 |
| | |||||
* | Let offline web application cache quota being configurable :) | Andrea Diamantini | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Clean up url loading | Andrea Diamantini | 2013-04-07 | 1 | -0/+5 |
| | |||||
* | Add a "session" startup option | Andrea Diamantini | 2013-04-02 | 1 | -4/+14 |
| | | | | BUG: 249462 | ||||
* | 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 | ||||
* | Support "open in webapp" && "install webapp" links | Andrea Diamantini | 2013-03-17 | 1 | -3/+21 |
| | | | | And now... :D | ||||
* | open url as webapp option | Andrea Diamantini | 2013-03-16 | 1 | -3/+9 |
| | |||||
* | Restore Session Manager updates on current tab changed && on window | Andrea Diamantini | 2013-03-14 | 1 | -1/+2 |
| | | | | | | | | | | 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 | ||||
* | Support Activities | Andrea Diamantini | 2013-03-13 | 1 | -37/+93 |
| | | | | | | | | | | | 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 | ||||
* | Supporting panel (again) :) | Andrea Diamantini | 2013-03-10 | 1 | -60/+61 |
| | | | | | | | | | - 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 | ||||
* | Get sure tabWindow && webwindow exist before calling them | Andrea Diamantini | 2013-02-15 | 1 | -1/+2 |
| | | | | BUG: 315165 | ||||
* | Double check (event) filtered window && window list | Andrea Diamantini | 2013-02-12 | 1 | -1/+3 |
| | | | | BUG: 312990 | ||||
* | Add zoom text only webkit feature settings | Andrea Diamantini | 2013-02-12 | 1 | -0/+1 |
| | | | | | | | | Piedro, because of your comment about Midori, I tried applying this. I don't think this fixes your problem, but it surely "hides" the bug ;) CCBUG: 295446 | ||||
* | Fix tab when showing a kpart. Let also see title where needed | Andrea Diamantini | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | Fix IconManager to let webapp window favicons work | Andrea Diamantini | 2013-01-20 | 1 | -0/+6 |
| | |||||
* | Krazy fixes, second shot (normalize) | Andrea Diamantini | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | - Code style check (codestyle script round) | Andrea Diamantini | 2012-12-12 | 1 | -18/+17 |
| | | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me | ||||
* | Fix open external link on web app | Andrea Diamantini | 2012-12-10 | 1 | -0/+33 |
| | |||||
* | Fix showSearchEnginebar call | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Check settings | Andrea Diamantini | 2012-12-10 | 1 | -1/+0 |
| | | | | Remove unuseful option with "tabs up" | ||||
* | Open focused link when launched from web app | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Add an home page tab when rekonq is started with some pinned tabs | Andrea Diamantini | 2012-12-10 | 1 | -2/+6 |
| | |||||
* | re-enable the (useful) "open link in new tab" action in web app mode | Andrea Diamantini | 2012-12-10 | 1 | -1/+2 |
| | |||||
* | Fix close action when some web apps are running | Andrea Diamantini | 2012-12-10 | 1 | -0/+6 |
| | |||||
* | WARNING: BIG COMMIT | Andrea Diamantini | 2012-12-10 | 1 | -7/+1 |
| | | | | | | | | | | | | | This commit reviews and partially fix the Q/K action mess in rekonq code. We now store actions in different actioncollections (one for each tab && one for each window). Related to this code review, you can find also fixes for some triggered actions NOT working (well) before: - fullscreen - bookmark all tabs - new (clean) tab | ||||
* | Improve webapp creation, fixing title name choice | Andrea Diamantini | 2012-12-10 | 1 | -17/+28 |
| | |||||
* | Removed some porting FIXME and re-enabled old features | Andrea Diamantini | 2012-12-10 | 1 | -7/+1 |
| | |||||
* | Fix line changed by accident, restoring correct behavior on startup | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Add 1.x compatibility kwebapp script and moved webapp logic to 2.0 | Andrea Diamantini | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | Fix tabs restore when some of them were pinned | Andrea Diamantini | 2012-12-10 | 1 | -15/+8 |
| | |||||
* | Fix new incognito window opening... | Andrea Diamantini | 2012-12-10 | 1 | -1/+2 |
| | |||||
* | enable webapp mode by calling "rekonq --webapp URL" :D | Andrea Diamantini | 2012-12-10 | 1 | -3/+57 |
| | | | | | NOTE: in my opinion, this is a great feature that needs a lot of attention and testing. But it's really cool to see how it works... ;) | ||||
* | Enable incognito mode by calling "rekonq --incognito URL" :) | Andrea Diamantini | 2012-12-10 | 1 | -14/+47 |
| | |||||
* | Re-enable the restore on crash message bar :) | Andrea Diamantini | 2012-12-10 | 1 | -10/+1 |
| | |||||
* | Fix opening when there are no pinned tabs | Andrea Diamantini | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | Restoring pinned tabs, yeah!!!! :D | Andrea Diamantini | 2012-12-10 | 1 | -4/+23 |
| |