Erik Verbruggen
5c5ac9c233
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-08-10 12:46:05 +02:00
Erik Verbruggen
ffccb612af
Parsing fix for casts in ObjC message expressions.
2009-08-10 12:44:52 +02:00
Kornelia Poenitz
52a40b0d78
FakeVim: Fix yanking in some visual modes
...
This covers 'Y' in novisual, char and line mode and 'y' in char mode.
Visual block mode is still missing. It also fixes an off-by-one error
when displaying selection in visual char mode.
Reviewed-by: hjk
Merge-request: 1149
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-08-10 11:56:46 +02:00
Sergey Belyashov
ffb9df570c
Added possibility to translate special texts in Environment Editor.
...
Covers <UNSET>, <VARIABLE>, <VALUE>.
Merge-request: 1156
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-08-10 11:56:21 +02:00
Daniel Molkentin
452a565ea2
Do not crash on some system when no proxy is set
2009-08-10 11:41:54 +02:00
ck
0ab8f1ed46
Debugger: More dumper auto tests.
...
Added auto tests for QFileInfo, QHashNode and QLocale dumpers.
2009-08-07 15:28:54 +02:00
Friedemann Kleint
3ccb44157f
Fixed building debugging helpers: Added missing gdbmacros_p.h
2009-08-07 15:22:51 +02:00
Friedemann Kleint
1729c2c0c2
Debugger: Improve the helper build mechanism on the settings page.
...
- Give the controls a tooltip listing file details (date)
- Make building a QtConcurrent task
- Make log window scroll to bottom and pop up on error
- Make the build code pass on error messages about copying the
source files to the log file
- Clean up the building code string-wise, use QLatin1String and
translate messages, cache the icons. Use a QSharedPointer for
the QtVersions in the settings page since they are passed to
the BuildTask, which may outlive the dialog.
2009-08-07 15:20:05 +02:00
Daniel Molkentin
ef43fbf594
use module-less include file style for the sdk example.
...
This was proposed by Kavindra and actually it is
probably simpler for newbies. The documentation
already talks about this style, so use it.
2009-08-07 15:05:14 +02:00
Friedemann Kleint
2841e875b4
Revert "Debugger: Improve the helper build mechanism on the settings page."
...
This reverts commit debb3961c2 .
Success cannot be properly detected.
2009-08-07 14:20:27 +02:00
Friedemann Kleint
debb3961c2
Debugger: Improve the helper build mechanism on the settings page.
...
- Give the controls a tooltip listing file details (date)
- Make building a QtConcurrent task
- Make log window scroll to bottom and pop up on error
- Make the build code pass on error messages about copying the
source files to the log file
- Clean up the building code string-wise, use QLatin1String and
translate messages, cache the icons
2009-08-07 14:10:36 +02:00
Thiago Macieira
50fb8bfb03
Don't crash when the /proc/<pid>/stat file failed to open.
...
This may happen if a process exits after we got the /proc listing. If
we fail to open the file, readAll() returns empty, which means split()
returns an empty list, which means you can't do at(1).
2009-08-07 13:30:35 +02:00
Sergey Belyashov
bd660f9b69
Added possibility to translate "Custom Process Step" item of the combobox in project settings.
...
Merge-request: 1142
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2009-08-07 12:42:43 +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
1010ea5251
Fix another spec not equal bug, squash another case where qmake was run.
2009-08-06 18:49:10 +02:00
dt
16de2eddaa
Make generic make step fit in to the new Project settings.
2009-08-06 18:32:37 +02:00
dt
c2ebf585aa
Even less debug output.
2009-08-06 18:32:37 +02:00
Daniel Molkentin
6d7a62b9a1
QDesktopService needs handleHelpRequest to be a slot.
2009-08-06 18:05:58 +02:00
Daniel Molkentin
1439742dbb
Remove debugging output
2009-08-06 18:05:58 +02:00
ck
e5c38532f5
Debugger: Fixed dumper autotests.
...
Recent changes to QObject and QSharedPointer broke the dumper
auto tests.
2009-08-06 17:40:53 +02:00
dt
b6087aff74
Add a missing space in the summary text
2009-08-06 17:35:11 +02:00
dt
5a3d33716c
Update summary on changes to the Environment
2009-08-06 17:30:49 +02:00
dt
109cb04102
Fix CMake Project to work with new project settigns pane.
2009-08-06 17:30:49 +02:00
dt
8c5023b36c
Add the missing black line.
2009-08-06 17:30:49 +02:00
con
0fee3776e8
Extract the special mainwindow behavior of the debug mode into class.
2009-08-06 16:35:22 +02:00
con
89642119c0
Remove unused code path for signal-slot editor yes/no.
2009-08-06 16:35:22 +02:00
dt
5146d23169
Debugging output
2009-08-06 16:17:04 +02:00
Daniel Molkentin
2948651fa9
Show tutorials in context help pane by default, but honor context help settings.
...
Reviewed-by: kh
2009-08-06 15:54:09 +02:00
Daniel Molkentin
6ab034ba2c
Reviewed the first four chapters. Added review notes.
2009-08-06 15:54:09 +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
Erik Verbruggen
4e7881577d
Parser fix for ObjC methods.
2009-08-06 13:44:33 +02:00
Erik Verbruggen
2e1811275e
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-08-06 12:37:28 +02:00
ck
3f6d5a83a8
Bugfix: Private header is no longer included in public header.
2009-08-06 11:21:40 +02:00
Erik Verbruggen
397bd2ed24
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-08-06 09:41:08 +02:00
Erik Verbruggen
86a7b26fcd
Fixed semantic checks for Objective-C methods and fast-enumeration.
2009-08-05 18:30:18 +02:00
Kavindra Devi Palaraja
4d88d7021c
Doc - Some minor fixes plus supporting links to connect parts of our
...
documentation with this tutorial.
Reviewed-By: TrustMe
2009-08-05 17:21:21 +02:00
Erik Verbruggen
ca34b0ca1c
Cleaned the ObjC AST up.
2009-08-05 17:14:08 +02:00
con
fe92b40f45
Start on rvct support.
...
It works, except that the code model doesn't get the rvct include
directories and defines yet. And you need to have everything for
rvct set up in your environment.
2009-08-05 17:08:15 +02:00
con
c8d6c400b6
If no mwc path is set explicitly, still don't destroy working environment.
...
So now we use the values of the system environment as a backup
for build environment and system includes.
2009-08-05 17:08:14 +02:00
Kavindra Devi Palaraja
b7933d8736
Doc - Fixed a typo causing a qdoc warning
...
Reviewed-By: TrustMe
2009-08-05 16:25:57 +02:00
Kavindra Devi Palaraja
6978d804db
Doc - Fixed a typo
...
Reviewed-By: TrustMe
2009-08-05 16:25:08 +02:00
mae
700df76b47
fix alt-tab navigation in the original split
2009-08-05 16:02:05 +02:00
mae
f0218b8ff4
fix occasionally broken link to the modified state of the editor
2009-08-05 16:02:04 +02:00
ck
c6eced4cc8
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-08-05 16:03:11 +02:00
Kavindra Devi Palaraja
892df6cfe3
Doc - Adding supporting screenshots to aid users in the tutorial
...
Reviewed-By: TrustMe
2009-08-05 16:03:20 +02:00
ck
99d4c0b2a9
Debugger: More dumper auto tests.
...
Added test for "QAbstractItem" and fixed bug uncovered by that.
2009-08-05 16:01:33 +02:00
Kavindra Devi Palaraja
dba63d388e
Doc - Reviewing Part 1 of the tutorial, ensuring it is as accurate as
...
possible with the current version of Qt Creator
2009-08-05 15:36:28 +02:00
Kavindra Devi Palaraja
9b86c8a9c7
Doc - More fixes on the tutorial and the Sessions section of Creator's
...
manual
Reviewed-By: TrustMe
2009-08-05 15:36:28 +02:00
ck
afd9fd824d
Debugger auto tests: Tracked changes to QObjectPrivate.
2009-08-05 14:05:03 +02:00
con
5b2abd8510
Searching in files takes open editors into account now.
...
Task-number: 258468
2009-08-05 13:29:16 +02:00