> I found quite a few bugs from Qt Creator 1.2.90 (snapshot dated 090909, > Win32). Thanks for your report. > All of these bugs happen with project that is created from > CMakeLists.txt that contains multiple subprojects. I use Visual Studio > Express 2008 as compiler and CMake CVS (snapshot dated 090715, because > newer ones crashes with some complex CMakeLists I have).
> * Crash if I Add Build Configuration (with Create New), but instead of > creating one I press cancel when CMake Wizards opens up. "Cancel" > actually opens CMake Wizard and closing that one (with X-mark) causes > crash. I can't reproduce that, though it adds the buildconfiguration even if I hit the "X", so there's a bug in there. A backtrace would be nice to have. > * Addition to previous one. If I don't close the wizard that was > opened but instead I let CMake run and then press Finish, I have > created the new build configuration. That's not a bug, is it? > * I can't remove "all" text from Make-command in "Build steps". This > makes it impossible to make useful Build Configurations. "clean" can > be removed in "Clean Steps" correctly. Fixed, there was a wrong assumption that all CMake projects have a all target. > * Projects->Build Settings->Build Configuration dropbox does not > resize until I restart the whole Qt Creator. Maybe a Qt bug... Fixed, the default policy in qt for combo boxes is to not adjust to the contents. > * Arrows that change files that is currently shown (default to > ALT-right and ALT-left) often opens files that I have closed before > and might even have multiple times the same file that I have closed > before. That's as intended. > * Project files that have .hpp extension instead of normally used .h > extension are not shown it Project file list (this might be more like > a missing feature, but would be needed anyway). Can't reproduce that, e.g. the speedcrunch project which I'm using as a testcase has hxx files, and those show up fine. The cbp generator has a heuristic which finds header files with the same basename as existing cpp files. But if you header file has no corresponding source file, then you need to mention the header file as a source in the CMakeLists.txt > * Leaf directories does not show CMakeLists.txt file (I was told that > this is bug of CMake CVS versions though). Well actually it should work with a recent cmake cvs version. Since I wrote a patch exactly for that, which was applied. daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
