- Jul 07, 2009
-
-
dt authored
Also cache a lastModified time, so that we don't emit a signal if it didn't change.
-
Norwegian Rock Cat authored
If you call setVisible(true) on the item before it is placed in a hierarchy, it will show as a normal top-level window. On some platforms this isn't really an issue, but with Carbon, the show happens immediately, so you get this flash of a window which is really disturbing. I'm surprised it's not noticed on other platforms. Personally, I'm not sure why we call this at all, but I'm leaving it for the moment.
-
Kavindra Devi Palaraja authored
Reviewed-By: TrustMe
-
Jarek Kobus authored
Rev-by:
Oswald Buddenhagen <oswald.buddenhagen@trolltech.com>
-
Roberto Raggi authored
-
Friedemann Kleint authored
-
- Jul 06, 2009
-
-
Friedemann Kleint authored
- Make container dumper routines set "childnumchild" when known in order to avoid roundtrips; avoid repeated invocations of container.end(). - Completed dumper information in some places to avoid roundtrips. - Extended QVariant helpers by dumpers for common GUI types (rectangles, points, sizes, fonts, size policies). - Introduced artificial QObjectChildList/QObjectProperty types to be able to dump QObject children and properties without using gdb expressions. - Fixed dumping of Signal/Slot list to pass on correct types. Avoid recursions if signal is connected to self. - Replaced expressions by addresses in the dumpers to it make work for CDB. - Reworked dumper test program to have -a, making it usable for tests, add further types. - Gdb: Clear output buffer before calling dumpers, avoiding mixups in case evaluation of expression fails. - Fix the dumper parser used by CDB, do not be fooled by "<synthetic>" addresses, etc. - Pass on a "dumperVersion" in initial query.
-
Roberto Raggi authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Kavindra Devi Palaraja authored
Reviewed-By: TrustMe
-
Roberto Raggi authored
-
Sergey Belyashov authored
Added translation macros to some editor kinds. Added possibility to translate names of editors in Open With context menu. Translation context is "OpenWith::Editors". Merge-request: 808 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jul 04, 2009
-
-
Daniel Molkentin authored
-
- Jul 03, 2009
-
-
dt authored
mingw32-make.exe
-
dt authored
That is we update all files with the new include and defines if we are switching toolchains.
-
dt authored
-
dt authored
E.g. cmake pops up a wizard then, the running of cmake can fail though. Now you don't end i[ with a empty project then. The error reporting in that case is not yet optimal.
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
also moved into own header/cpp file. The renaming + export allow us to reuse the model in the bauhaus plugin. Reviewed-by: thorbjorn
-
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
-
- Jul 02, 2009
-
-
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
-