Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Supporting panel (again) :) | Andrea Diamantini | 2013-03-10 | 1 | -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 more | Andrea Diamantini | 2013-02-12 | 1 | -1/+1 |
| | |||||
* | Add credits (before I forgot to) | Andrea Diamantini | 2013-02-12 | 1 | -0/+5 |
| | | | | | | Welcome aboard, Dimitrios :) CCMAIL: dchristidis@ceid.upatras.gr | ||||
* | Restore Tab Windows when Restoring the Session | David E. Narváez | 2013-01-08 | 1 | -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 shot | Andrea Diamantini | 2012-12-28 | 1 | -1/+4 |
| | |||||
* | - Code style check (codestyle script round) | Andrea Diamantini | 2012-12-12 | 1 | -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 && credits | Andrea Diamantini | 2012-12-10 | 1 | -0/+130 |
| | |||||
* | Enable incognito mode by calling "rekonq --incognito URL" :) | Andrea Diamantini | 2012-12-10 | 1 | -2/+1 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 1 | -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 RekonqWindow | Andrea Diamantini | 2012-12-10 | 1 | -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 options | Andrea Diamantini | 2012-12-10 | 1 | -1/+4 |
| | |||||
* | Implementing the webwindow as special widget | Andrea Diamantini | 2012-12-10 | 1 | -3/+0 |
| | | | | first step, main & bookmarks toolbar | ||||
* | Fix up copyright headers | Andrea Diamantini | 2012-12-10 | 1 | -18/+24 |
| | |||||
* | Session Manager | Andrea Diamantini | 2012-12-10 | 1 | -6/+2 |
| | | | | | - Moved to new rekonq API - Use autosaver to save up disk writes | ||||
* | Class Application Import, first (important) part | Andrea Diamantini | 2012-12-10 | 1 | -27/+9 |
| | |||||
* | Added NEW UrlResolver class (from kwebapp) and SearchEngine old one... | Andrea Diamantini | 2012-12-10 | 1 | -0/+111 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 1 | -224/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Lindsay's credits | Andrea Diamantini | 2012-12-04 | 1 | -5/+5 |
| | |||||
* | This should fix local files launch by console when rekonq is just loaded | Andrea Diamantini | 2012-07-26 | 1 | -0/+4 |
| | |||||
* | fix my email | Burkhard Lück | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | Fix Burkhard's name. | Yuri Chornoivan | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | Added Author(s) and Credit(s) | Andrea Diamantini | 2012-07-10 | 1 | -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 behavior | Andrea Diamantini | 2012-07-06 | 1 | -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 string | Andrea Diamantini | 2012-06-08 | 1 | -0/+4 |
| | | | | BUG: 293298 | ||||
* | rekonq 0.9.61 | Andrea Diamantini | 2012-05-29 | 1 | -0/+5 |
| | | | | | | | | Optional Opera sync handler introduction @situ: Hope you like the news :) CCMAIL: siteshwar@gmail.com | ||||
* | Let Opera sync handler being optional | Andrea Diamantini | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | rekonq 0.9.60 | Andrea Diamantini | 2012-05-27 | 1 | -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 update | Andrea Diamantini | 2012-01-22 | 1 | -75/+35 |
| | |||||
* | Don't add a tab at window creation - they should all be restored from the ↵ | David E. Narváez | 2012-01-21 | 1 | -1/+1 |
| | | | | saved properties | ||||
* | Implement (User) Session Restore | David E. Narváez | 2012-01-12 | 1 | -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 list | Johannes Tröscher | 2011-09-21 | 1 | -5/+5 |
| | | | | REVIEWED-BY: trustMe | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -1/+1 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -1/+1 |
| | |||||
* | update copyright | Andrea Diamantini | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | Reenabled the raster graphics system by default on X11. | Andrea Diamantini | 2011-02-27 | 1 | -0/+5 |
| | | | | | Previous problems were not really regarding QtWebKit, but the graphic layer on. Hope they will no more cause troubles.. | ||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -8/+8 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Added credit for Johannes Troscher | Andrea Diamantini | 2011-02-14 | 1 | -0/+5 |
| | |||||
* | fix typo: expecially->especially | Yuri Chornoivan | 2011-01-19 | 1 | -1/+1 |
| | |||||
* | Updating AUTHORS list. | Andrea Diamantini | 2011-01-17 | 1 | -1/+6 |
| | |||||
* | Modify Nikhil's contrib entry as requested by him | Rohan Garg | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | Sorry Pierre, | Andrea Diamantini | 2010-11-21 | 1 | -1/+6 |
| | | | | forgot to update author list.. | ||||
* | Remove raster graphics system by default. | Andrea Diamantini | 2010-10-25 | 1 | -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 directory | Jon Ander Peñalba | 2010-09-03 | 1 | -7/+5 |
| | |||||
* | new rekonq authors for 0.6 | Andrea Diamantini | 2010-08-23 | 1 | -2/+12 |
| | | | | Jon, Benjamin: sorry for the late :) | ||||
* | Enable raster engine by default on X11 | Andrea Diamantini | 2010-07-29 | 1 | -1/+4 |
| | | | | Benjamin Poulain's patch (Thanks!!) | ||||
* | Added credits :) | Andrea Diamantini | 2010-06-03 | 1 | -0/+5 |
| | |||||
* | rekonq 0.4.90 | Andrea Diamantini | 2010-05-25 | 1 | -1/+1 |
| | | | | | | 0.5 beta release Soft String Freeze BugFixing galore :) | ||||
* | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 1 | -21/+25 |
| | |||||
* | updating authors && credits | Andrea Diamantini | 2010-05-24 | 1 | -15/+36 |
| | | | | | | | | | | | Ehi guys, feel free to let me know if there is something wrong.. CCMAIL:lindsay.mathieson@gmail.com CCMAIL:gnumdk@adishatz.1s.fr CCMAIL:bulldog98@freenet.de CCMAIL:pano_90@gmx.net CCMAIL:rohan16garg@gmail.com CCMAIL:yoann.laissus@gmail.com |