dt
6639389c74
Use !atEnd() instead of canReadLine(). The later is rather broken.
2009-09-23 15:40:19 +02:00
dt
84b3f0af7b
Fix a wrong check for the modification date for cmake projects.
...
Now it should finally ask to regenerate in all circumstances. (If you
are using CMake from cvs.)
2009-09-23 15:28:12 +02:00
dt
45de01ee73
Remove wrong comment
2009-09-23 15:07:29 +02:00
dt
fba7d76936
Canceling the wizard for a new cmake build configuration still created.
...
Made virtual newBuildConfiguration return a bool
2009-09-23 15:00:02 +02:00
dt
0f35338714
Fix a one off error in figuring out the cached generator.
...
Though there's still a bug in that canReadLine() returns false.
2009-09-23 14:34:53 +02:00
dt
261796c3c6
If no cmake executable is specified or a invalid path, ask the user.
...
Directly in the wizard and save that to the settings. Also give feedback
if a wrong path was entered.
2009-09-23 14:33:05 +02:00
dt
f04cd91c6b
Simplyfy the DebuggingHelper functions.
...
By only providing a qtInstallDir variant
2009-09-17 15:55:08 +02:00
dt
65648ee17a
The project pane rewrite version 2.
...
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.
2009-09-17 13:59:10 +02:00
dt
f291b669c3
Actually watch all the project files of a CMake project.
...
And react to changes to one of them.
2009-09-14 16:09:17 +02:00
dt
e1ffc90055
Only add the "all" target if the cbp file actually has a all target
2009-09-14 14:31:13 +02:00
con
32e0340eab
Version bump.
2009-09-10 17:02:57 +02:00
dt
e58ff77bd3
Take the build environment into account for searching what to execute.
...
Fixes a bug where the cmake plugin wasn't finding make, if the make
commands directory was added to path in the build environment.
2009-09-08 13:53:50 +02:00
dt
156db18592
Fix not trying hard enough to find the correct file on build errors.
...
If there are multiple files with the same name, then we try harder to
find the correct one. That is for jom and nmake we have a relative path
so we try to find a file which matches the relative path completly.
Instead of just comparing the last part.
2009-09-03 15:15:20 +02:00
dt
9f91842813
Compile without rtti support
...
Since we can easily do that, just do it. No gurantee that we aren't
going to use rtti in the future.
2009-08-27 12:12:35 +02:00
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
dt
45e514ca37
Check/Unchecking useJom should update various makestep config widgets.
2009-08-12 17:02:28 +02:00
dt
63c5a9328e
Fix the flickering also for the cmake plugin.
2009-08-11 18:10:00 +02:00
Sergey Belyashov
2c9f0e2d91
Added possibility to translate "Add" and "Remove" buttons and "Clear system environment" checkbox in build settings of project.
...
Merge-request: 1141
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2009-08-07 11:07:41 +02:00
dt
b6087aff74
Add a missing space in the summary text
2009-08-06 17:35:11 +02:00
dt
109cb04102
Fix CMake Project to work with new project settigns pane.
2009-08-06 17:30:49 +02:00
dt
dbe5a6f34b
Rework the project settings.
...
This has still a few missing things, but this enough to start getting
some feedback. Missing are non qt projects, a solution for the
runconfiguration, a missing black line between the treeview on top and
the project settings at the bottom. Some flickering with removing/adding
widgets to the QScrollArea and not showing the expanded widget if the
Details button is right at the bottom.
2009-08-06 15:31:32 +02:00
Friedemann Kleint
cbfa2c0191
Fixed translation glitches.
2009-07-31 16:41:12 +02:00
dt
f90e37152a
Give the correct file type to .qrc files for cmake projects
...
Fixes a designer integration issue.
Task-Nr: 258315
2009-07-27 12:20:16 +02:00
con
45d2fd0797
Make the show/hide environment details buttons stay at same place.
2009-07-23 17:23:26 +02:00
con
2afea9ddf5
CMake project settings margins and field growths.
2009-07-23 17:23:26 +02:00
dt
4e8763ec0c
Also hide the Clear environment checkbox for cmake.
2009-07-20 16:54:59 +02:00
dt
e76e439215
Some tweaks to make the build settings page look better on windows
2009-07-20 16:50:05 +02:00
dt
4c1b1e1a67
Another small tweak to the build settigns page.
2009-07-20 16:12:40 +02:00
dt
abeb450467
Show a summary widget instead of the full blown environment model.
...
Hides the gory details, and in most cases the user doesn't care anyway.
2009-07-20 15:46:11 +02:00
dt
54bbcc4a7c
Mention possible locations of the debugging helper in the error dialog
...
Requires a lot of trivial forwarding.
2009-07-15 17:41:45 +02:00
Adriaan de Groot
27ac02de91
Remove excess semicolons
2009-07-14 11:29:20 +02:00
Alessandro Portale
d3f9757916
Removing some unused semicolons after Q_UNUSED
...
There were both variants, with and without extra semicolon.
2009-07-13 17:35:17 +02:00
Thorbjørn Lindeijer
abee2e0b0d
Made it possible to make Qt Creator smaller, based on scroll areas
...
Scroll areas were added to the welcome mode and the project mode, to
make sure they don't limit how small Qt Creator can be made.
Done with mae
2009-07-10 14:55:54 +02:00
Daniel Molkentin
f5414a4a79
Revert "Make revision sting show up in German translation. Also fix the Spanish one a bit."
...
This reverts commit 33dd9deaea .
2009-07-10 12:55:44 +01:00
Daniel Molkentin
33dd9deaea
Make revision sting show up in German translation. Also fix the Spanish one a bit.
2009-07-10 12:50:14 +01:00
dt
4d11487a86
Harcode that on windows the gcc toolchain defaults to make instead of
...
mingw32-make.exe
2009-07-03 19:06:00 +02:00
dt
723d90c51d
Fix updating the codemodel for cmake on switching buildconfigurations
...
That is we update all files with the new include and defines if we are
switching toolchains.
2009-07-03 18:56:48 +02:00
dt
e524f52477
Allow restoreSettings() to fail,
...
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.
2009-07-03 16:46:01 +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
dt
7debdc2b75
Add all cmake files to the project tree
...
That is if using a cmake that outputs enough information. The necessary
patch for that was commited to cmake's cvs recently by Alexander
Neundorf.
Task-Nr: 250399
2009-06-30 17:38:27 +02:00
con
33336bf2b1
Merge commit 'qt-s60/qt-s60'
...
Conflicts:
src/plugins/qt4projectmanager/makestep.cpp
2009-06-24 18:06:48 +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
dt
daaf652fcd
Add a way to configure what cleaning does.
...
Task-Nr: 235965
2009-06-23 11:16:43 +02:00
con
d7dbb27f0d
Merge commit 'origin/1.2'
2009-06-19 10:19:05 +02:00
dt
2d65dec3e9
Add a toolChainType() method to the ApplicationRunConfiguration.
...
Best effort only though. This can make detection in the debugger which
engine should be used easier.
Task-Nr: 256161
2009-06-17 19:06:17 +02:00
dt
3c6bb2429a
Unbreak the cmake plugin for the 1.2 release
...
Last minute show stopper bug, this only affects cmake projects, so it
should be safe.
Reviewed-By: Trust me
2009-06-17 11:56:49 +02:00
dt
ddef96ecda
Add a working directory line edit to the cmake run configuration
...
Task-Nr: 254424
2009-06-16 18:37:16 +02:00