OSDN Git Service

qt-creator-jp/qt-creator-jp.git
15 years agoFixes: - New license, new website. v1.0.0
con [Fri, 27 Feb 2009 14:09:44 +0000 (15:09 +0100)]
Fixes:    - New license, new website.

15 years agoFixes: Doc - adding more info for Supported Platforms and Acknowledgements
Kavindra Palaraja [Fri, 27 Feb 2009 09:32:10 +0000 (10:32 +0100)]
Fixes: Doc - adding more info for Supported Platforms and Acknowledgements
RevBy: Will be looked at by Eike

15 years agoFixes: - wording
con [Fri, 27 Feb 2009 08:58:42 +0000 (09:58 +0100)]
Fixes:    - wording

15 years agoadd licenses during the custom dumper build step.
Oswald Buddenhagen [Thu, 26 Feb 2009 15:26:07 +0000 (16:26 +0100)]
add licenses during the custom dumper build step.

once copied, these files are virtually an own project, so they need to
have an own copy of the licenses.

15 years agodon't duplicate list of files to copy during build
Oswald Buddenhagen [Thu, 26 Feb 2009 15:19:55 +0000 (16:19 +0100)]
don't duplicate list of files to copy during build

15 years agooptimize GdbMacrosBuildStep: don't copy files which are already current
Oswald Buddenhagen [Thu, 26 Feb 2009 15:19:05 +0000 (16:19 +0100)]
optimize GdbMacrosBuildStep: don't copy files which are already current

15 years agoexchange license files GPL => LGPL
Oswald Buddenhagen [Thu, 26 Feb 2009 15:31:44 +0000 (16:31 +0100)]
exchange license files GPL => LGPL

15 years agofix forgotten license header
Oswald Buddenhagen [Thu, 26 Feb 2009 15:06:01 +0000 (16:06 +0100)]
fix forgotten license header

15 years agoFixed: C++ parser configuration (2nd try).
Roberto Raggi [Thu, 26 Feb 2009 16:44:50 +0000 (17:44 +0100)]
Fixed: C++ parser configuration (2nd try).

We use `cc' instead of `c++' and we also also moved the code in qt4project.cpp.
Done by ossi reviewed by me.

15 years agoFixes: - Another updated image.
con [Thu, 26 Feb 2009 16:43:29 +0000 (17:43 +0100)]
Fixes:    - Another updated image.

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

15 years agoFixes: C++ Parser configuration for Qt/SDK
Roberto Raggi [Thu, 26 Feb 2009 16:19:46 +0000 (17:19 +0100)]
Fixes: C++ Parser configuration for Qt/SDK

Done by ossi

15 years agoFixes: - Update screenshots with new application icon.
con [Thu, 26 Feb 2009 16:02:15 +0000 (17:02 +0100)]
Fixes:    - Update screenshots with new application icon.

15 years agoFixes: - Welcome picture again
con [Wed, 25 Feb 2009 19:13:42 +0000 (20:13 +0100)]
Fixes:    - Welcome picture again

15 years agoAdded some addition output to qpatch
Thorbjørn Lindeijer [Thu, 26 Feb 2009 09:44:45 +0000 (10:44 +0100)]
Added some addition output to qpatch

Done with Roberto

15 years agobootstrapped
Roberto Raggi [Wed, 25 Feb 2009 09:01:08 +0000 (10:01 +0100)]
bootstrapped
(cherry picked from commit 442c946a6f3f37b19ffffa49945a815a20ad9cda)

15 years agobugfix
Roberto Raggi [Wed, 25 Feb 2009 08:47:11 +0000 (09:47 +0100)]
bugfix
(cherry picked from commit bb7c90ada46bb935adadede199cedd37538bee67)

15 years agoA simple, dummy, and probably buggy binary patched for Qt.
Roberto Raggi [Tue, 24 Feb 2009 19:29:52 +0000 (20:29 +0100)]
A simple, dummy, and probably buggy binary patched for Qt.
(cherry picked from commit 40123cdd7d5d3cda802b2e26a4be6dc2be17417e)

15 years agoFixes: Doc - updating the screenshot
Kavindra Palaraja [Wed, 25 Feb 2009 16:18:35 +0000 (17:18 +0100)]
Fixes: Doc - updating the screenshot

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

15 years agoUpdated location of Qt to ship
Thorbjørn Lindeijer [Wed, 25 Feb 2009 12:33:20 +0000 (13:33 +0100)]
Updated location of Qt to ship

15 years agoFixes: - crash while open invalid doc files
Patrick Star [Tue, 24 Feb 2009 16:53:09 +0000 (17:53 +0100)]
Fixes:    - crash while open invalid doc files

Task:     - found by Denis
RevBy:    - Thomas
AutoTest: - manual
Details:  - we have some broken doc entrys, they won't return a url at all

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