Commit Graph

34409 Commits

Author SHA1 Message Date
Michael Karcher
eeafec8312 Fix typo
Merge-request: 745
Reviewed-by: dt <qtc-committer@nokia.com>
2009-06-30 14:56:26 +02:00
dt
f74d6ad231 Minor cosmetic, reset the buidlmanager watcher on cancel 2009-06-30 12:11:27 +02:00
Sergey Belyashov
7dd60128fd Complete (ex: messages about data dumpers) Russian translation for Qt Creator 1.2
Merge-request: 780
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-06-30 11:39:37 +02:00
Friedemann Kleint
d898dc026d Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-30 10:31:48 +02:00
Friedemann Kleint
47696edcf4 Fix Compilation with MinGW/GCC 4.4 2009-06-30 10:31:23 +02:00
hjk
4b4901b74b debugger: don't remove breakpoints when attaching to running process 2009-06-30 09:48:10 +02:00
Ritt Konstantin
7569c6af90 gcc-4.4 build fix
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2009-06-30 09:28:41 +02:00
Friedemann Kleint
0e2c7b43c2 Polished the project manager, wizard titles, compiler warnings. 2009-06-30 09:04:48 +02:00
Thorbjørn Lindeijer
b210943b0a Fixed a problem with adding files when final newline is missing
When there was no final newline in the .files file, the name of the
first new file would get appended to the name of the last file. This
patch fixes that by simply rewriting the whole file.

Also switched to writing out native line endings.
2009-06-29 18:46:33 +02:00
Kevin Michel
79e2108687 Fix GenericProjectNode filePath, fixes the Add New wizard default path
Merge-request: 736
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-06-29 18:04:30 +02:00
Kevin Michel
375d81166c Allow adding files in generic project
Merge-request: 736
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-06-29 18:04:29 +02:00
Friedemann Kleint
ec99630034 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-29 14:47:17 +02:00
Friedemann Kleint
024b548e13 Added a wizard for Qt Designer custom widgets and collections.
Add the wizard. Modify basefilewizard to use be able to handle binary
data. Add some properties to path chooser (filters).

Task-number: 251982
Initial-patch-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-06-29 14:47:04 +02:00
Roberto Raggi
1219b31e03 Produce `join' tokens. 2009-06-29 14:31:25 +02:00
Roberto Raggi
c4fdda5bd6 Compile. 2009-06-29 14:31:25 +02:00
Thorbjørn Lindeijer
341a843bbf Removed two stray backslashes 2009-06-29 14:30:43 +02:00
Thorbjørn Lindeijer
e51811657b No need to open file for reading when just writing to it 2009-06-29 14:30:43 +02:00
hjk
3d9c65f2ee debugger: clear more status variables in initializeVariables() to
prevent inter-session dependencies
2009-06-29 13:54:39 +02:00
dt
8f2d0094fd Fix qtcreatorwidgets.pro to use the same logic as qtcreator.pri 2009-06-29 13:50:44 +02:00
hjk
ae3ac786e0 debugger: fix problem where a manual 'continue' was needed after start up.
The problem was that the 'emptyness' of m_cookieForToken was used as an
indication that there was no response packet still in the air. However,
this hash was not reset after a debugging session was aborted using S-F5,
so it could contain items from a previous run, effectively preventing
automatic triggering of the necessary 'continue'.
2009-06-29 13:31:35 +02:00
Erik Verbruggen
cc3a57a93a Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-29 11:33:53 +02:00
Erik Verbruggen
f84534287e Fixed mimetype check for Objective-C(++) files. 2009-06-29 11:32:43 +02:00
kh
692c0fbbe4 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-26 16:52:35 +02:00
dt
ed9f834714 Fix crash on removing a .pro file from the project with creator open 2009-06-26 16:52:09 +02:00
kh
a175a5f6ee Implement home page settings and help startup options. 2009-06-26 16:50:50 +02:00
Roberto Raggi
319720f43a Don't add $QT_INSTALL_HEADERS/Qt to the include paths.
Indexing both /include/Qt and /include/{QtCore,QtGui,...} makes the code completion with fedora.
2009-06-26 16:36:04 +02:00
dt
952e35a94c Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-26 14:54:45 +02:00
dt
61e7ffc9c7 toolChain() might return a null pointer
Don't crash then
2009-06-26 14:53:13 +02:00
hjk
eb409bdab8 debugger: attempty to work around old ini files containing @Invalid() entries 2009-06-26 13:40:16 +02:00
hjk
68fa327407 debugger: set default values for all saved options 2009-06-26 13:24:25 +02:00
hjk
6edbc900b9 debugger: refactoring 2009-06-26 13:18:17 +02:00
Kevin Michel
6f675c287c Changed "Remove", "Move Up" and "Move Down" buttons to be disabled by default
Merge-request: 737
Reviewed-by: dt <qtc-committer@nokia.com>
2009-06-26 12:54:23 +02:00
hjk
fc145c2c02 debugger: reduce use of macros in dumper code 2009-06-26 10:52:19 +02:00
hjk
b295aec1ad debugger: fix several small issues in the dumper code
Fix typo in QChar helper.
Add a auto tests for some of the dumpers.
Make the dumpers compilable for Qt < 4.5 for better regression tests.
Make manual tests compile with Qt < 4.5.
2009-06-26 10:51:27 +02:00
Oswald Buddenhagen
62d78361e7 freebsd doesn't have libdl, either 2009-06-26 10:39:30 +02:00
Oswald Buddenhagen
70268390a7 include signal.h
linux included it indirectly somehow, but relying on that is wrong and
breaks the freebsd build.
2009-06-26 10:39:30 +02:00
Roberto Raggi
0a610c3b66 Improved the use highlighter. 2009-06-26 09:48:40 +02:00
Roberto Raggi
8433ba2d32 Store the NameAST* 2009-06-26 09:22:30 +02:00
Roberto Raggi
fd8cd69a47 Introduced Document::CheckMode. 2009-06-26 09:11:14 +02:00
kh
0b1bc40b65 It is now possible to configure the help viewer font.
Task-number: 253365
2009-06-25 17:16:16 +02:00
Roberto Raggi
cdc7f03267 Visit the new expressions when search for uses. 2009-06-25 16:18:05 +02:00
Roberto Raggi
c6968d956e Mark the externals 2009-06-25 16:11:46 +02:00
kh
9ac5ab0466 Build fix for QT_NO_WEBKIT. 2009-06-25 16:07:57 +02:00
kh
bfc04b98f0 Store and restore font size for help viewers. Add font reset shortcut.
Task-number: 253365
Reviewed-by: kh
2009-06-25 16:03:02 +02:00
kh
c798f54fd3 Clenaup, sync with Assistant source. 2009-06-25 15:20:38 +02:00
Roberto Raggi
b95926c8ee typo 2009-06-25 15:18:19 +02:00
Roberto Raggi
b98fbf68c5 Use the hardcoded lightGray background for marking the uses of a local name. 2009-06-25 14:15:37 +02:00
Roberto Raggi
27f92695cf Initial work on smart highlight of local symbols. For-statements and symbols genarated from a macro expansion are not yet highlighted. 2009-06-25 12:48:55 +02:00
Friedemann Kleint
44d8b28a9f Fix crash after importing a Qt 4 project.
Reviewed-by: dt <qtc-committer@nokia.com>
2009-06-25 12:10:30 +02:00
con
33336bf2b1 Merge commit 'qt-s60/qt-s60'
Conflicts:
	src/plugins/qt4projectmanager/makestep.cpp
2009-06-24 18:06:48 +02:00