OSDN Git Service

qt-creator-jp/qt-creator-jp.git
15 years agoAdded Snapshot::dependsOn().
Roberto Raggi [Wed, 29 Jul 2009 08:16:48 +0000 (10:16 +0200)]
Added Snapshot::dependsOn().

Snapshot::dependsOn(fn) returns the files in the snapshot that depends on fn.

15 years agoFixed a typo in foreach parsing, which stored the initializer in the
Erik Verbruggen [Wed, 29 Jul 2009 07:46:38 +0000 (09:46 +0200)]
Fixed a typo in foreach parsing, which stored the initializer in the
expression, which subsequently got overwritten by the (real) expression.

15 years agoFixed compiler/lupdate/uic warnings.
Friedemann Kleint [Wed, 29 Jul 2009 07:11:37 +0000 (09:11 +0200)]
Fixed compiler/lupdate/uic warnings.

Add missing Q_OBJECTS where tr() was used.

15 years agoSubversion: Fixed "add" with authentication for svn pre 1.5
Friedemann Kleint [Wed, 29 Jul 2009 06:48:21 +0000 (08:48 +0200)]
Subversion: Fixed "add" with authentication for svn pre 1.5

The older versions do not accept --username option, omit it.

Task-number: 255470

15 years agoRemove accidentially committed file
Daniel Molkentin [Tue, 28 Jul 2009 16:59:10 +0000 (18:59 +0200)]
Remove accidentially committed file

15 years agoMerge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Erik Verbruggen [Tue, 28 Jul 2009 14:35:13 +0000 (16:35 +0200)]
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

15 years agoImproved ObjC parsing, and added semantic checks.
Erik Verbruggen [Tue, 28 Jul 2009 14:34:15 +0000 (16:34 +0200)]
Improved ObjC parsing, and added semantic checks.

15 years agoTrk: Improve error handling.
Friedemann Kleint [Tue, 28 Jul 2009 14:31:35 +0000 (16:31 +0200)]
Trk: Improve error handling.

15 years agoCompilation: Welcome screen
Friedemann Kleint [Tue, 28 Jul 2009 14:31:09 +0000 (16:31 +0200)]
Compilation: Welcome screen

15 years agoMake the welcome screen into plugins.
Daniel Molkentin [Mon, 27 Jul 2009 11:55:30 +0000 (13:55 +0200)]
Make the welcome screen into plugins.

This removes the all hard dependencies to and from welcome screen,
except the one to the core plugin. More in detail:

- Add IWelcomePage to add a tab to the welcome screen
- Move tabs in the modules where they belong
- Enables QHelpManager to open help fullscreen and contextually
- "Getting Started" moves to Qt4ProjectManager
- Projects & Sessions (aka "Develop") moves to ProjectExplorer
- "Community" remains in the welcome plugin for simplicity

15 years agoMake it possible to add the qmakestep and makestep back.
dt [Tue, 28 Jul 2009 14:01:22 +0000 (16:01 +0200)]
Make it possible to add the qmakestep and makestep back.

Just one qmakestep is allowed though. But I you can add as many
makesteps as you want.

15 years agoDon't read single bytes in native mode.
con [Tue, 28 Jul 2009 13:54:17 +0000 (15:54 +0200)]
Don't read single bytes in native mode.

15 years agoStart on using enum for commands.
con [Tue, 28 Jul 2009 13:46:46 +0000 (15:46 +0200)]
Start on using enum for commands.

15 years agoCDB: Fixed duplicated options key.
Friedemann Kleint [Tue, 28 Jul 2009 12:20:10 +0000 (14:20 +0200)]
CDB: Fixed duplicated options key.

15 years agoTrk: Add verbosity options.
Friedemann Kleint [Tue, 28 Jul 2009 10:54:25 +0000 (12:54 +0200)]
Trk: Add verbosity options.

15 years agoRemove unnecesary debug output.
Daniel Molkentin [Fri, 24 Jul 2009 13:47:22 +0000 (15:47 +0200)]
Remove unnecesary debug output.

15 years agoClarify what the dialog in CppFileSettingsWidget::slotEdit() actually does
Daniel Molkentin [Fri, 24 Jul 2009 12:08:09 +0000 (14:08 +0200)]
Clarify what the dialog in CppFileSettingsWidget::slotEdit() actually does

15 years agoPreparation for plugifying the welcome screen.
Daniel Molkentin [Thu, 23 Jul 2009 18:01:35 +0000 (20:01 +0200)]
Preparation for plugifying the welcome screen.

Move WelcomeModeTreeWidget to utils, add d-ptr.

15 years agoCompilation: Fix MSVC warnings in the Designer plugin.
Friedemann Kleint [Tue, 28 Jul 2009 07:38:20 +0000 (09:38 +0200)]
Compilation: Fix MSVC warnings in the Designer plugin.

15 years agoDesigner: Honour Cpp file settings in form class wizard.
Friedemann Kleint [Tue, 28 Jul 2009 07:27:34 +0000 (09:27 +0200)]
Designer: Honour Cpp file settings in form class wizard.

15 years agoDebugger: Fix debugging external executables/attaching to pid.
Friedemann Kleint [Tue, 28 Jul 2009 07:10:35 +0000 (09:10 +0200)]
Debugger: Fix debugging external executables/attaching to pid.

... by creating a default run configuration.

15 years agoCDB: Start up correctly if no working directory is specified.
Friedemann Kleint [Tue, 28 Jul 2009 07:10:12 +0000 (09:10 +0200)]
CDB: Start up correctly if no working directory is specified.

15 years agorefactor and add support for pastebin.com
Maurice Kalinowski [Mon, 13 Jul 2009 06:32:46 +0000 (08:32 +0200)]
refactor and add support for pastebin.com

- created protocol class as basis for different paste servers
- removed custom classes and replaced functionality with
  simple QHttp* usage
- removed poster and fetcher classes copied from cpaster
  application. It not getting updated anyways in creator
- Known issue: Listing does not update, when user changes
  protocol
- TODO: add pastebin.ca support. Code is done already, just
  needs to be placed inside plugin.

15 years agoThe patched pluginloader was unused.
dt [Mon, 27 Jul 2009 16:27:29 +0000 (18:27 +0200)]
The patched pluginloader was unused.

Thiago changed the way buildkeys are parsed, thus to reintroduce the
patched plugin loader, the changes to the build parser must be ported to
the patched plugin loader. Or the patches to make the plugin loader
faster to the current state of the qt plugin loader.

15 years agoFix a crash after removing all buildsteps.
dt [Mon, 27 Jul 2009 14:37:06 +0000 (16:37 +0200)]
Fix a crash after removing all buildsteps.

15 years agoMake qmakestep and makestep deletable.
dt [Mon, 27 Jul 2009 14:36:27 +0000 (16:36 +0200)]
Make qmakestep and makestep deletable.

15 years agoHandle missing copy shortcut.
kh [Mon, 27 Jul 2009 14:39:18 +0000 (16:39 +0200)]
Handle missing copy shortcut.

Task-number: 257868
Reviewed-by: kh
15 years agoCDB: Added option for verbose symbol loading, fixed image path.
Friedemann Kleint [Mon, 27 Jul 2009 13:32:46 +0000 (15:32 +0200)]
CDB: Added option for verbose symbol loading, fixed image path.

Do not add all image paths (from different projects), keep a
base path and add current.

15 years agoBreak a infinite loop.
dt [Mon, 27 Jul 2009 13:22:03 +0000 (15:22 +0200)]
Break a infinite loop.

Removing the last project did set startupproject to zero and unloaded
the project. Thus the check that the project for the current item and
the startup project are both null and the same.

15 years agoSome steps towards making qmakestep and makestep not mandotary.
dt [Mon, 27 Jul 2009 13:02:34 +0000 (15:02 +0200)]
Some steps towards making qmakestep and makestep not mandotary.

Also fix a small bug with the import label.

15 years agoDebugger: Added auto tests for QObjectChildList and QMapNode.
ck [Mon, 27 Jul 2009 13:19:02 +0000 (15:19 +0200)]
Debugger: Added auto tests for QObjectChildList and QMapNode.

15 years agoDoc - Modifying the documentation of Creator to have a separate page on
Kavindra Devi Palaraja [Mon, 27 Jul 2009 13:06:43 +0000 (15:06 +0200)]
Doc - Modifying the documentation of Creator to have a separate page on
Session Management

Reviewed-By: TrustMe
Still work in progress, though.

15 years agoSync with Assistant source, fixes empty tab title.
kh [Mon, 27 Jul 2009 12:35:00 +0000 (14:35 +0200)]
Sync with Assistant source, fixes empty tab title.

15 years agoFix missing bookmark and folder icons.
kh [Mon, 27 Jul 2009 12:33:33 +0000 (14:33 +0200)]
Fix missing bookmark and folder icons.

15 years agoMake the logic easier to understand for setting the startup project
dt [Mon, 27 Jul 2009 11:49:31 +0000 (13:49 +0200)]
Make the logic easier to understand for setting the startup project

On the Project Mode. Might fix a bug hjk found, which i can't reproduce.

15 years agosolaris link fix
Oswald Buddenhagen [Tue, 14 Jul 2009 10:26:38 +0000 (12:26 +0200)]
solaris link fix

reorder .pri includes to ensure relevant -L flags appear before the -l
flags which need them

15 years agosolaris build fixes
Oswald Buddenhagen [Tue, 14 Jul 2009 08:53:19 +0000 (10:53 +0200)]
solaris build fixes

15 years agoRemove QBuild stuff that was never finished.
dt [Mon, 27 Jul 2009 10:50:42 +0000 (12:50 +0200)]
Remove QBuild stuff that was never finished.

15 years agoMerge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
dt [Mon, 27 Jul 2009 10:43:37 +0000 (12:43 +0200)]
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

15 years agoFix build
con [Mon, 27 Jul 2009 10:40:48 +0000 (12:40 +0200)]
Fix build

15 years agoFind examples also with shadow built Qt developer build.
con [Mon, 27 Jul 2009 10:28:25 +0000 (12:28 +0200)]
Find examples also with shadow built Qt developer build.

Reviewed-by: Daniel Molkentin
15 years agoGive the correct file type to .qrc files for cmake projects
dt [Mon, 27 Jul 2009 10:20:16 +0000 (12:20 +0200)]
Give the correct file type to .qrc files for cmake projects

Fixes a designer integration issue.
Task-Nr: 258315

15 years agoFakeVim: Correct the selection in VisualBlockMode
Kornelia Poenitz [Mon, 27 Jul 2009 09:26:35 +0000 (11:26 +0200)]
FakeVim: Correct the selection in VisualBlockMode

The selection was not visible when moving cursor up.

Reviewed-by: hjk
Merge-request: 1016
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
15 years agoFixed MSVC warnings.
Friedemann Kleint [Mon, 27 Jul 2009 07:33:27 +0000 (09:33 +0200)]
Fixed MSVC warnings.

15 years agoChangelog.
Friedemann Kleint [Mon, 27 Jul 2009 07:25:50 +0000 (09:25 +0200)]
Changelog.

15 years agoGitorious wizard: Import CMake projects, look in src directory.
Friedemann Kleint [Mon, 27 Jul 2009 07:22:26 +0000 (09:22 +0200)]
Gitorious wizard: Import CMake projects, look in src directory.

Remove unused code.

15 years agoUpdated the QML front-end to release be7b6bcac093abfb1ca1afedcdc6c5d12da12c8e
Roberto Raggi [Sun, 26 Jul 2009 23:51:19 +0000 (01:51 +0200)]
Updated the QML front-end to release be7b6bcac093abfb1ca1afedcdc6c5d12da12c8e

15 years agoMerge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
dt [Fri, 24 Jul 2009 17:14:09 +0000 (19:14 +0200)]
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

15 years agoMake importing update the widgets of QMakeStep and MakeStep
dt [Fri, 24 Jul 2009 16:53:54 +0000 (18:53 +0200)]
Make importing update the widgets of QMakeStep and MakeStep

15 years agoLess debugging output
dt [Fri, 24 Jul 2009 16:52:44 +0000 (18:52 +0200)]
Less debugging output

15 years agoMore import fixes and tweaks
dt [Fri, 24 Jul 2009 16:12:19 +0000 (18:12 +0200)]
More import fixes and tweaks

Don't add -spec foo to the additional Arguments if foo is the same as
the default mkspec. This makes the common case better, while breaking if
you have QMAKESPEC set in teh environment and used -spec foo to override
it.

15 years agoUse the new launcher for starting application on device
con [Fri, 24 Jul 2009 15:17:13 +0000 (17:17 +0200)]
Use the new launcher for starting application on device

Not much error reporting etc yet. Application TRK needs to be
running on device.

15 years agoFeed back the process creation fix to adapter.
con [Fri, 24 Jul 2009 14:50:38 +0000 (16:50 +0200)]
Feed back the process creation fix to adapter.

15 years agoRemove some unused stuff.
con [Fri, 24 Jul 2009 14:36:14 +0000 (16:36 +0200)]
Remove some unused stuff.

15 years agoMade a start on improving the generic project documentation
Thorbjørn Lindeijer [Fri, 24 Jul 2009 14:37:34 +0000 (16:37 +0200)]
Made a start on improving the generic project documentation

15 years agoFeed back changes from launcher to adapter
con [Fri, 24 Jul 2009 14:27:03 +0000 (16:27 +0200)]
Feed back changes from launcher to adapter

15 years agoExtract a separate launcher.
con [Fri, 24 Jul 2009 14:19:14 +0000 (16:19 +0200)]
Extract a separate launcher.

15 years agoMerge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
dt [Fri, 24 Jul 2009 14:27:46 +0000 (16:27 +0200)]
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

15 years agoCase insesitive for specs comparision for windows
dt [Fri, 24 Jul 2009 14:27:29 +0000 (16:27 +0200)]
Case insesitive for specs comparision for windows

15 years agoUpdated changes file with completion of include directives
Thorbjørn Lindeijer [Fri, 24 Jul 2009 14:17:58 +0000 (16:17 +0200)]
Updated changes file with completion of include directives

15 years agoCDB: Fixed thread handling, added dumping of string types in case of crashes.
Friedemann Kleint [Fri, 24 Jul 2009 14:05:46 +0000 (16:05 +0200)]
CDB: Fixed thread handling, added dumping of string types in case of crashes.

15 years agodebugger: add a 'swapendian' 'tool' to convert endianness of memory dumps
hjk [Fri, 24 Jul 2009 13:50:30 +0000 (15:50 +0200)]
debugger: add a 'swapendian' 'tool' to convert endianness of memory dumps

15 years agodebugger: fix off-by-one error when accessing registers via trk
hjk [Fri, 24 Jul 2009 07:50:31 +0000 (09:50 +0200)]
debugger: fix off-by-one error when accessing registers via trk

15 years agoMade trailing slash trigger the next include completion
Thorbjørn Lindeijer [Fri, 24 Jul 2009 12:32:39 +0000 (14:32 +0200)]
Made trailing slash trigger the next include completion

The completion for the directory wasn't triggered because one of the
items matched the typed string, so the list of completion wasn't empty
and no new trigger was allowed.

By not matching items when a trailing slash is typed, the list is
allowed to trigger again from the new location.

Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
15 years agoAvoid inserting another closing character when completing includes
Thorbjørn Lindeijer [Fri, 24 Jul 2009 11:48:21 +0000 (13:48 +0200)]
Avoid inserting another closing character when completing includes

When a closing character is already there, it shouldn't be appended.
Done by generalizing the same code for automatically inserted brackets
after C++ symbols.

15 years agoAdded a gitorious clone wizard.
Friedemann Kleint [Fri, 24 Jul 2009 11:41:14 +0000 (13:41 +0200)]
Added a gitorious clone wizard.

... based on the git clone wizard. Provide a wizard for browsing
gitorious hosts.

Task-number:  44831

15 years agoDo the scanning for include files in the background
Thorbjørn Lindeijer [Fri, 24 Jul 2009 10:50:10 +0000 (12:50 +0200)]
Do the scanning for include files in the background

In order to speed up completion for include statements.

Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
15 years agoUsing QLatin1Char for directory separators in getPluginPaths()
Robert Loehning [Fri, 24 Jul 2009 10:11:12 +0000 (12:11 +0200)]
Using QLatin1Char for directory separators in getPluginPaths()

Reviewed-by: dt
15 years agoAdded more dumper auto tests.
ck [Fri, 24 Jul 2009 09:53:32 +0000 (11:53 +0200)]
Added more dumper auto tests.

Added dumper tests for QObjectSlot and QObjectSlotList.

15 years agoDebugger: Updated QObjectSlot dumper for Qt 4.6.
ck [Fri, 24 Jul 2009 08:50:18 +0000 (10:50 +0200)]
Debugger: Updated QObjectSlot dumper for Qt 4.6.

The format of QObjectPrivate's senders list changed in version 4.6.
This change is now taken into account by the QObjectSlot and
QObjectSlotList dumpers.

Reviewed-by: hjk
15 years agodebugger: make trk manual test setup user-dependent
hjk [Fri, 24 Jul 2009 07:50:31 +0000 (09:50 +0200)]
debugger: make trk manual test setup user-dependent

15 years agodebugger: progress for the trk adapter
hjk [Thu, 23 Jul 2009 10:35:57 +0000 (12:35 +0200)]
debugger: progress for the trk adapter

15 years agoMerge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
dt [Thu, 23 Jul 2009 16:16:01 +0000 (18:16 +0200)]
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

15 years agoMove the function comparing settings and Makefile to Qt4Project
dt [Thu, 23 Jul 2009 16:15:25 +0000 (18:15 +0200)]
Move the function comparing settings and Makefile to Qt4Project

I need that in the Qt4ProjectConfigWidget to decide whether I should
show a import label.

15 years agodebugger: progress for the trk adapter
hjk [Thu, 23 Jul 2009 10:35:57 +0000 (12:35 +0200)]
debugger: progress for the trk adapter

15 years agodebugger: add some testcase to investigate child fetching behaviour
hjk [Thu, 23 Jul 2009 10:34:49 +0000 (12:34 +0200)]
debugger: add some testcase to investigate child fetching behaviour

15 years agodebugger: move code around
hjk [Thu, 23 Jul 2009 09:18:21 +0000 (11:18 +0200)]
debugger: move code around

15 years agoMake the show/hide environment details buttons stay at same place.
con [Thu, 23 Jul 2009 13:57:45 +0000 (15:57 +0200)]
Make the show/hide environment details buttons stay at same place.

15 years agoCMake project settings margins and field growths.
con [Thu, 23 Jul 2009 15:00:38 +0000 (17:00 +0200)]
CMake project settings margins and field growths.

15 years agoFix layout of generic projects' build settings.
con [Thu, 23 Jul 2009 14:40:15 +0000 (16:40 +0200)]
Fix layout of generic projects' build settings.

15 years agoWrong default group box title.
con [Thu, 23 Jul 2009 14:33:01 +0000 (16:33 +0200)]
Wrong default group box title.

15 years agoFix more margins.
con [Thu, 23 Jul 2009 14:05:30 +0000 (16:05 +0200)]
Fix more margins.

15 years agoThis was supposed to be only windows.
con [Thu, 23 Jul 2009 13:21:39 +0000 (15:21 +0200)]
This was supposed to be only windows.

See commit d0340ee04f189e1d1229340a1a2f685e849fc37d,
which breaks it for Mac at least.

15 years agoConverting plugin paths to native format only for displaying. Using '/' as separator...
Robert Loehning [Thu, 23 Jul 2009 15:04:22 +0000 (17:04 +0200)]
Converting plugin paths to native format only for displaying. Using '/' as separator until then, regardless of OS.

Reviewed-by: hjk
15 years agoImplemented include completion
Thorbjørn Lindeijer [Thu, 23 Jul 2009 14:46:30 +0000 (16:46 +0200)]
Implemented include completion

Done-with: danimo

15 years agoIgnore -cache in tests for equivalent argument lists.
dt [Thu, 23 Jul 2009 13:36:23 +0000 (15:36 +0200)]
Ignore -cache in tests for equivalent argument lists.

QMake contained a bug that -cache something where not copied to the
 # Command comment. So we can't reliable check whether it is still
 the same cache. That should be rarely a problem.

15 years agoActually get the exit code from package creation and signing
con [Thu, 23 Jul 2009 12:30:30 +0000 (14:30 +0200)]
Actually get the exit code from package creation and signing

15 years agoMerge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
dt [Thu, 23 Jul 2009 12:33:29 +0000 (14:33 +0200)]
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

15 years agoMake qmakestep even smarter about not running.
dt [Thu, 23 Jul 2009 12:31:21 +0000 (14:31 +0200)]
Make qmakestep even smarter about not running.

Use the mkspec of the qt version if none is specified in the additional
arguments. Also if given a relative path, try the source directory
first.

15 years agoChanging plugin paths to native separators to avoid showing messages with mixed
Robert Loehning [Thu, 23 Jul 2009 12:04:00 +0000 (14:04 +0200)]
Changing plugin paths to native separators to avoid showing messages with mixed
separators / and \ on Windows.

Reviewed-by: Friedemann Kleint
15 years agoOn windows the #Command line is escaped with quotes
dt [Thu, 23 Jul 2009 12:00:45 +0000 (14:00 +0200)]
On windows the #Command line is escaped with quotes

15 years agoHighlight OTHER_FILES in pro editor.
con [Thu, 23 Jul 2009 09:37:08 +0000 (11:37 +0200)]
Highlight OTHER_FILES in pro editor.

15 years agoMicro-optimization for sorting sessions
Thorbjørn Lindeijer [Thu, 23 Jul 2009 09:01:32 +0000 (11:01 +0200)]
Micro-optimization for sorting sessions

Reviewed-by: dt
15 years agoSet the text of the discard color scheme changes button
Thorbjørn Lindeijer [Thu, 23 Jul 2009 07:57:02 +0000 (09:57 +0200)]
Set the text of the discard color scheme changes button

Otherwise it would refer explicitly to closing without saving in some
cases, which isn't really suitable here.

15 years agoFix setting the mode keyboard shortcuts.
con [Thu, 23 Jul 2009 09:02:37 +0000 (11:02 +0200)]
Fix setting the mode keyboard shortcuts.

Broke with 61e468a8851541ba5b6cffc2dd37b4167af1d064.

15 years agoMake it possible to localize text from goto line shortcut.
con [Thu, 23 Jul 2009 08:39:15 +0000 (10:39 +0200)]
Make it possible to localize text from goto line shortcut.

Task-number: 258302

15 years agoDoc - More of Part 7
Kavindra Devi Palaraja [Wed, 22 Jul 2009 19:09:58 +0000 (21:09 +0200)]
Doc - More of Part 7

Reviewed-By: TrustMe
15 years agoDoc - More of Part 7
Kavindra Devi Palaraja [Wed, 22 Jul 2009 18:02:57 +0000 (20:02 +0200)]
Doc - More of Part 7

Reviewed-By: TrustMe
15 years agoDoc - Modifying documentation for Part 6 to reflect the change in code
Kavindra Devi Palaraja [Wed, 22 Jul 2009 17:52:28 +0000 (19:52 +0200)]
Doc - Modifying documentation for Part 6 to reflect the change in code

Reviewed-By: TrustMe
15 years agoMerge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
dt [Wed, 22 Jul 2009 17:18:09 +0000 (19:18 +0200)]
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline