OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoSetting icon size for folder navigation widget.
Robert Loehning [Mon, 5 Jul 2010 18:53:34 +0000 (20:53 +0200)]
Setting icon size for folder navigation widget.
Thus icons are displayed in a uniform size and don't waste too much space.

Task-number: QTCREATORBUG-1539

13 years agoBinEditor: Add a bit of value interpretation.
ck [Mon, 5 Jul 2010 16:22:31 +0000 (18:22 +0200)]
BinEditor: Add a bit of value interpretation.

13 years agoDesigner: Fix exit crash.
Friedemann Kleint [Mon, 5 Jul 2010 11:27:13 +0000 (13:27 +0200)]
Designer: Fix exit crash.

Task-number: QTCREATORBUG-1798
Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com>
13 years agoPick up the newest debugging helper from the possible locations.
con [Mon, 5 Jul 2010 11:22:46 +0000 (13:22 +0200)]
Pick up the newest debugging helper from the possible locations.

Otherwise "rebuilding" the debugging helper doesn't necessarily lead to
Qt Creator picking up the new one (some of the locations can be
read-only).

Reviewed-by: dt
13 years agoDoc - Edit the introduction.
Leena Miettinen [Fri, 2 Jul 2010 15:16:00 +0000 (17:16 +0200)]
Doc - Edit the introduction.

Reviewed-by: Carsten Owerfeldt
13 years agoDoc - Removed if defines
Leena Miettinen [Fri, 2 Jul 2010 15:14:18 +0000 (17:14 +0200)]
Doc - Removed if defines

13 years agoDoc - Remove most instructions for using Qt Quick visual editor.
Leena Miettinen [Fri, 2 Jul 2010 15:12:43 +0000 (17:12 +0200)]
Doc - Remove most instructions for using Qt Quick visual editor.

Reviewed-by: Kai Koehne
13 years agoDoc - Implement fix to the TOC structure in Documentation by David Boddie.
Leena Miettinen [Thu, 1 Jul 2010 08:01:36 +0000 (10:01 +0200)]
Doc - Implement fix to the TOC structure in Documentation by David Boddie.

13 years agoDoc - Add an image of Qt Creator and rewrite the introduction accordingly. Move text...
Leena Miettinen [Wed, 30 Jun 2010 14:03:12 +0000 (16:03 +0200)]
Doc - Add an image of Qt Creator and rewrite the introduction accordingly. Move text to other sections.

13 years agoBinEditor: Add "jump to address" functionality.
ck [Fri, 2 Jul 2010 12:38:49 +0000 (14:38 +0200)]
BinEditor: Add "jump to address" functionality.

Task-number: QTCREATORBUG-1607

13 years agoGit: Fix misleading status message.
ck [Fri, 2 Jul 2010 11:17:42 +0000 (13:17 +0200)]
Git: Fix misleading status message.

Reviewed-by: Friedemann Kleint
13 years agoBinEditor: Refactor new range requesting.
ck [Fri, 2 Jul 2010 10:17:08 +0000 (12:17 +0200)]
BinEditor: Refactor new range requesting.

Also adds the "new range" ability to the debugger's memory viewer.

13 years agoEstablish Ctrl+D as prefix for debugger shortcuts
con [Fri, 2 Jul 2010 10:09:16 +0000 (12:09 +0200)]
Establish Ctrl+D as prefix for debugger shortcuts
(that have no other standard)

Reviewed-by: dt
13 years agoBinEditor: Fix cursor position label.
ck [Fri, 2 Jul 2010 09:00:41 +0000 (11:00 +0200)]
BinEditor: Fix cursor position label.

It assumed base address zero.

13 years agoBinEditor: Request new range when start/end of current one is reached.
ck [Fri, 2 Jul 2010 07:58:54 +0000 (09:58 +0200)]
BinEditor: Request new range when start/end of current one is reached.

Task-number: QTCREATORBUG-1488

13 years agoDon't clear the filter widget's focus when clearing it.
con [Thu, 1 Jul 2010 09:25:38 +0000 (11:25 +0200)]
Don't clear the filter widget's focus when clearing it.

Often the reason for clicking the clear button is to type something into
it afterwards.
See also QTCREATORBUG-705

13 years agoQmlDesigner: Adding custom color dialog
Thomas Hartmann [Wed, 30 Jun 2010 15:52:49 +0000 (17:52 +0200)]
QmlDesigner: Adding custom color dialog

13 years agoCreated a utility property reading class
Thomas Hartmann [Wed, 30 Jun 2010 15:51:21 +0000 (17:51 +0200)]
Created a utility property reading class

13 years agoDon't show the full file name in the reload prompt by default.
con [Wed, 30 Jun 2010 13:29:48 +0000 (15:29 +0200)]
Don't show the full file name in the reload prompt by default.

Because paths can get long, and text wrapping in QMessageBox will do the
wrong thing. Put the full file name into the details of the message box.

Task-number: QTCREATORBUG-1708

13 years agodebugger: fix 'run to line' with older versions of gdb
hjk [Wed, 30 Jun 2010 12:47:08 +0000 (14:47 +0200)]
debugger: fix 'run to line' with older versions of gdb
(cherry picked from commit 6959a12211737783a7cba50eb5f343e95fd8fe59)

Conflicts:

src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/debugger/gdb/gdbengine.h

13 years agodebugger: fix 'jump to line' with older versions of gdb
hjk [Wed, 30 Jun 2010 12:44:08 +0000 (14:44 +0200)]
debugger: fix 'jump to line' with older versions of gdb
(cherry picked from commit ebba27484c0b3d5a0fb11d3928e8a2ef5bdb2a74)

Conflicts:

src/plugins/debugger/gdb/gdbengine.cpp

13 years agoCreated a utility rewriting class from existing visitors.
Erik Verbruggen [Wed, 30 Jun 2010 11:42:35 +0000 (13:42 +0200)]
Created a utility rewriting class from existing visitors.

13 years agoFix broken version number to due missing valueChanged signals.
kh1 [Tue, 29 Jun 2010 12:11:27 +0000 (14:11 +0200)]
Fix broken version number to due missing valueChanged signals.

Reviewed-by: ck
13 years agoMaemo: Fix incorrect assumption about build directory.
ck [Tue, 29 Jun 2010 11:39:30 +0000 (13:39 +0200)]
Maemo: Fix incorrect assumption about build directory.

Reviewed-by: kh1
13 years agoDebugger[Trk]: Increase packet size XML replies
Friedemann Kleint [Tue, 29 Jun 2010 08:47:49 +0000 (10:47 +0200)]
Debugger[Trk]: Increase packet size XML replies

Reviewed-by: hjk
Task-number: QTCREATORBUG-1563

13 years agoFix the missing call to register the qml and internal help files.
kh1 [Tue, 29 Jun 2010 08:43:33 +0000 (10:43 +0200)]
Fix the missing call to register the qml and internal help files.

13 years agodebugger: fix array dumper
hjk [Tue, 29 Jun 2010 08:09:57 +0000 (10:09 +0200)]
debugger: fix array dumper

13 years agoDesigner: Initially disable form preview.
Friedemann Kleint [Tue, 29 Jun 2010 07:29:18 +0000 (09:29 +0200)]
Designer: Initially disable form preview.
Reviewed-by: Kai Köhne <kai.koehne@nokia.com>
Task-number: QTCREATORBUG-1762

13 years agoMaemo: Small UI style fix.
ck [Tue, 29 Jun 2010 07:15:31 +0000 (09:15 +0200)]
Maemo: Small UI style fix.

13 years agoDoc - Update Qt Quick Designer instructions and screen shots.
Leena Miettinen [Mon, 28 Jun 2010 15:24:10 +0000 (17:24 +0200)]
Doc - Update Qt Quick Designer instructions and screen shots.

13 years agoDoc - Fix typo in Qt application example
Leena Miettinen [Mon, 28 Jun 2010 15:22:33 +0000 (17:22 +0200)]
Doc - Fix typo in Qt application example

13 years agoDoc - Fix if defines for Qt Quick designer.
Leena Miettinen [Mon, 28 Jun 2010 15:21:56 +0000 (17:21 +0200)]
Doc - Fix if defines for Qt Quick designer.

13 years agoDoc - Rename Quick Tour and update to start from the Welcome page.
Leena Miettinen [Mon, 28 Jun 2010 15:20:44 +0000 (17:20 +0200)]
Doc - Rename Quick Tour and update to start from the Welcome page.

13 years agoDoc - Change doc version to 2.1
Leena Miettinen [Mon, 28 Jun 2010 15:19:32 +0000 (17:19 +0200)]
Doc - Change doc version to 2.1

13 years agoDoc - Change the document structure
Leena Miettinen [Mon, 28 Jun 2010 15:19:13 +0000 (17:19 +0200)]
Doc - Change the document structure

13 years agoDoc - Show note for v2.1
Leena Miettinen [Mon, 28 Jun 2010 12:37:05 +0000 (14:37 +0200)]
Doc - Show note for v2.1

Reviewed-by: Friedemann Kleint
13 years agoFixes: "Open with" context menu disabled in project tree.
con [Mon, 28 Jun 2010 14:37:07 +0000 (16:37 +0200)]
Fixes: "Open with" context menu disabled in project tree.

Task-number: QTCREATORBUG-1764

13 years agoProjectManager: Make Open Project dialog open in default folder
Friedemann Kleint [Mon, 28 Jun 2010 12:34:30 +0000 (14:34 +0200)]
ProjectManager: Make Open Project dialog open in default folder

Move open project dialog handling into ProjectExplorer and make it
use its list of project file patterns. Same in Checkout wizards.

Task-number: QTCREATORBUG-1759
Reviewed-by: dt
13 years agoAllow the user to set the version number used for the build deb package.
kh1 [Mon, 28 Jun 2010 09:59:36 +0000 (11:59 +0200)]
Allow the user to set the version number used for the build deb package.

Task-number: QTCREATORBUG-1670
Reviewed-by: ck
13 years agoVCS[git]: Adapt to 1.7.0, handling of renamed files.
Friedemann Kleint [Mon, 28 Jun 2010 10:34:32 +0000 (12:34 +0200)]
VCS[git]: Adapt to 1.7.0, handling of renamed files.
Reviewed-by: con
13 years agoupdate changes-2.1.0
hjk [Mon, 28 Jun 2010 10:18:33 +0000 (12:18 +0200)]
update changes-2.1.0

13 years agodebugger: fix display of typedefs-of-typedefs, such as qulonglong
hjk [Mon, 28 Jun 2010 09:44:29 +0000 (11:44 +0200)]
debugger: fix display of typedefs-of-typedefs, such as qulonglong

13 years agoMaemo: Re-add signal/slot connections lost by GUI overhaul.
ck [Mon, 28 Jun 2010 09:20:24 +0000 (11:20 +0200)]
Maemo: Re-add signal/slot connections lost by GUI overhaul.

Task-number: QTCREATORBUG-1748

13 years agoQt Designer/Design mode: Do not switch to Edit mode when running
Friedemann Kleint [Mon, 28 Jun 2010 09:20:07 +0000 (11:20 +0200)]
Qt Designer/Design mode: Do not switch to Edit mode when running

an application that produces output. Add a placeholder for the
output pane.

Reviewed-by: con
Task-number: QTCREATORBUG-1750

13 years agoMerge branch '2.0' of scm.dev.nokia.troll.no:creator/mainline into 2.0
Pierre Rossi [Fri, 25 Jun 2010 18:20:18 +0000 (20:20 +0200)]
Merge branch '2.0' of scm.dev.nokia.troll.no:creator/mainline into 2.0

13 years agoCopying path with native separators to clipboard.
Robert Loehning [Fri, 25 Jun 2010 18:05:41 +0000 (20:05 +0200)]
Copying path with native separators to clipboard.

13 years agoMerge branch '2.0' of scm.dev.nokia.troll.no:creator/mainline into 2.0
Pierre Rossi [Fri, 25 Jun 2010 18:05:19 +0000 (20:05 +0200)]
Merge branch '2.0' of scm.dev.nokia.troll.no:creator/mainline into 2.0

13 years agoEnable opaque resize for the splitters in the QML Design mode
Thorbjørn Lindeijer [Fri, 25 Jun 2010 12:39:05 +0000 (14:39 +0200)]
Enable opaque resize for the splitters in the QML Design mode

13 years agoQmlJS: Make variables in imported JS documents show up in completion.
Christian Kamm [Fri, 25 Jun 2010 11:01:55 +0000 (13:01 +0200)]
QmlJS: Make variables in imported JS documents show up in completion.

Filtering them out has long since become unnecessary. It was used back
when JS files were sourced from Script elements - there they'd only
make the functions available. Now functions and variables are imported.

Task-number: QTCREATORBUG-1735
Reviewed-by: Erik Verbruggen
13 years agoCommented switch to avoid warning from MSVC.
Robert Loehning [Fri, 25 Jun 2010 10:57:03 +0000 (12:57 +0200)]
Commented switch to avoid warning from MSVC.

Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
13 years agoFixed unwanted line breaks in tool tips.
Robert Loehning [Thu, 24 Jun 2010 19:54:51 +0000 (21:54 +0200)]
Fixed unwanted line breaks in tool tips.

Task-number: QTCREATORBUG-1169

13 years agoBinEditor: Get rid of (bogus) MSVC warning.
ck [Thu, 20 May 2010 12:34:13 +0000 (14:34 +0200)]
BinEditor: Get rid of (bogus) MSVC warning.

13 years agoQmlJS: Remove spurious spaces from default import path in qmlproject.
Christian Kamm [Thu, 24 Jun 2010 11:45:54 +0000 (13:45 +0200)]
QmlJS: Remove spurious spaces from default import path in qmlproject.

What about paths that actually contain spaces?

Reviewed-by: Erik Verbruggen
13 years agoavoid exponential resource consumption
Oswald Buddenhagen [Thu, 24 Jun 2010 09:03:52 +0000 (11:03 +0200)]
avoid exponential resource consumption

the cumulative mode tries hard to never lose already assigned variable
values. the naive implementation turned assignments into additions,
which made the trivial construct "FOO = $$FOO" double the size of the
array each time it would be executed.
so instead let the assignments be assignments, and then re-add the
values that would be dropped.

Reviewed-by: dt
Task-number: QTCREATORBUG-1595

13 years agoQmlJS: Make the project always return absolute import paths.
Christian Kamm [Thu, 24 Jun 2010 08:47:52 +0000 (10:47 +0200)]
QmlJS: Make the project always return absolute import paths.

Task-number: QTCREATORBUG-1728
Reviewed-by: Kai Koehne
13 years agoDoc - Add qtquick to defines to display Qt Quick information.
Leena Miettinen [Thu, 24 Jun 2010 07:56:05 +0000 (09:56 +0200)]
Doc - Add qtquick to defines to display Qt Quick information.

13 years agoSome work on the french translations.
Pierre Rossi [Wed, 23 Jun 2010 16:21:18 +0000 (18:21 +0200)]
Some work on the french translations.

updated the strings. Let's try to get French back in for 2.1

13 years agoDoc - Fixed qdoc tag issues.
Leena Miettinen [Wed, 23 Jun 2010 14:12:48 +0000 (16:12 +0200)]
Doc - Fixed qdoc tag issues.

13 years agofakevim: fix Delete key in command mode
hjk [Wed, 23 Jun 2010 13:13:51 +0000 (15:13 +0200)]
fakevim: fix Delete key in command mode
(cherry picked from commit bb0f033b92e522527081c7e73a201e6feeceac1f)

13 years agofakevim: fix '$' handling on Finnish keyboards
hjk [Wed, 23 Jun 2010 12:54:51 +0000 (14:54 +0200)]
fakevim: fix '$' handling on Finnish keyboards
(cherry picked from commit d2ea5a4843a9a09445c6cbf819e12c93c47ef959)

13 years agoFor releases, create documentation for web-use.
con [Wed, 23 Jun 2010 13:04:31 +0000 (15:04 +0200)]
For releases, create documentation for web-use.

13 years agoRename org.webkit to QtWebKit
Alexis Menard [Wed, 23 Jun 2010 09:46:23 +0000 (11:46 +0200)]
Rename org.webkit to QtWebKit

13 years agoQML WebKit component is now named QtWebKit
Alexis Menard [Fri, 18 Jun 2010 13:46:31 +0000 (15:46 +0200)]
QML WebKit component is now named QtWebKit

Reviewed-by:Christiaan Janssen

13 years agoDetect MSVC 2010.
Friedemann Kleint [Wed, 23 Jun 2010 08:58:40 +0000 (10:58 +0200)]
Detect MSVC 2010.

Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Task-number: QTCREATORBUG-1710

13 years agoSymbian support is no longer experimental
Robert Loehning [Tue, 22 Jun 2010 16:56:22 +0000 (18:56 +0200)]
Symbian support is no longer experimental

13 years agoFixed display of root path and Windows paths in FolderNavigationWidget.
Robert Loehning [Tue, 22 Jun 2010 13:36:39 +0000 (15:36 +0200)]
Fixed display of root path and Windows paths in FolderNavigationWidget.

13 years agoFixes file system view to be unable to cdUp to the root
dt [Tue, 22 Jun 2010 13:28:42 +0000 (15:28 +0200)]
Fixes file system view to be unable to cdUp to the root

Reviewed-By: Robert Loehning
13 years agoFix crash on importing
dt [Tue, 22 Jun 2010 12:38:50 +0000 (14:38 +0200)]
Fix crash on importing

I can't fully explain the backtrace, but connecting to
qtVersionsChanged() in ::init() and not the ctor is the correct thing to
do.

Task-Nr: QTCREATORBUG-1653
Reviewed-By: hunger
13 years agoRevert "Work around a Mac specific QSettings bug for the moment."
Robert Loehning [Tue, 22 Jun 2010 12:09:07 +0000 (14:09 +0200)]
Revert "Work around a Mac specific QSettings bug for the moment."

Workaround is no longer needed and causes trouble with cyrillic characters.

This reverts commit 00142e4cf49450723acfdfe4514afb8a3dfb8d0d.

13 years agoRevert "Extend QSettings workaround to Windows."
Robert Loehning [Tue, 22 Jun 2010 12:07:32 +0000 (14:07 +0200)]
Revert "Extend QSettings workaround to Windows."

Workaround is no longer needed and causes trouble with cyrillic characters.

This reverts commit 56aac18bd804bab35e344ea9e896815766e1f45c.

13 years agoMaemo: Add option to disable packaging.
ck [Tue, 22 Jun 2010 12:40:08 +0000 (14:40 +0200)]
Maemo: Add option to disable packaging.

Task-number: QTCREATORBUG-1636
Reviewed-by: kh1
13 years agoUpdate Qt version combobox
Tobias Hunger [Tue, 22 Jun 2010 12:16:49 +0000 (14:16 +0200)]
Update Qt version combobox

 * Update the Qt version combobox whenever the buildconfig signals
   that its Qt version changed.

Task-number: QTCREATORBUG-1692
Reviewed-by: dt
13 years agoDon't crash if the session node is the current node in context menu
dt [Tue, 22 Jun 2010 11:43:10 +0000 (13:43 +0200)]
Don't crash if the session node is the current node in context menu

Probably fixes
Task-Nr: QTCREATORBUG-1697

13 years agoRevert "Fix crash for newly added project nodes"
dt [Tue, 22 Jun 2010 11:11:51 +0000 (13:11 +0200)]
Revert "Fix crash for newly added project nodes"

Actually that's not correct, the projectNode() of ProjectNodes is set in
the constructor to "this".
This reverts commit 123e2b6cce37baaafe15a877c6e3aedb9d1d6e95.

13 years agoRemove LD_LIBRARY_PATH script.
dt [Tue, 22 Jun 2010 10:41:20 +0000 (12:41 +0200)]
Remove LD_LIBRARY_PATH script.

Christian Kamm convinced me that it should not have any effect.

Reviewed-By: ckamm
Task-Nr: QTCREATORBUG-1646

13 years agoFix crash for newly added project nodes
dt [Tue, 22 Jun 2010 10:22:47 +0000 (12:22 +0200)]
Fix crash for newly added project nodes

Task-Nr: QTCREATORBUG-1697

13 years agoAmmendment to last commit, fix alignment of images in lists for good.
Daniel Molkentin [Tue, 22 Jun 2010 09:09:03 +0000 (11:09 +0200)]
Ammendment to last commit, fix alignment of images in lists for good.

13 years agoFix more glitches in the online version of the docs
Daniel Molkentin [Tue, 22 Jun 2010 09:02:20 +0000 (11:02 +0200)]
Fix more glitches in the online version of the docs

- sprites_combined was too old (pull from Qt)
- page.png asset was not copied and used
- style.css was improved
  - don't show bullets for numbered lists
  - vertically center <img>s in ul or ol environment
  - don't specify widths for the module name

Reviewed-By: Leena Miettinen
13 years agoUpdate japanese translation
axasia [Mon, 21 Jun 2010 18:58:15 +0000 (20:58 +0200)]
Update japanese translation

Merge-request: 152
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoUpdated 3rd party components mentioned in README file
Thorbjørn Lindeijer [Mon, 21 Jun 2010 11:52:05 +0000 (13:52 +0200)]
Updated 3rd party components mentioned in README file

Reviewed-by: kh1
13 years agoFix missing update notification if a device config get's added/removed.
kh1 [Mon, 21 Jun 2010 11:25:34 +0000 (13:25 +0200)]
Fix missing update notification if a device config get's added/removed.

Task-number: QTCREATORBUG-1686
Reviewed-by: ck
13 years agoFix missing help plugin shortcuts.
kh1 [Mon, 21 Jun 2010 11:23:43 +0000 (13:23 +0200)]
Fix missing help plugin shortcuts.

Reviewed-by: ck
13 years agoAdd little script that creates source and doc package.
con [Mon, 21 Jun 2010 10:56:23 +0000 (12:56 +0200)]
Add little script that creates source and doc package.

13 years agoFix MSVC10 compiler warnings.
Friedemann Kleint [Mon, 21 Jun 2010 10:05:18 +0000 (12:05 +0200)]
Fix MSVC10 compiler warnings.
Reviewed-by: dt
13 years agoMaemo: Prepare unpackaged deployment.
ck [Mon, 21 Jun 2010 09:25:06 +0000 (11:25 +0200)]
Maemo: Prepare unpackaged deployment.

Reviewed-by: kh1
13 years agoerror message delivery threading fixes
Oswald Buddenhagen [Tue, 15 Jun 2010 14:34:03 +0000 (16:34 +0200)]
error message delivery threading fixes

the message manager is not thread-safe, so don't use it outside the main
thread.

13 years agoMaemo: Fix access rights for remote .ssh directory.
ck [Fri, 18 Jun 2010 10:48:52 +0000 (12:48 +0200)]
Maemo: Fix access rights for remote .ssh directory.

Task-number: QTCREATORBUG-1673

13 years agoFixes: Mac: Buffer switcher hides the main window.
con [Thu, 17 Jun 2010 15:17:11 +0000 (17:17 +0200)]
Fixes: Mac: Buffer switcher hides the main window.

When switching from text editor in Edit mode to a visual editor in
Design mode via Opt+Tab.

Task-number: QTCREATORBUG-1665
Reviewed-by: Daniel Molkentin
13 years agoReflect that 2.0 has some qml features removed.
con [Thu, 17 Jun 2010 15:15:05 +0000 (17:15 +0200)]
Reflect that 2.0 has some qml features removed.

13 years agoNew changes file for 2.1
con [Thu, 17 Jun 2010 15:13:46 +0000 (17:13 +0200)]
New changes file for 2.1

13 years agoDoc - Add known issues in 2.0.0.
Leena Miettinen [Thu, 17 Jun 2010 15:17:13 +0000 (17:17 +0200)]
Doc - Add known issues in 2.0.0.

Reviewed-by: kh
13 years agoDoc - Edit information about troubleshooting connections to Maemo devices.
Leena Miettinen [Thu, 17 Jun 2010 15:16:27 +0000 (17:16 +0200)]
Doc - Edit information about troubleshooting connections to Maemo devices.

13 years agoUse the full path to the qemu executable, might fix QTCREATORBUG-1656.
kh1 [Thu, 17 Jun 2010 13:57:08 +0000 (15:57 +0200)]
Use the full path to the qemu executable, might fix QTCREATORBUG-1656.

Task-number: QTCREATORBUG-1656

13 years agoMaemo: Remove packaging timeout.
ck [Thu, 17 Jun 2010 10:23:26 +0000 (12:23 +0200)]
Maemo: Remove packaging timeout.

Reviewed-by: kh1
13 years agoDoc - Add altenative configurations for connections between Qt Creator and Maemo...
Leena Miettinen [Thu, 17 Jun 2010 09:25:06 +0000 (11:25 +0200)]
Doc - Add altenative configurations for connections between Qt Creator and Maemo devices.

13 years agoSet a parent for the New and Rename Session dialogs
Thorbjørn Lindeijer [Wed, 16 Jun 2010 15:32:44 +0000 (17:32 +0200)]
Set a parent for the New and Rename Session dialogs

Fixes window manager glitches at least on GNOME.

Reviewed-by: dt
13 years agoPrefer static to anonymous namespace for global functions
Thorbjørn Lindeijer [Tue, 15 Jun 2010 12:36:10 +0000 (14:36 +0200)]
Prefer static to anonymous namespace for global functions

13 years agoFixed translation of "Projects"
Robert Loehning [Wed, 16 Jun 2010 15:30:18 +0000 (17:30 +0200)]
Fixed translation of "Projects"

Reviewed-by: dt
13 years agouse local8Bit instead of latin1 here as well
Oswald Buddenhagen [Tue, 15 Jun 2010 14:33:03 +0000 (16:33 +0200)]
use local8Bit instead of latin1 here as well

13 years agoderef instead of deleting
Oswald Buddenhagen [Tue, 15 Jun 2010 11:44:19 +0000 (13:44 +0200)]
deref instead of deleting

this would give a leak instead of a crash - if it was really
relevant at all.