Commit Graph

25 Commits

Author SHA1 Message Date
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
dt
66663090e4 Add the directory we are refering too in the cmake wizards can't build
out of source page.
2009-08-13 18:05:12 +02:00
Friedemann Kleint
cbfa2c0191 Fixed translation glitches. 2009-07-31 16:41:12 +02:00
dt
935a54c167 Always show the wizard even if we already have a recent enough cbp file.
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.
2009-07-03 12:46:19 +02:00
dt
40ff6ab2c4 Make msvc and cmake play together.
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.
2009-07-02 16:44:51 +02:00
dt
560b06391d Add msvc support to cmake plugin. Depends on a cvs version of cmake.
The CodeBlocks - NMake Makefiles generator combination is only available
in the cvs version of cmake.
This has not been extensively tested at all.
2009-07-02 11:30:29 +02:00
con
07187e0a80 Custom signature support.
Not able to give it an additional passphrase yet, though.
2009-06-24 13:41:48 +02:00
Jason McDonald
884b7af769 Update license headers and sales contact details.
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Roberto Raggi
d08b90b494 Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-11 11:32:47 +02:00
dt
182161f9bf Fix window title for cmake wizard 2009-06-10 16:03:16 +02:00
Henrik Abelsson
7d6031b509 In cmake run dialog, let two enter strokes run cmake and close dialog.
Merge-request: 596
Reviewed-by: dt <qtc-committer@nokia.com>
2009-06-09 15:58:01 +02:00
dt
adc7a7204b Use the environment specified for the current build configuration to
rebuild the cbp file

I think that makes sense, we'll see.
2009-05-27 14:58:11 +02:00
dt
14a79dad58 Simplfy API of CMakeOpenProjectWizard remove some left over QStringList
We don't call it with a list anymore, so make it just a QString
2009-05-27 14:58:07 +02:00
Friedemann Kleint
14e39ba5af Fixed translation issues. 2009-05-07 15:34:52 +02:00
dt
84ee1653f4 Allow changing the build directory, and reparse.
Task:  250418

This also moves us closer to supporting multiple build configurations
properly.
2009-04-20 17:59:36 +02:00
Oswald Buddenhagen
6d5eeb7afb add missing tr()s, etc., add some //: comments 2009-04-20 16:51:10 +02:00
dt
d0159d7c7c Small tweaks to the cmake open project wizard.
Note: The use is now forced to run cmake. This is rather suboptimal, but
currently cancel doesn't do the correct thing so we prevent that.
2009-04-15 16:22:55 +02:00
dt
ef2b100e6e Typo fixes for cmake wizard pages. 2009-04-07 15:27:51 +02:00
dt
7fba9fd799 Typo fix 2009-04-07 15:00:30 +02:00
dt
16be88e992 Make the layout of the CMakeRunPage nicer. 2009-04-06 17:07:51 +02:00
dt
738ef0b121 Make CMake Open Project Wizards output text read only. 2009-03-31 15:02:09 +02:00
Oswald Buddenhagen
cd93d9e3dd make changing the build dir of a shadow build work 2009-03-27 20:57:12 +01:00
Thorbjørn Lindeijer
b789ffa91b Added and corrected copyright headers 2009-03-20 14:59:12 +01:00
dt
00951b6b96 More progress on the CMake plugin
Made the cmake plugin even more usable by implementing:
Pop up a wizard if there is a .user file but no .cbp file. (Fixes empty
project reported on irc.)
Pop up a wizard if the .cbp file is older then the CMakeLists.txt file,
thus reparsing the file. (Note: There is a bug that we need to actually
also check the last modified of all included files.)
Reparse the cbp file to add new RunConfigurations / delete no longer
existing RunConfigurations and update those that have changed.-
Show a nicer title in the Projects/RunConfiguration pane
2009-03-16 17:33:05 +01:00
qtc-committer@nokia.com
f2550c2ca7 add forgotten files 2009-03-10 09:39:40 +01:00