- 03 Jul, 2009 11 commits
-
-
Friedemann Kleint authored
- Fix extractTemplate() not to kill blanks in case there is no blank after a comma, fix hardcoded types accordingly. - Make niceType()'s regexps ignore blanks after commas, add unsigned short as char_type and cache the mappings, making them work for CDB. - CDB: Parse map output of dumpers correctly, generally don't confuse the parser by unknown keywords encountered when parsing children, thus enabling simple QMap types. - Make dumpInnerValueHelper output std::string types.
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
dt authored
-
dt authored
-
dt authored
That case is a corner case, it can happen if the user has run the codeblocks generator on the command line or if the user deleted the .user file. We mostly ask to get the user a chance to check that we set the correct generator. Or let him select the correct one if there are multiple msvc versions.
-
Roberto Raggi authored
Fixed the parsing of foreach statements. The initializer expression needs to be an assignment expression.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 02 Jul, 2009 15 commits
-
-
Aaron McCarthy authored
The CONFIG variable was not being checked when testing conditional scopes. Resulting in, for example, incorrect executable paths when those paths depend on a particular CONFIG value being set.
-
Roberto Raggi authored
-
dt authored
-
dt authored
Note: This requires a cvs cmake and is not fully tested yet. This adds a few missing pieces, so now opening new never built projects without a .user file on systems with just one VS installation should work.
-
Friedemann Kleint authored
Make dumpers pass on more size information initially, namely the various Q<>Pointers. Introduce enum for those special template types whose size does not vary with the arguments (Q<>Pointer, std::allocators...) to make it more easily extensible. Pass on some common QMapNode<> sizes as well. Introduce an expression cache to the common QtDumperHelper class and make dumpers pass some common expression values (value offsets of common QMapNode<> incarnations). Make CDBDumperHelper use the expression cache. Extend dumper tester.
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Also allow starting to rename with the cursor at the end of the name.
-
dt authored
The CodeBlocks - NMake Makefiles generator combination is only available in the cvs version of cmake. This has not been extensively tested at all.
-
dt authored
-
Kavindra Devi Palaraja authored
Reviewed-By: TrustMe
-
Oswald Buddenhagen authored
-
Roberto Raggi authored
-
Kavindra Devi Palaraja authored
Reviewed-By: TrustMe
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi and mae.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi
-
- 01 Jul, 2009 14 commits
-
-
dt authored
-
Kavindra Devi Palaraja authored
Reviewed-By: TrustMe
-
Kavindra Devi Palaraja authored
-
dt authored
directory Fixes smart make scripts that try to guess the correct working directory for make.
-
Friedemann Kleint authored
Make Gui app wizard use Qt Designer wizard code to write the classes. Remove the settings from the form class wizard page extension area and add a settings page instead. Polish the designer plugin's structs to parametrize class generation with QSharedData and settings code. Export them and use them in the Gui app wizard. Task-number: 256927
-
Benjamin Poulain authored
Validation of some translations from Pierre, a few new translations in the context of the editor.
-
hjk authored
-
hjk authored
The option is hidden in the context menu. Currently the application must be stopped.
-
hjk authored
-
hjk authored
when reading settings
-
hjk authored
-
hjk authored
-
hjk authored
-
Pierre Rossi authored
-