summaryrefslogtreecommitdiff
path: root/src/rekonq_defines.h
Commit message (Collapse)AuthorAgeFilesLines
* open url as webapp optionAndrea Diamantini2013-03-161-1/+2
|
* New Private Browsing mode :DAndrea Diamantini2012-12-101-1/+2
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-23/+23
| | | | | | | | | | | | | - 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... :)
* Bookmark Manager restoreAndrea Diamantini2012-12-101-0/+34
|
* Insert back HistoryManagerAndrea Diamantini2012-12-101-0/+72
| | | | | | 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
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-117/+0
| | | | Preparing repo to merge rekonq2 code...
* Letting SHIFT + MidClick reverse open new tab settingsAndrea Diamantini2012-06-071-4/+5
| | | | BUG: 299024
* Add loadUrl API to mainwindowAndrea Diamantini2012-03-251-1/+0
| | | | | | | | | - 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
* Sync improvements, last bunch!Andrea Diamantini2011-12-121-1/+13
| | | | | Improved code division (it will be super easy now adding a new handler) Added a new config UI (QWizard based)
* Introducing ASSERT_NOT_REACHEDPierre Rossi2011-07-281-1/+7
| | | | | | | | | In a similar fashion as WebKit, this might make those cases where we don't expect to go more obvious in debug builds. I also took the liberty to revisit a lot of switch statements but it could potentially be used elsewhere Reviewed-by: andrea
* Coding styleAndrea Diamantini2011-02-251-26/+26
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Hide "loading..." and "done" strings after 0.5 sec..Andrea Diamantini2010-06-291-1/+2
|
* Fix naming to clean APIAndrea Diamantini2010-06-241-2/+2
| | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab
* cleaning headersAndrea Diamantini2010-04-301-0/+8
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-0/+90
Speed up compilation & linking on Win, Lin & Mac. Step 1