OSDN Git Service

qt-creator-jp/qt-creator-jp.git
15 years agoFixes: change license headers to LGPL
hjk [Wed, 25 Feb 2009 08:02:17 +0000 (09:02 +0100)]
Fixes:    change license headers to LGPL

15 years agooptimize output receiver somewhat
Oswald Buddenhagen [Tue, 24 Feb 2009 21:36:36 +0000 (22:36 +0100)]
optimize output receiver somewhat

15 years agowhoops ... amend output receiver rewrite
Oswald Buddenhagen [Tue, 24 Feb 2009 20:50:20 +0000 (21:50 +0100)]
whoops ... amend output receiver rewrite

- remove stale connect()
- clear buffer after it was completely used

15 years agorewrite gdb output receiver
Oswald Buddenhagen [Tue, 24 Feb 2009 19:34:30 +0000 (20:34 +0100)]
rewrite gdb output receiver

fixes chopping up of very long responses which quickly follow other
responses.

the line segmentation is done in readGdbStandardOutput() now.
handleResponse() is not called through a queued slot any more, as the
output receiver is already synchronized to the event loop.

15 years agoremove fixMac hack
Oswald Buddenhagen [Tue, 24 Feb 2009 19:29:34 +0000 (20:29 +0100)]
remove fixMac hack

it's broken and nobody seems to have noticed. that might be because the
interpreter doesn't care whether something is a list or a tuple.
if this is reintroduced for some reason, it should be done directly in
the affected code path.

15 years agoFailed to do a compile check
Thorbjørn Lindeijer [Tue, 24 Feb 2009 18:29:08 +0000 (19:29 +0100)]
Failed to do a compile check

Learn from this. ;)

15 years agoUse the insert/replace functionality of the binary patcher
Thorbjørn Lindeijer [Tue, 24 Feb 2009 18:20:35 +0000 (19:20 +0100)]
Use the insert/replace functionality of the binary patcher

Hasn't received a lot of testing, so will have to see whether this
works in practice.

15 years agoDon't forget about libQtScriptTools
Thorbjørn Lindeijer [Tue, 24 Feb 2009 16:24:16 +0000 (17:24 +0100)]
Don't forget about libQtScriptTools

Wasn't being patched up.

15 years agounbreak mac debugging again
Oswald Buddenhagen [Tue, 24 Feb 2009 16:06:02 +0000 (17:06 +0100)]
unbreak mac debugging again

setting the initial breakpoint at the entry point wreaks havoc, so set
it at main() instead. this will miss any breakpoints in global ctors and
(currently) makes it impossible to set an actual breakpoint at main.

15 years agomake initial breakpoint finding work on mac
Oswald Buddenhagen [Tue, 24 Feb 2009 15:23:50 +0000 (16:23 +0100)]
make initial breakpoint finding work on mac

unlike the upstream gdb, the mac one gives an MI response to "info
target" when in MI mode.

15 years agoCorrected paths to the long versions and removed ".debug" postfix
Thorbjørn Lindeijer [Tue, 24 Feb 2009 15:17:27 +0000 (16:17 +0100)]
Corrected paths to the long versions and removed ".debug" postfix

15 years agoFixes: - Some acknowledgements
con [Tue, 24 Feb 2009 15:17:49 +0000 (16:17 +0100)]
Fixes:    - Some acknowledgements

15 years agoFixes: - Updated welcome screen picture
con [Tue, 24 Feb 2009 14:38:45 +0000 (15:38 +0100)]
Fixes:    - Updated welcome screen picture

15 years agomore reliable startup breakpoint handling
Oswald Buddenhagen [Tue, 24 Feb 2009 14:05:43 +0000 (15:05 +0100)]
more reliable startup breakpoint handling

instead of picking "random" known entry point symbols, ask the debugger
for the actual entry point.
this also removes the "one instruction after the first one" hack, as it
seems fairly pointless.
NOTE: this does *not* work with the 2005 version of apple gdb.

Conflicts:

src/plugins/debugger/gdbengine.cpp

15 years agomore elegant
Oswald Buddenhagen [Fri, 30 Jan 2009 12:02:53 +0000 (13:02 +0100)]
more elegant

15 years agoless confusing "starting debugger" messages
Oswald Buddenhagen [Fri, 30 Jan 2009 11:59:54 +0000 (12:59 +0100)]
less confusing "starting debugger" messages

15 years agoconnect right signal
Oswald Buddenhagen [Wed, 18 Feb 2009 16:33:03 +0000 (17:33 +0100)]
connect right signal

15 years agocreate less likely to clash fifo names on windows
Oswald Buddenhagen [Thu, 19 Feb 2009 12:32:37 +0000 (13:32 +0100)]
create less likely to clash fifo names on windows

15 years agoFixes: debugger: compile with QT_NO_CAST_TO_ASCII
hjk [Thu, 19 Feb 2009 09:46:47 +0000 (10:46 +0100)]
Fixes:    debugger: compile with  QT_NO_CAST_TO_ASCII

15 years agomake attach & detach work
Oswald Buddenhagen [Tue, 24 Feb 2009 13:53:20 +0000 (14:53 +0100)]
make attach & detach work

Conflicts:

src/plugins/debugger/gdbengine.cpp

15 years agomore thoughtfull setTokenBarrier() placement
Oswald Buddenhagen [Tue, 24 Feb 2009 13:38:57 +0000 (14:38 +0100)]
more thoughtfull setTokenBarrier() placement

also, make it complain upon abuse of this call.

Conflicts:

src/plugins/debugger/gdbengine.cpp

15 years agofix typos in comments
Oswald Buddenhagen [Wed, 18 Feb 2009 09:28:31 +0000 (10:28 +0100)]
fix typos in comments

15 years agoFixes: - Missed large icon
con [Tue, 24 Feb 2009 13:41:04 +0000 (14:41 +0100)]
Fixes:    - Missed large icon

15 years agoMerge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0
hjk [Tue, 24 Feb 2009 12:48:42 +0000 (13:48 +0100)]
Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0

15 years agoFixes: add a list of things to check in the manual debugger test
hjk [Tue, 24 Feb 2009 12:48:01 +0000 (13:48 +0100)]
Fixes:    add a list of things to check in the manual debugger test

15 years agoFixes: - Updated icons again
con [Tue, 24 Feb 2009 12:27:35 +0000 (13:27 +0100)]
Fixes:    - Updated icons again

15 years agoFixes: - No release candidate in doc.
con [Tue, 24 Feb 2009 08:27:24 +0000 (09:27 +0100)]
Fixes:    - No release candidate in doc.

15 years agoFixes: - Updated version number
con [Tue, 24 Feb 2009 08:22:43 +0000 (09:22 +0100)]
Fixes:    - Updated version number

15 years agoFixes: - Quick fix for running on mac...
con [Tue, 24 Feb 2009 08:01:55 +0000 (09:01 +0100)]
Fixes:    - Quick fix for running on mac...

15 years agoFixes: - Move scripts and adapt
con [Tue, 24 Feb 2009 07:56:46 +0000 (08:56 +0100)]
Fixes:    - Move scripts and adapt

15 years agoFixed qtlibspatcher wrapper script to pass on parameters
Berlin [Tue, 24 Feb 2009 08:58:59 +0000 (09:58 +0100)]
Fixed qtlibspatcher wrapper script to pass on parameters

Done with hjk

15 years agomake the testcase output some html to check for overquoting
Oswald Buddenhagen [Mon, 23 Feb 2009 20:15:32 +0000 (21:15 +0100)]
make the testcase output some html to check for overquoting

15 years agoUpgrade qtlibspatcher to patch Qt 4.5.0
Thorbjørn Lindeijer [Mon, 23 Feb 2009 17:45:57 +0000 (18:45 +0100)]
Upgrade qtlibspatcher to patch Qt 4.5.0

Was failing because it still tried to patch Qt 4.4.3

15 years agoFixes: Clean up manhattan toolbuttons
Jens Bache-Wiig [Mon, 23 Feb 2009 16:11:41 +0000 (17:11 +0100)]
Fixes:    Clean up manhattan toolbuttons
Details:
Simplified painting a bit. Cleaner lines.

15 years agoFixes: Resolve
Jens Bache-Wiig [Mon, 23 Feb 2009 15:25:53 +0000 (16:25 +0100)]
Fixes:    Resolve

15 years agoWrap qtlibspatcher for finding QtCore
Thorbjørn Lindeijer [Mon, 23 Feb 2009 15:09:54 +0000 (16:09 +0100)]
Wrap qtlibspatcher for finding QtCore

15 years agoMerge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0
hjk [Mon, 23 Feb 2009 15:07:02 +0000 (16:07 +0100)]
Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0

15 years agoFixes: debugger: fix Mac OS 10.4
hjk [Mon, 23 Feb 2009 15:06:23 +0000 (16:06 +0100)]
Fixes:    debugger: fix Mac OS 10.4

15 years agoFixes: - Missing tr and bad mnemonic for File->Session
con [Mon, 23 Feb 2009 14:36:06 +0000 (15:36 +0100)]
Fixes:    - Missing tr and bad mnemonic for File->Session

Task:     - 244546

15 years agoFixes: - Don't show Mac focus halo in locator and find
con [Mon, 23 Feb 2009 14:29:39 +0000 (15:29 +0100)]
Fixes:    - Don't show Mac focus halo in locator and find

Task:     - 242931

15 years agoFixes: - Remove license button.
con [Mon, 23 Feb 2009 14:23:48 +0000 (15:23 +0100)]
Fixes:    - Remove license button.

15 years agoFixes: - Show extension of projects to add files to
con [Mon, 23 Feb 2009 13:30:19 +0000 (14:30 +0100)]
Fixes:    - Show extension of projects to add files to

Details:  - Helps distinguishing adding to pro or pri file with same
name

15 years agoFixes: - Temporarily adapt picture in welcome screen.
con [Mon, 23 Feb 2009 13:26:22 +0000 (14:26 +0100)]
Fixes:    - Temporarily adapt picture in welcome screen.

Details:  - New picture to be added later.

15 years agomore precise label
Oswald Buddenhagen [Mon, 23 Feb 2009 11:19:17 +0000 (12:19 +0100)]
more precise label

15 years agoFixes: move shipping/prepare-linux-qt-for-shipping.sh over to
hjk [Mon, 23 Feb 2009 09:46:04 +0000 (10:46 +0100)]
Fixes:    move shipping/prepare-linux-qt-for-shipping.sh over to
ide/nightly_builds again
Details:  using third party's bandwidth is not really nice

15 years agoMerge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0
hjk [Fri, 20 Feb 2009 16:31:26 +0000 (17:31 +0100)]
Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0

15 years agoFixes: adjust example keymaps to recent changes
hjk [Fri, 20 Feb 2009 16:30:57 +0000 (17:30 +0100)]
Fixes:    adjust example keymaps to recent changes

15 years agoFixes: rename some commands to get something like a 'naming scheme'
hjk [Fri, 20 Feb 2009 16:22:16 +0000 (17:22 +0100)]
Fixes:    rename some commands to get something like a 'naming scheme'
in place
RevBy:   con

15 years agoFixes: - New application icons for windows and linux
con [Fri, 20 Feb 2009 15:48:44 +0000 (16:48 +0100)]
Fixes:    - New application icons for windows and linux

15 years agoMerge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0
con [Fri, 20 Feb 2009 15:00:45 +0000 (16:00 +0100)]
Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0

15 years agoFixes: commands: rename FakeVim.InstallHandler -> TextEditor.FakeVimHandler
hjk [Fri, 20 Feb 2009 14:58:14 +0000 (15:58 +0100)]
Fixes:    commands: rename FakeVim.InstallHandler -> TextEditor.FakeVimHandler

15 years agoFixes: - Don't override mac app icon via setWindowIcon.
con [Fri, 20 Feb 2009 13:24:16 +0000 (14:24 +0100)]
Fixes:    - Don't override mac app icon via setWindowIcon.

15 years agoMerge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0
Daniel Molkentin [Thu, 19 Feb 2009 15:55:12 +0000 (16:55 +0100)]
Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0

15 years agoqtlibspatcher: Change path for bundled Qt to 4.5.0 on Windows
Daniel Molkentin [Thu, 19 Feb 2009 15:53:22 +0000 (16:53 +0100)]
qtlibspatcher: Change path for bundled Qt to 4.5.0 on Windows

15 years agoMerge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0
dt [Thu, 19 Feb 2009 15:30:59 +0000 (16:30 +0100)]
Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0

15 years agoFixes: Make QtCreator fly even in face of perforce misconfiguration.
dt [Thu, 19 Feb 2009 15:11:29 +0000 (16:11 +0100)]
Fixes:    Make QtCreator fly even in face of perforce misconfiguration.

Details:  If p4 is in path, but the server isn't configured correctly we
were pretty slow, this fixes that by running p4 client -o after the
settings have changed, if that doesn't return after 2 seconds, then we
cache that as a invalid configuration.

15 years agoFixes: Move code from ~OutputWindow to an earlier place.
dt [Mon, 16 Feb 2009 14:23:49 +0000 (15:23 +0100)]
Fixes:    Move code from ~OutputWindow to an earlier place.

Details:  We should stop all running runners, while the plugins are
still alive.

15 years agoFixes: - Updated mac application icon
con [Thu, 19 Feb 2009 14:31:29 +0000 (15:31 +0100)]
Fixes:    - Updated mac application icon

15 years agoFixes: - Unused include
con [Thu, 19 Feb 2009 14:31:16 +0000 (15:31 +0100)]
Fixes:    - Unused include

15 years agoFixes: - Console application doesn't start on Mac
con [Thu, 19 Feb 2009 11:42:32 +0000 (12:42 +0100)]
Fixes:    - Console application doesn't start on Mac

Task:     - 244263
RevBy:    - dt

15 years agoFixes: debugger: watch view: collapsed items did not stay collapsed
hjk [Thu, 19 Feb 2009 09:29:25 +0000 (10:29 +0100)]
Fixes:    debugger: watch view: collapsed items did not stay collapsed

15 years agoCompile Windows
Friedemann Kleint [Wed, 18 Feb 2009 16:05:52 +0000 (17:05 +0100)]
Compile Windows

15 years agoMerge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0
Roberto Raggi [Wed, 18 Feb 2009 15:05:06 +0000 (16:05 +0100)]
Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0

15 years agoFixes: Possible crash while resolving qualified name ids.
Roberto Raggi [Wed, 18 Feb 2009 14:55:21 +0000 (15:55 +0100)]
Fixes: Possible crash while resolving qualified name ids.

There is no need to "expand" again the scope we get from invoking `resolve'.
(cherry picked from commit c72c84d8375692b1cf1ad5c9ba3594f3727f9c02)

15 years agoFixes: Possible crash while resolving qualified name ids.
Roberto Raggi [Wed, 18 Feb 2009 14:55:21 +0000 (15:55 +0100)]
Fixes: Possible crash while resolving qualified name ids.

There is no need to "expand" again the scope we get from invoking `resolve'.

15 years agoFixes: debugger: make "always all" the default for loading debug
hjk [Wed, 18 Feb 2009 13:36:36 +0000 (14:36 +0100)]
Fixes:    debugger: make "always all" the default for loading debug
information
Details:  the user should make a conscious decision to switch it off

15 years agoFixes: Fixes: backport debugger: remove unneeded #include <window.h> that
hjk [Wed, 18 Feb 2009 11:25:22 +0000 (12:25 +0100)]
Fixes:    Fixes:    backport debugger: remove unneeded #include <window.h> that
confused

15 years agodo not create bizarre or even invalid fifo names under windows
Oswald Buddenhagen [Wed, 18 Feb 2009 09:32:02 +0000 (10:32 +0100)]
do not create bizarre or even invalid fifo names under windows

15 years agoThis line shouldn't be necessary
Thorbjørn Lindeijer [Tue, 17 Feb 2009 14:27:44 +0000 (15:27 +0100)]
This line shouldn't be necessary

Enabled state of the action is managed by QDockWidget.

15 years ago Fixes: debugger: on async output, first handle all cases where
hjk [Tue, 17 Feb 2009 15:25:48 +0000 (16:25 +0100)]
Fixes:    debugger: on async output, first handle all cases where
the inferior exited.
    Details:  that catches early exits due to startup problems as well

15 years ago Fixes: debugger: simplify state logic
hjk [Tue, 17 Feb 2009 16:44:46 +0000 (17:44 +0100)]
Fixes:    debugger: simplify state logic

Conflicts:

src/plugins/debugger/cdbdebugeventcallback.cpp

15 years ago Fixes: debugger: enable debugger view actions even if "locked"
hjk [Tue, 17 Feb 2009 13:35:32 +0000 (14:35 +0100)]
Fixes:    debugger: enable debugger view actions even if "locked"

15 years ago Fixes: debugger: remove accidentally commited file
hjk [Tue, 17 Feb 2009 13:09:52 +0000 (14:09 +0100)]
Fixes:    debugger: remove accidentally commited file

15 years agoCompile.
Roberto Raggi [Tue, 17 Feb 2009 10:25:44 +0000 (11:25 +0100)]
Compile.

15 years ago Fixes: add a view to see current source file mapping
hjk [Tue, 17 Feb 2009 13:08:49 +0000 (14:08 +0100)]
Fixes:    add a view to see current  source file mapping

15 years ago Fixes: debugger: fix assert includes
hjk [Tue, 17 Feb 2009 16:43:49 +0000 (17:43 +0100)]
Fixes:    debugger: fix assert includes

Conflicts:

src/plugins/debugger/cdbdebugengine.cpp

15 years ago Fixes: debugger: set width and height of "terminal" to 0 to avoid
hjk [Mon, 16 Feb 2009 17:38:10 +0000 (18:38 +0100)]
Fixes:    debugger: set width and height of "terminal" to 0 to avoid
extra prompting

15 years ago Fixes: debugger: work on process logic
hjk [Tue, 17 Feb 2009 16:42:08 +0000 (17:42 +0100)]
Fixes:    debugger: work on process logic

Conflicts:

src/plugins/debugger/gdbengine.cpp

15 years agoFixes: windows build
Oswald Buddenhagen [Mon, 16 Feb 2009 15:50:20 +0000 (16:50 +0100)]
Fixes:    windows build

15 years agomove -data-list-register-names up to the other initializers.
Oswald Buddenhagen [Mon, 16 Feb 2009 15:00:46 +0000 (16:00 +0100)]
move -data-list-register-names up to the other initializers.

15 years ago Fixes: debugger: enum naming cosmetics
hjk [Mon, 16 Feb 2009 12:58:43 +0000 (13:58 +0100)]
Fixes:    debugger: enum naming cosmetics

15 years agoFixes: debugging external apps
Oswald Buddenhagen [Mon, 16 Feb 2009 12:41:57 +0000 (13:41 +0100)]
Fixes:    debugging external apps

just treat it the same as internal apps as far as gdbengine is
concerned.

15 years ago Fixes: debugger: work on shutdown
hjk [Mon, 16 Feb 2009 12:29:57 +0000 (13:29 +0100)]
Fixes:    debugger: work on shutdown

15 years ago Fixes: debugger: make shutdown a bit more robust
hjk [Mon, 16 Feb 2009 08:59:12 +0000 (09:59 +0100)]
Fixes:    debugger: make shutdown a bit more robust

15 years ago Fixes: debugger: try to extact pid from 'info threads' on windows
hjk [Fri, 13 Feb 2009 16:11:34 +0000 (17:11 +0100)]
Fixes:    debugger: try to extact pid from 'info threads' on windows

15 years ago Fixes: debugger: try fixing startup break on make
hjk [Fri, 13 Feb 2009 15:55:24 +0000 (16:55 +0100)]
Fixes:    debugger: try fixing startup break on make

15 years ago Fixes: debugger: remove some dead code
hjk [Fri, 13 Feb 2009 13:57:24 +0000 (14:57 +0100)]
Fixes:    debugger: remove some dead code

15 years ago Fixes: debugger: don't run -file-list-exec-source-files too often
hjk [Fri, 13 Feb 2009 13:54:36 +0000 (14:54 +0100)]
Fixes:    debugger: don't run -file-list-exec-source-files too often

15 years ago Fixes: debugger: put error message into log if loading of dumpers
hjk [Fri, 13 Feb 2009 13:45:46 +0000 (14:45 +0100)]
Fixes:    debugger: put error message into log if loading of dumpers
failed

15 years ago Fixes: debugger: load modules list early
hjk [Fri, 13 Feb 2009 12:50:50 +0000 (13:50 +0100)]
Fixes:    debugger: load modules list early

    Details:  feels better

15 years ago Fixes: debugger: start symbol is WinMainCRTStartup, not _start
hjk [Tue, 17 Feb 2009 16:40:13 +0000 (17:40 +0100)]
Fixes:    debugger: start symbol is WinMainCRTStartup, not _start
sometimes...

Conflicts:

src/plugins/debugger/gdbengine.cpp

15 years agoFixes: uic warning about duplicate name
Friedemann Kleint [Thu, 12 Feb 2009 15:06:23 +0000 (16:06 +0100)]
Fixes: uic warning about duplicate name

Details: Give the layout a name.

15 years ago Fixes: debugger: work on breakpoints in plugins
hjk [Thu, 12 Feb 2009 12:31:19 +0000 (13:31 +0100)]
Fixes:    debugger: work on breakpoints in plugins

15 years ago Fixes: debugger: work on plugin breakpoints
hjk [Tue, 17 Feb 2009 16:39:20 +0000 (17:39 +0100)]
Fixes:    debugger: work on plugin breakpoints

Conflicts:

src/plugins/debugger/gdbengine.cpp

15 years ago Fixes: debugger: work on more fine-grained breakpoints-in-plugins
hjk [Thu, 12 Feb 2009 10:18:38 +0000 (11:18 +0100)]
Fixes:    debugger: work on more fine-grained breakpoints-in-plugins
setting

15 years ago Fixes: debugger: introduce early break after application
hjk [Thu, 12 Feb 2009 08:55:59 +0000 (09:55 +0100)]
Fixes:    debugger: introduce early break after application
initialization

15 years ago Fixes: debugger: move custom dumper initialization into the first
hjk [Tue, 17 Feb 2009 16:38:24 +0000 (17:38 +0100)]
Fixes:    debugger: move custom dumper initialization into the first
watch view update

Conflicts:

src/plugins/debugger/gdbengine.cpp

15 years ago Fixes: debugger: revert accidental parts of b0650238
hjk [Tue, 17 Feb 2009 16:36:54 +0000 (17:36 +0100)]
Fixes:    debugger: revert accidental parts of b0650238

Conflicts:

src/plugins/debugger/gdbengine.cpp

15 years ago Fixes: correct path for gcbmnacros.cpp hint
hjk [Tue, 17 Feb 2009 16:34:41 +0000 (17:34 +0100)]
Fixes:    correct path for gcbmnacros.cpp hint

Conflicts:

src/plugins/debugger/gdbengine.cpp

15 years ago Fixes: correct name for gdmacros.cpp hint
hjk [Tue, 17 Feb 2009 16:34:10 +0000 (17:34 +0100)]
Fixes:    correct name for gdmacros.cpp hint

Conflicts:

src/plugins/debugger/gdbengine.cpp