summaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add third-party/SingleApplicationaqua2022-08-151-26/+10
|
* Record authors and contributors in src/data/about.htmlaqua2022-08-151-166/+18
|
* Upgrade main file2.3.1Andrea Diamantini2013-06-221-2/+2
|
* Supporting panel (again) :)Andrea Diamantini2013-03-101-6/+8
| | | | | | | | | - 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
* Ooops... one g moreAndrea Diamantini2013-02-121-1/+1
|
* Add credits (before I forgot to)Andrea Diamantini2013-02-121-0/+5
| | | | | | Welcome aboard, Dimitrios :) CCMAIL: dchristidis@ceid.upatras.gr
* Restore Tab Windows when Restoring the SessionDavid E. Narváez2013-01-081-3/+6
| | | | | | | | Modified the restore method so that it returns true in case something is actually restored, and then use that return value to call the restoreTabWindow method of the session manager REVIEW: 108077
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-1/+4
|
* - Code style check (codestyle script round)Andrea Diamantini2012-12-121-3/+3
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* Restore authors && creditsAndrea Diamantini2012-12-101-0/+130
|
* Enable incognito mode by calling "rekonq --incognito URL" :)Andrea Diamantini2012-12-101-2/+1
|
* 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... :)
* Implement RekonqWindowAndrea Diamantini2012-12-101-0/+6
| | | | | | | | Now, all the "KMainWindow" logic is moved to this new class. "Restored" session management. NOTE: Probably needs some fixes yet, but seems going in the right direction...
* main optionsAndrea Diamantini2012-12-101-1/+4
|
* Implementing the webwindow as special widgetAndrea Diamantini2012-12-101-3/+0
| | | | first step, main & bookmarks toolbar
* Fix up copyright headersAndrea Diamantini2012-12-101-18/+24
|
* Session ManagerAndrea Diamantini2012-12-101-6/+2
| | | | | - Moved to new rekonq API - Use autosaver to save up disk writes
* Class Application Import, first (important) partAndrea Diamantini2012-12-101-27/+9
|
* Added NEW UrlResolver class (from kwebapp) and SearchEngine old one...Andrea Diamantini2012-12-101-0/+111
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-224/+0
| | | | Preparing repo to merge rekonq2 code...
* Lindsay's creditsAndrea Diamantini2012-12-041-5/+5
|
* This should fix local files launch by console when rekonq is just loadedAndrea Diamantini2012-07-261-0/+4
|
* fix my emailBurkhard Lück2012-07-101-1/+1
|
* Fix Burkhard's name.Yuri Chornoivan2012-07-101-1/+1
|
* Added Author(s) and Credit(s)Andrea Diamantini2012-07-101-2/+27
| | | | | | | | | | Thank you all, guys! CCMAIL: tirtha.p.chatterjee@gmail.com CCMAIL: adaptee@gmail.com CCMAIL: yurchor@ukr.net CCMAIL: luech@hube-lueck.de CCMAIL: andiusmao@gmail.com
* Fix adblock hide behaviorAndrea Diamantini2012-07-061-1/+1
| | | | | | | NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050
* Add rekonq version to default user agent stringAndrea Diamantini2012-06-081-0/+4
| | | | BUG: 293298
* rekonq 0.9.61Andrea Diamantini2012-05-291-0/+5
| | | | | | | | Optional Opera sync handler introduction @situ: Hope you like the news :) CCMAIL: siteshwar@gmail.com
* Let Opera sync handler being optionalAndrea Diamantini2012-05-291-1/+1
|
* rekonq 0.9.60Andrea Diamantini2012-05-271-0/+5
| | | | | | | | | | | | - 2011 gsoc's work of Phaneendra Hedge about Fancy bookmarking with Nepomuk & rekonq. An huge thanks to him for all his work about :) - Compilation fixes with MSVC - small improvements in the Application shortcuts management CCMAIL: pnh.pes@gmail.com
* Authors updateAndrea Diamantini2012-01-221-75/+35
|
* Don't add a tab at window creation - they should all be restored from the ↵David E. Narváez2012-01-211-1/+1
| | | | saved properties
* Implement (User) Session RestoreDavid E. Narváez2012-01-121-0/+5
| | | | | | | | This patch implements session management. Most of the ideas are taken from Konsole, which is also a KUniqueApplication but manages session restoring correctly. REVIEW: 103658
* fixed my name and email, put myselve into developers listJohannes Tröscher2011-09-211-5/+5
| | | | REVIEWED-BY: trustMe
* clean upAndrea Diamantini2011-07-251-1/+1
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-1/+1
|
* update copyrightAndrea Diamantini2011-03-161-1/+1
|
* Reenabled the raster graphics system by default on X11.Andrea Diamantini2011-02-271-0/+5
| | | | | Previous problems were not really regarding QtWebKit, but the graphic layer on. Hope they will no more cause troubles..
* Coding styleAndrea Diamantini2011-02-251-8/+8
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Added credit for Johannes TroscherAndrea Diamantini2011-02-141-0/+5
|
* fix typo: expecially->especiallyYuri Chornoivan2011-01-191-1/+1
|
* Updating AUTHORS list.Andrea Diamantini2011-01-171-1/+6
|
* Modify Nikhil's contrib entry as requested by himRohan Garg2010-12-231-1/+1
|
* Sorry Pierre,Andrea Diamantini2010-11-211-1/+6
| | | | forgot to update author list..
* Remove raster graphics system by default.Andrea Diamantini2010-10-251-4/+1
| | | | | | | | This is the cause of some problems with UI (eg: contextual menus not shown), probably related to some HW/driver combinations BUG:255175 CCMAIL:bigbrovar@gmail.com
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-7/+5
|
* new rekonq authors for 0.6Andrea Diamantini2010-08-231-2/+12
| | | | Jon, Benjamin: sorry for the late :)
* Enable raster engine by default on X11Andrea Diamantini2010-07-291-1/+4
| | | | Benjamin Poulain's patch (Thanks!!)
* Added credits :)Andrea Diamantini2010-06-031-0/+5
|