summaryrefslogtreecommitdiff
path: root/src/application.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Properly register rekonq window to activitiesAndrea Diamantini2013-04-281-18/+25
|
* Let offline web application cache quota being configurable :)Andrea Diamantini2013-04-151-1/+1
|
* Clean up url loadingAndrea Diamantini2013-04-071-0/+5
|
* Add a "session" startup optionAndrea Diamantini2013-04-021-4/+14
| | | | BUG: 249462
* 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
* Support "open in webapp" && "install webapp" linksAndrea Diamantini2013-03-171-3/+21
| | | | And now... :D
* open url as webapp optionAndrea Diamantini2013-03-161-3/+9
|
* Restore Session Manager updates on current tab changed && on windowAndrea Diamantini2013-03-141-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 ActivitiesAndrea Diamantini2013-03-131-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 Diamantini2013-03-101-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 themAndrea Diamantini2013-02-151-1/+2
| | | | BUG: 315165
* Double check (event) filtered window && window listAndrea Diamantini2013-02-121-1/+3
| | | | BUG: 312990
* Add zoom text only webkit feature settingsAndrea Diamantini2013-02-121-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 neededAndrea Diamantini2013-01-271-1/+1
|
* Fix IconManager to let webapp window favicons workAndrea Diamantini2013-01-201-0/+6
|
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-281-1/+1
|
* - Code style check (codestyle script round)Andrea Diamantini2012-12-121-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 appAndrea Diamantini2012-12-101-0/+33
|
* Fix showSearchEnginebar callAndrea Diamantini2012-12-101-1/+1
|
* Check settingsAndrea Diamantini2012-12-101-1/+0
| | | | Remove unuseful option with "tabs up"
* Open focused link when launched from web appAndrea Diamantini2012-12-101-1/+1
|
* Add an home page tab when rekonq is started with some pinned tabsAndrea Diamantini2012-12-101-2/+6
|
* re-enable the (useful) "open link in new tab" action in web app modeAndrea Diamantini2012-12-101-1/+2
|
* Fix close action when some web apps are runningAndrea Diamantini2012-12-101-0/+6
|
* WARNING: BIG COMMITAndrea Diamantini2012-12-101-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 choiceAndrea Diamantini2012-12-101-17/+28
|
* Removed some porting FIXME and re-enabled old featuresAndrea Diamantini2012-12-101-7/+1
|
* Fix line changed by accident, restoring correct behavior on startupAndrea Diamantini2012-12-101-1/+1
|
* Add 1.x compatibility kwebapp script and moved webapp logic to 2.0Andrea Diamantini2012-12-101-2/+2
|
* Fix tabs restore when some of them were pinnedAndrea Diamantini2012-12-101-15/+8
|
* Fix new incognito window opening...Andrea Diamantini2012-12-101-1/+2
|
* enable webapp mode by calling "rekonq --webapp URL" :DAndrea Diamantini2012-12-101-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 Diamantini2012-12-101-14/+47
|
* Re-enable the restore on crash message bar :)Andrea Diamantini2012-12-101-10/+1
|
* Fix opening when there are no pinned tabsAndrea Diamantini2012-12-101-2/+2
|
* Restoring pinned tabs, yeah!!!! :DAndrea Diamantini2012-12-101-4/+23
|
* New Private Browsing mode :DAndrea Diamantini2012-12-101-3/+14
|
* rekonq new tab page restored :)Andrea Diamantini2012-12-101-22/+15
|
* new tab actionAndrea Diamantini2012-12-101-0/+6
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-5/+6
| | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :)
* Manage Bookmarks Toolbar show/hide (&& create/delete)Andrea Diamantini2012-12-101-0/+6
|
* Clean up remove tab window mechanismAndrea Diamantini2012-12-101-12/+12
|
* Restore rekonq settingsAndrea Diamantini2012-12-101-119/+116
|
* Tools actions restoredAndrea Diamantini2012-12-101-0/+96
|
* Add actions to the web window, STEP 1 (the easiest ones...)Andrea Diamantini2012-12-101-6/+92
|
* set window object name rightAndrea Diamantini2012-12-101-0/+5
|
* Apply rekonq fixes for bug 304312Andrea Diamantini2012-12-101-72/+74
|
* Restored Adblock moving hiding logic to the one used in kwebkitpartAndrea Diamantini2012-12-101-0/+4
| | | | | This will let everyone to save time reinventing the wheel and let us remove webpage from adblockmanager code, but just manage it via (Q)NAM.
* Session ManagerAndrea Diamantini2012-12-101-24/+25
| | | | | - Moved to new rekonq API - Use autosaver to save up disk writes