summaryrefslogtreecommitdiff
path: root/src/application.h
Commit message (Collapse)AuthorAgeFilesLines
* Properly register rekonq window to activitiesAndrea Diamantini2013-04-281-0/+4
|
* Support "open in webapp" && "install webapp" linksAndrea Diamantini2013-03-171-2/+2
| | | | And now... :D
* Support ActivitiesAndrea Diamantini2013-03-131-1/+34
| | | | | | | | | | | 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-6/+6
| | | | | | | | | - 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
* Fix IconManager to let webapp window favicons workAndrea Diamantini2013-01-201-0/+2
|
* - Code style check (codestyle script round)Andrea Diamantini2012-12-121-2/+2
| | | | | | | | | - 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-1/+3
|
* WARNING: BIG COMMITAndrea Diamantini2012-12-101-2/+0
| | | | | | | | | | | | | 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-0/+2
|
* enable webapp mode by calling "rekonq --webapp URL" :DAndrea Diamantini2012-12-101-1/+4
| | | | | 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... ;)
* New Private Browsing mode :DAndrea Diamantini2012-12-101-1/+3
|
* new tab actionAndrea Diamantini2012-12-101-0/+2
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-1/+1
| | | | | | | | | | | | | - 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/+5
|
* Clean up remove tab window mechanismAndrea Diamantini2012-12-101-2/+0
|
* Tools actions restoredAndrea Diamantini2012-12-101-0/+2
|
* Add actions to the web window, STEP 1 (the easiest ones...)Andrea Diamantini2012-12-101-1/+5
|
* Bookmark Manager restoreAndrea Diamantini2012-12-101-3/+1
|
* Insert back HistoryManagerAndrea Diamantini2012-12-101-0/+3
| | | | | | There are a few notable changes here: - rekonq_defines.h clean up, removing the enums from there - let HistoryManager be accessible by a self function
* Class Application Import, first (important) partAndrea Diamantini2012-12-101-0/+104
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-155/+0
| | | | Preparing repo to merge rekonq2 code...
* Kitchen sink clean upAndrea Diamantini2012-05-271-1/+1
| | | | | | - astyle - copyrights - (some) includes
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-5/+4
|
* Add loadUrl API to mainwindowAndrea Diamantini2012-03-251-9/+6
| | | | | | | | | - Get rid of unused NewBackTab enum - move loading url code to MainWindow class - Remove ThreadWeaver API. (And take it easy...) - Changed logic: calculate url BEFORE creating a tab... REVIEW:104326
* Include Tab History when Cloning a TabDavid E. Narváez2012-03-081-0/+4
| | | | | | | | | | Implemented through a new loadUrl method that allows for the caller to specify the QWebHistory pointer from where to copy the history. Redirected the original loadUrl slot to use this new method internally. The method returns the WebTab * just in case we need to maninpulate the created tab in the future. REVIEW: 104082
* Finally fix problems with unset backgroundAndrea Diamantini2012-01-041-1/+1
| | | | | | WARNING: This fix works just with qtwebkit 2.2.x!!! BUG: 287782
* Sync improvements, last bunch!Andrea Diamantini2011-12-121-0/+1
| | | | | Improved code division (it will be super easy now adding a new handler) Added a new config UI (QWizard based)
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-3/+3
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* Sync feature, first bitsAndrea Diamantini2011-12-121-0/+3
|
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Moving UA management code to a new UserAgentManagerAndrea Diamantini2011-11-261-0/+3
|
* Remove postLaunch callsAndrea Diamantini2011-11-141-5/+0
| | | | | | | | | | | | | | This will help a lot in having a clean/easy startup, also a bit less fast. Let's see if this helps stability... PS: To the bug reporter. I pushed a "NoPostLaunch" in rekonq git repo. Can you please try compiling and testing if this fixes your troubles on startup?? Many thanks for any help. Andrea. CCBUG:284356
* Application ShortcutAndrea Diamantini2011-11-081-0/+2
| | | | | | Added an action to manage it in the tools menu, added initial code to manage icons, added kwebapp application
* Fix close & sessionAndrea Diamantini2011-09-131-0/+2
| | | | | | | | | | First, I'm really sorry for this bad commit ('git' talking..). The fact is that the 3 bugs fixed here were found chained playing with close code. Here it is the report: - fix close window (it now really appears on multiple window closing) - fix saveSession (saving one call for each site loaded and storing better information): saveSession is now called on loadFinished - clean up some compilation warnings
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-2/+2
|
* LastAndrea Diamantini2011-05-261-0/+1
|
* Adding DownloadManager class, following Pierre and Benjamin code changes.Andrea Diamantini2011-05-261-29/+10
| | | | First step in the introduction of the new rekonq pages
* Make rekonq desktop awareFelix Rohrbach2011-04-101-0/+4
| | | | | | | | | If there is a rekonq window on the current virtual desktop and another application opens a link, rekonq will prefer this window. rekonq also prefers windows that were activated most recently. CCBUG: 237732 REVIEW: 101033
* Coding styleAndrea Diamantini2011-02-251-4/+10
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* No more static members in the Application class,Pierre Rossi2011-02-241-13/+13
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-221-1/+10
| | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :)
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-23/+11
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-4/+5
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* working opensearch suggestionsmegabigbug2010-08-151-1/+2
|
* wait signalmegabigbug2010-08-151-0/+3
|
* Moving download history management from HistoryManager to Application classAndrea Diamantini2010-07-211-0/+37
| | | | | It's actually the same, but probably a bit more coherent. More over, we are going to change a lot of things in the HistoryManager class...
* Include Fixes, first bunchAndrea Diamantini2010-04-301-2/+0
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-33/+3
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-32/+32
|