• R/O
  • HTTP
  • SSH
  • HTTPS

qt-creator-jp: コミット一覧

Qt Creator 日本語化プロジェクトのgitリポジトリです。
git://labs.trolltech.com/creator をcloneして
ひとまず1.0.0-jpブランチを作成して作業していきます。


RSS
Rev. 日時 作者
134ebe1 1.3-jp 2009-11-27 11:11:31 axasia

Merge remote branch 'qtsw/1.3' into 1.3-jp

Conflicts:
share/qtcreator/translations/qtcreator_ja.ts

dd65120 2009-11-26 16:51:43 Friedemann Kleint

CDB: Fix disassembler for 64 bit addresses.

2b23ea2 2009-11-26 00:32:44 Friedemann Kleint

Debugger/CDB: Windows 64 integer handling.

Convert CDB unsigned integer values should they appear in hex,
make format flexible.
Use int64 for reformatting integers to be able to accommodate
64 bit values on Windows 64. Add some more integer types.
Do not save decimal type formats. Add menu option to clear
individual formatting. Do not use map[] to query the type formats
(inserting 0 everywhere as a side effect).

Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>

32dd456 2009-11-25 04:44:01 Oswald Buddenhagen

doc updates

mostly reshuffling and language fixes

the bulk of the work was done by Others Than Me (TM).

6a861cf 2009-11-25 04:44:01 Oswald Buddenhagen

add script to fix the navigation links when the index order changes

re-linking the pages manually makes one's head explode, so automate it.

7cb57a8 2009-11-25 04:44:01 Oswald Buddenhagen

whitespace shuffling

remove trailing ws, expand tabs and normalize newlines

67c186a 2009-11-25 04:43:58 Oswald Buddenhagen

less bizarre build command setup for windows

4ed8902 2009-11-25 04:43:58 Oswald Buddenhagen

do not break on mingw with sh in PATH

c13d934 2009-11-25 04:43:55 Oswald Buddenhagen

macx: compile doc into the right directory instead of copying it later

0271da5 2009-11-25 04:04:52 Oswald Buddenhagen

Arm => ARM

585f8f3 2009-11-25 00:20:26 con

Better layout for qrc editor.

Task-number: QTCREATORBUG-339

7d1a3d7 2009-11-24 22:40:43 dt

Fix a bug with selecting copying the right text to the Find dialog.

To reproduce:
Split editors.
Select text in first editor.
Select text in second editor.
Invoke the find dialog.
Notice that the text from the first editor was used.

Reviewed-By: mae
(cherry picked from commit fd0fbddebbf8b78398cc4d26e3bb36b8c445a307)

2b6a168 2009-11-24 05:20:07 Thorbjørn Lindeijer

Don't wrap around the completion list when auto-repeating

It can be a bit disturbing if the list suddenly jumps when you don't
release the down or up key in time.

Done with mae.

6894cd0 2009-11-23 23:18:09 Thorbjørn Lindeijer

Fixed a potential issue with automatic brace matching

When encountering a line that hasn't been highlighted yet, we need to
abort the optimization for changing brace depth.

Done with Roberto Raggi and mae.

40bc1ac 2009-11-23 20:54:13 con

Another fix for patched file file :name

Reviewed-by: Daniel Molkentin

2f3a16e 2009-11-23 19:43:55 Daniel Molkentin

also patch .qmake.cache, fix list of files to patch in old patcher.

7def179 2009-11-23 19:01:49 Friedemann Kleint

CDB: Convert 64bit pointers correctly.

Adapt to the output format "0x0000000`0046535C".
Reviewed-by: hjk <qtc-committer@nokia.com>

2c403df 2009-11-23 19:00:43 Friedemann Kleint

Debugger: Fix setting of integer formats per type.
Reviewed-by: hjk <qtc-committer@nokia.com>

6e61990 2009-11-23 04:54:22 Benjamin Poulain

Validatation of the first half of the French translations.

Validate the strings of the French translation. The strings were fixed
when necessary.

8ae0b66 2009-11-23 02:45:32 Pierre Rossi

Updated french strings to be translated for 1.3

5bf5e23 2009-11-23 02:45:32 Benjamin Poulain

Additionnal French translations

Reviewed-by: Pierre Rossi

2e82c14 2009-11-21 00:40:30 Thorbjørn Lindeijer

Fixed function argument widget text color in dark themes

By setting the window and button text colors to the tool tip text color,
since a tool tip background is drawn.

Task-number: QTCREATORBUG-322

ad4c227 2009-11-21 00:02:52 con

Make context help work also when switching user interface language.

Also avoids errors because of users messing with the "Unfiltered"
filter, which is used for e.g. context help.
The strategy now is to remove the "Unfiltered" filter from previous runs
(possibly in a different language), and re-register a fresh filter with
the name in the current language, and guaranteed to not filter out
anything.

Reviewed-by: kh1

a9fa7c7 2009-11-20 23:58:24 Friedemann Kleint

S60: Detect Device SDK from paths if registry entry is missing.

Display the error in a label of the preferences page.
Reviewed-by: con

e292554 2009-11-20 23:09:39 Roberto Raggi

Fixed possible crash when using tab to complete (Qt/Carbon only).

Task-number: QTCREATORBUG-199
Reviewed-by: thorbjorn

e2cfc09 2009-11-20 18:11:21 hjk

debugger: mark 'Null' QStrings() in pretty-printers

40518ac 2009-11-20 03:45:14 Daniel Molkentin

gdb: On Windows, also substitute the debugging path for non-sdk Qt.

Reviewed-By: hjk

3e68d1a 2009-11-20 02:54:36 dt

Fix RunConfigurations showing only enabled RunConfigurations

69969be 2009-11-20 01:29:37 Thorbjørn Lindeijer

Fixed possible crash on constructor completion

When constructor completion was attempted on a base class specified in a
class declaration, a null pointer reference would occur.

Task-number: QTCREATORBUG-321
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>

e106e21 2009-11-20 00:55:27 Tobias Hunger

Do not mark env vars as modified if not needed.

* Ignore steData calls that do not actually change any data
in the EnvironmentEditorModel. This prevents all variables
touched from getting marked up as changed.

Reviewed-By: con

旧リポジトリブラウザで表示