Commit Graph

5886 Commits

Author SHA1 Message Date
Oswald Buddenhagen
32dd4567c8 doc updates
mostly reshuffling and language fixes

the bulk of the work was done by Others Than Me (TM).
2009-11-24 20:44:01 +01:00
Oswald Buddenhagen
6a861cf92d 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.
2009-11-24 20:44:01 +01:00
Oswald Buddenhagen
7cb57a8a70 whitespace shuffling
remove trailing ws, expand tabs and normalize newlines
2009-11-24 20:44:01 +01:00
Oswald Buddenhagen
67c186abea less bizarre build command setup for windows 2009-11-24 20:43:58 +01:00
Oswald Buddenhagen
4ed8902f51 do not break on mingw with sh in PATH 2009-11-24 20:43:58 +01:00
Oswald Buddenhagen
c13d934b37 macx: compile doc into the right directory instead of copying it later 2009-11-24 20:43:55 +01:00
Oswald Buddenhagen
0271da5f37 Arm => ARM 2009-11-24 20:04:52 +01:00
con
585f8f3149 Better layout for qrc editor.
Task-number: QTCREATORBUG-339
2009-11-24 16:20:26 +01:00
dt
7d1a3d7fe7 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 fd0fbddebb)
2009-11-24 14:40:43 +01:00
Thorbjørn Lindeijer
2b6a168972 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.
2009-11-23 21:20:07 +01:00
Thorbjørn Lindeijer
6894cd0b2e 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.
2009-11-23 15:18:09 +01:00
con
40bc1ac07b Another fix for patched file file :name
Reviewed-by: Daniel Molkentin
2009-11-23 12:54:13 +01:00
Daniel Molkentin
2f3a16efcb also patch .qmake.cache, fix list of files to patch in old patcher. 2009-11-23 11:43:55 +01:00
Friedemann Kleint
7def179a98 CDB: Convert 64bit pointers correctly.
Adapt to the output format "0x0000000`0046535C".
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-11-23 11:01:49 +01:00
Friedemann Kleint
2c403df660 Debugger: Fix setting of integer formats per type.
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-11-23 11:00:43 +01:00
Benjamin Poulain
6e61990023 Validatation of the first half of the French translations.
Validate the strings of the French translation. The strings were fixed
when necessary.
2009-11-22 20:54:22 +01:00
Pierre Rossi
8ae0b6665c Updated french strings to be translated for 1.3 2009-11-22 18:45:32 +01:00
Benjamin Poulain
5bf5e23efc Additionnal French translations
Reviewed-by: Pierre Rossi
2009-11-22 18:45:32 +01:00
Thorbjørn Lindeijer
2e82c14abc 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
2009-11-20 16:40:30 +01:00
con
ad4c227ca4 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
2009-11-20 16:02:52 +01:00
Friedemann Kleint
a9fa7c71fa S60: Detect Device SDK from paths if registry entry is missing.
Display the error in a label of the preferences page.
Reviewed-by: con
2009-11-20 15:58:24 +01:00
Roberto Raggi
e292554067 Fixed possible crash when using tab to complete (Qt/Carbon only).
Task-number: QTCREATORBUG-199
Reviewed-by: thorbjorn
2009-11-20 15:09:39 +01:00
hjk
e2cfc0958e debugger: mark 'Null' QStrings() in pretty-printers 2009-11-20 10:11:21 +01:00
Daniel Molkentin
40518ac11c gdb: On Windows, also substitute the debugging path for non-sdk Qt.
Reviewed-By: hjk
2009-11-19 19:45:14 +01:00
dt
3e68d1a701 Fix RunConfigurations showing only enabled RunConfigurations 2009-11-19 18:54:36 +01:00
Thorbjørn Lindeijer
69969bef43 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>
2009-11-19 17:29:37 +01:00
Tobias Hunger
e106e218d8 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
2009-11-19 16:55:27 +01:00
hjk
1d0758d8b1 reset 'busy' cursor if editor could not be created 2009-11-19 09:52:34 +01:00
hjk
4461ec2ef5 debugger: prevent crash when trying to view memory if bin editor is
unavailable
2009-11-19 09:51:21 +01:00
hjk
aa3b274a93 fakevim: fix undo of 'J' 2009-11-19 08:51:18 +01:00
Robert Loehning
bfb01f4162 Fixed translation typo.
Reviewed-by: Maurice Kalinowski
2009-11-18 19:46:10 +01:00
axasia
fbede04f67 Update japanese translation.
Merge-request: 2140
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-11-18 18:14:07 +01:00
Jonathan Courtois
aaa06753ff Validating French translations
Merge-request: 2131
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-11-18 18:10:59 +01:00
Oswald Buddenhagen
190bace234 French translations
by Ben & Pierre
2009-11-18 18:10:51 +01:00
Jonathan Courtois
6faadc94ed French translations
Merge-request: 2131
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-11-18 17:17:42 +01:00
Florent Renault
ec7ad5e71a French translations
Merge-request: 2131
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-11-18 17:17:42 +01:00
Friedemann Kleint
ce5380aaeb Wizard: Polish, layout and module names.
Reviewed-by: con
2009-11-18 12:11:16 +01:00
Friedemann Kleint
213b8638ed Designer: Restrict files used for "Go to slot" to project of ui-file.
Reviewed-by: con
Task-number: QTCREATORBUG-245
2009-11-18 10:31:16 +01:00
Friedemann Kleint
066b1d8d6b Shortcut Ctrk-L (Locator Goto Line) broken in most translations.
Change the translateable string not to contain a blank.

Task-number: QTCREATORBUG-299
Reviewed-by: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-11-17 16:56:04 +01:00
Sergey Belyashov
9ce3bd0b76 Updated Russian translation.
Merge-request: 2115
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-11-17 15:48:00 +01:00
Roberto Raggi
fa2eca8262 Insert semicolon when matching enum declarations.
Task-number: QTCREATORBUG-282
2009-11-16 18:15:33 +01:00
Roberto Raggi
0b641d38d5 Use a map for the memoization. 2009-11-16 18:01:50 +01:00
Thorbjørn Lindeijer
881f62e965 Fixed printing of the current Qt version number
The final dot was confusing qmake, apparently considered part of the
variable name.
2009-11-16 13:08:04 +01:00
Roberto Raggi
fc52fd8908 Revert "Fixed the direction in which include paths are traversed"
This reverts commit 6a9e7ab0f4.
2009-11-13 15:20:54 +01:00
hjk
516af4b1b6 debugger: access preloaded dumpers also when stopped by a signal 2009-11-13 14:16:44 +01:00
Robert Loehning
de6551b8fe S60: More precise about Qt version to use. 2009-11-13 11:31:15 +01:00
Robert Loehning
1e9152df6c S60: Added documentation paragraph about running in emulator. 2009-11-13 11:31:14 +01:00
hjk
4eea61c47f debugger: fix breakpoihnt deletion by using the context menu action 2009-11-13 10:55:50 +01:00
hjk
805c728a29 debugger: work on QObject dumper auto test 2009-11-13 10:49:50 +01:00
Jarek Kobus
37e08bbdd4 Fix a bug when processing the comment
When we meet /* we look for closing */ and continue processing from the next char, not from '/' which was a part of the closing comment
2009-11-13 08:52:35 +01:00