con
ada0c88c80
New changes file for 2.1
2010-06-17 17:37:39 +02:00
Leena Miettinen
a47ec389cc
Doc - Add known issues in 2.0.0.
...
Reviewed-by: kh
2010-06-17 17:20:38 +02:00
Leena Miettinen
d9a690fe5f
Doc - Edit information about troubleshooting connections to Maemo devices.
2010-06-17 17:20:37 +02:00
kh1
a89c171cb1
Use the full path to the qemu executable, might fix QTCREATORBUG-1656.
...
Task-number: QTCREATORBUG-1656
2010-06-17 15:57:08 +02:00
ck
cfdb5d7446
Maemo: Remove packaging timeout.
...
Reviewed-by: kh1
2010-06-17 12:24:37 +02:00
Leena Miettinen
c10d997209
Doc - Add altenative configurations for connections between Qt Creator and Maemo devices.
2010-06-17 11:30:59 +02:00
Thorbjørn Lindeijer
a09ffde2be
Set a parent for the New and Rename Session dialogs
...
Fixes window manager glitches at least on GNOME.
Reviewed-by: dt
2010-06-16 17:59:43 +02:00
Thorbjørn Lindeijer
16989185df
Prefer static to anonymous namespace for global functions
2010-06-16 17:43:46 +02:00
Robert Loehning
77558abc32
Fixed translation of "Projects"
...
Reviewed-by: dt
2010-06-16 17:30:18 +02:00
Oswald Buddenhagen
16081c105b
use local8Bit instead of latin1 here as well
2010-06-16 15:48:39 +02:00
Oswald Buddenhagen
82b72b0897
deref instead of deleting
...
this would give a leak instead of a crash - if it was really
relevant at all.
2010-06-16 15:48:02 +02:00
Oswald Buddenhagen
b49a6e7842
add pro parser stuff to dependpath
2010-06-16 15:47:46 +02:00
Leena Miettinen
e6e069a6f9
Doc - Add information about Remote Compiler. Add information about building for Symbian Emulator.
...
Reviewed-by: Tobias Hunger
2010-06-16 11:41:59 +02:00
Kai Koehne
dde810bf50
QuickDesigner: Compile fix
...
Fix compilation error introduced by a rebase
(12d6f03d5f )
2010-06-15 15:39:53 +02:00
Kai Koehne
85f3472b22
QuickDesigner: Reduce numbers of redraws / state switching in States Editor
...
nodeInstancePropertyChanged() is called for _every_ state switch ... so
the current assumption that it only reflects real changes does not hold.
Instead, use the orphaned sceneChanged() method to schedule redraws.
However, this still results in some overhead when switching to the base state
(sceneChanged() cannot decide whether it has to redraw all other states
or not).
Reviewed-by: Christiaan Janssen
2010-06-15 15:34:07 +02:00
Kai Koehne
12d6f03d5f
QuickDesigner: Add debugging output to track State Switching
...
Of course disabled by default
Reviewed-by: Christiaan Janssen
2010-06-15 15:34:07 +02:00
dt
90a85a9b1e
Fix parsing canceld on project load
...
Task-Nr: QTCREATORBUG-1616
2010-06-15 15:09:38 +02:00
Daniel Molkentin
c7db4a09c8
Sync doc style with Qt, introduce online version (make docs_online)
...
The spacing errors come from Qt, and should be fixed there.
Reviewed-By: Oswald Buddenhagen
2010-06-15 15:02:57 +02:00
Christian Kamm
b7cb1feb4b
QmlJS: Ignore .pragma library for now.
...
Task-number: QTCREATORBUG-1421
Reviewed-by: Erik Verbruggen
2010-06-15 14:50:16 +02:00
Christian Kamm
983ed48ae3
QmlJS: Don't unnecessarily store the multiline comment state.
...
The 'state' value already holds the same information.
Reviewed-by: Erik Verbruggen
(backport of 70448b016d )
2010-06-15 14:34:18 +02:00
Thorbjørn Lindeijer
83dba068ce
Avoid triggering indent for electric characters in comments and strings
...
In comments and strings, electric characters have no syntactical
significance and the unnecessary automatic reindent can be annoying.
Reviewed-by: Erik Verbruggen
2010-06-15 12:25:01 +02:00
Thorbjørn Lindeijer
a6e5298591
Fixed handling of text wrapping and a text layout corner case
...
Due to using QTextCursor::columnNumber() instead of
QTextCursor::positionInBlock(), a lot of code would not work correctly
when used with wrapped lines.
In addition, there was an issue with columnNumber() returning 0 right
after inserting a character before the last character of a line.
Reviewed-by: mae
2010-06-15 12:25:01 +02:00
Friedemann Kleint
c44a0e5999
VCS[Mercurial]: Working directory not set for asynchronous commands.
...
Task-number: QTCREATORBUG-1503
2010-06-15 11:57:05 +02:00
Friedemann Kleint
b8c78764e2
VCS[Mercurial]: Remove LANG=C setting
...
as it breaks the log output.
Task-number: QTCREATORBUG-1623
2010-06-15 11:41:43 +02:00
Friedemann Kleint
8c7a54bcce
VCS[Subversion]: Remove LANG=C setting
...
as it breaks the log output.
Task-number: QTCREATORBUG-1623
2010-06-15 11:38:09 +02:00
Erik Verbruggen
e5b9c76f27
Added C-style comment folding.
...
This is a "back-port" for 57f2b3e44d from master
into 2.0.
Done-with: ckamm
2010-06-15 11:27:07 +02:00
Kai Koehne
512e75a561
QmlDesigner: Fix crash when typing keywords as Ids
...
We don't check that an ID entered in the Navigator or Property Editor
is not a JavaScript keyword. This patch revamps the RewritingException
that happens in this case in a InvalidIdException.
Task-number: QTCREATORBUG-1540
2010-06-15 09:43:18 +02:00
kh1
106d111f9b
Fixes broken attribute list for real.
...
Task-number: QTCREATORBUG-1621
2010-06-14 18:07:20 +02:00
kh1
3cf8d21115
Fix build without webkit.
2010-06-14 16:57:53 +02:00
kh1
27daa542d3
We need to check for http only.
2010-06-14 16:57:52 +02:00
Thorbjørn Lindeijer
6875a50d27
Don't pass QChar as const & since it's just a unsigned short
...
Reviewed-by: ogoffart
2010-06-14 16:10:35 +02:00
kh1
7d4bbf4934
Allow http request to be opened in the help plugin.
...
Reviewed-by: ck
2010-06-14 14:34:32 +02:00
Sergey Belyashov
dc91a0949a
Russian translation update
...
Merge-request: 150
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2010-06-14 13:39:35 +02:00
con
9250d0007d
Version update to match the planned version naming.
2010-06-11 16:37:10 +02:00
con
5e40846c23
Fixes: Not possible to tell whether "Operate by instruction" is enabled
...
from Menu entry
Don't show the icon of checkable items in the menu to avoid being
affected by broken styles.
Task-number: QTCREATORBUG-1173
2010-06-11 15:33:11 +02:00
con
3c6643cd75
Fixes: Menu items disabled during keyboard navigation (Windows)
...
Reviewed-by: Thorbjørn Lindeijer
Task-number: QTCREATORBUG-865
2010-06-11 14:48:40 +02:00
Leena Miettinen
e5f0ea6d03
Doc - Added fixed issues in 2.0.0 that were removed from known issues in Qt Creator manual.
...
Reviewed-by: con
2010-06-11 14:23:11 +02:00
Leena Miettinen
16223cb83c
Doc - Removed fixed or obsolete issues and added a new issue for v2.0.0.
...
Reviewed-by: con
Reviewed-by: Friedemann Kleint
Reviewed-by: dt
2010-06-11 14:23:10 +02:00
kh1
1b6ad08795
Move help manager into core.
...
- lessens open file handles
- improves help plugin startup further
Task-number: QTCREATORBUG-337
Reviewed-by: ck
2010-06-11 13:11:37 +02:00
kh1
40b983a91b
Fix missing check-boxes on initial startup.
...
Task-number: QTCREATORBUG-1621
Reviewed-by: ck
2010-06-11 12:49:19 +02:00
ck
5221e8eff9
Maemo: Make packaging step optional.
...
Reviewed-by: kh1
2010-06-11 11:58:46 +02:00
Oswald Buddenhagen
2592e6eed0
non-python: fix dumping of structs inside qt containers
...
Reviewed-by: hjk
2010-06-11 11:13:16 +02:00
dt
20764c225b
Fix double output in compile output window
2010-06-10 18:06:01 +02:00
dt
9d7a054c6b
Fix escaped output in the compile output window
2010-06-10 18:05:59 +02:00
Marco Bubke
bf33e654aa
Get in component and connect every signal to the signal watcher
...
This is improving the updating.
2010-06-10 17:46:21 +02:00
Marco Bubke
ae9da516ac
Don't overwrite bindings
2010-06-10 17:46:11 +02:00
Kai Koehne
49edd8208a
QmlDesigner: Switch 'only select items with content' off by default
...
Reviewed-by: Marco Bubke
Task-id: QTCREATORBUG-1493
2010-06-10 17:46:02 +02:00
Marco Bubke
35263628d1
Add script function to the model
...
This is needed to suppert inline script function of Qml in the designer
2010-06-10 17:41:22 +02:00
Oswald Buddenhagen
24f07b7a72
fix wildcard expansion, etc. under windows
...
raw strings would break things due to the missing null terminator. this
did not affect unix, as there we convert to 8 bit anyway.
Task-number: QTCREATORBUG-1364
2010-06-10 17:05:44 +02:00
Friedemann Kleint
e80a4b962f
VCS[svn]: Incomplete environment passed to Subversion process.
...
Fixes breakage introduced by 34982c1f23 .
Task-number: QTCREATORBUG-1612
Reviewed-by: dt
2010-06-10 16:20:01 +02:00