- Sep 25, 2009
-
-
Christian Kamm authored
In particular macros that are only checked for definition or are expanded during the evaluation of an #if or #elif directive are now also added to the list available through Document::macroUses(). The names of undefined macros that are interesting (because they're used in an #ifdef or a defined(...)) are now available through Document::undefinedMacroUses(). Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Erik Verbruggen authored
-
- Sep 23, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Sep 21, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Added BackwardsScanner::mid(tokenIndex). Mid() returns a substring starting from the position of the given token.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
con authored
Basically for all widgets that don't have navigationWidgetHeight it is removed, because then the proportions are wrong. Reviewed-by: Erik Verbruggen
-
- Sep 18, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Sep 17, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
con authored
-
dt authored
This splits up the edit and active settings. Let people try it and report usability problems. I'm not 100% convinced of the layout either.
-
Roberto Raggi authored
-
- Sep 01, 2009
-
-
con authored
-
Alessandro Portale authored
Reviewed-by: Trustme
-
- Aug 26, 2009
-
-
Roberto Raggi authored
-
- Aug 24, 2009
-
-
Alessandro Portale authored
-
Alessandro Portale authored
-
Roberto Raggi authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 10, 2009
- Aug 06, 2009
-
-
con authored
-
- Aug 05, 2009
-
-
Erik Verbruggen authored
-
con authored
Task-number: 258468
-
- Aug 03, 2009
-
-
Thiago Macieira authored
-
Thiago Macieira authored
Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid.
-
- Jul 31, 2009
-
-
Erik Verbruggen authored
-
- Jul 29, 2009
-
-
Roberto Raggi authored
Snapshot::dependsOn(fn) returns the files in the snapshot that depends on fn.
-
Friedemann Kleint authored
Add missing Q_OBJECTS where tr() was used.
-
- Jul 28, 2009
-
-
Erik Verbruggen authored
-