summaryrefslogtreecommitdiff
path: root/src/rekonq_defines.h
Commit message (Collapse)AuthorAgeFilesLines
* 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