Thomas Hartmann
8d5e181df5
QmlDesigner.propertyEditor: avoid crash while reattaching model
2010-03-22 11:50:23 +01:00
Thomas Hartmann
d39124f442
QmlDesigner: remove AllPropertyesViewController
2010-03-22 11:46:21 +01:00
Lasse Holmstedt
0b010954ad
Help for qml inspector (with F1), namespace fixes
2010-03-22 11:43:54 +01:00
Thomas Hartmann
bad0da82d4
QmlDesigner.nodeInstances: add sanity check
2010-03-22 11:33:44 +01:00
Thomas Hartmann
6579d1d8c3
QmlDesginer.statesEditor: avoid crashes during reattaching model
2010-03-22 11:32:21 +01:00
kh1
ddf421482c
Fix compile error while using QTextBrowser as help viewer.
...
Reviewed-by: Thorbjorn
2010-03-22 11:25:57 +01:00
Kai Koehne
3984c057b8
QmlProject file format: Let filters recurse by default
...
E.g. "QmlFiles {}" now also monitors subdirectories by default, while
"QmlFiles { paths : ["bla.qml"] } does not.
Task-number: BAUHAUS-503
2010-03-22 10:21:18 +01:00
Tobias Hunger
8540effe3a
Unit test and handle note-lines in gcc output.
2010-03-22 10:11:12 +01:00
Kai Koehne
9e1125d464
QmlDesigner: Cleanup of images for the Library
2010-03-22 09:40:16 +01:00
Kai Koehne
2303f5356f
Core: Fix compilation warning
2010-03-22 09:37:26 +01:00
Christian Kamm
a3187addc5
QmlProjectManager: more libraryPaths -> importPaths renames.
...
See c722282cf3 .
2010-03-21 09:36:54 +01:00
Tobias Hunger
d37771d7dd
Fix QTCREATORBUG-1
...
Do some focus handling hacks on windows (only)
Reviewed-by: jbache
2010-03-19 19:22:14 +01:00
Jens Bache-Wiig
f014f3a424
Improve icon and label behavior for target selector
...
I modified the text margins, removed the inconsistent
"No project" label and made sure we fall back to
the default computer icon when no project is open.
2010-03-19 18:41:21 +01:00
Friedemann Kleint
80858f810b
VCS[Mercurial]: Fix initialization order.
2010-03-19 18:07:40 +01:00
dt
0f7b746486
Fix debugging helper logic
2010-03-19 17:53:14 +01:00
Friedemann Kleint
c8b018766a
VCS: Annotate task window: Give action global context.
2010-03-19 17:50:19 +01:00
Jens Bache-Wiig
3da48de31b
Don't cache toolbars twice. Fix flickering.
...
There was a flicker problem with the tool bars because of
missing information in the cache key. We added this info
and removed the redundant caching of toolbar gradients.
Done-with: thorbjorn
2010-03-19 17:49:22 +01:00
Friedemann Kleint
751d7d043c
VCS: Add 'Annotate' context menu entry to build issues task window.
2010-03-19 17:22:53 +01:00
Tobias Hunger
1abe898c8a
Improve alignment of items
2010-03-19 17:15:49 +01:00
Tobias Hunger
9358d5a7ba
Hide lone help button on windows
2010-03-19 17:15:49 +01:00
Tobias Hunger
1c2921d373
Properly report project and targetname on build failures
2010-03-19 17:15:48 +01:00
Thorbjørn Lindeijer
1bb0d91900
Handle forward/backward mouse buttons on press on Linux
...
There's an issue with receiving the release event when the mouse is
moved slightly, and also on Linux it is apparently normal to handle
these events on press instead of release. Tested with Firefox and
Chromium.
Task-number: QTCREATORBUG-899
Reviewed-by: kh1
2010-03-19 16:53:38 +01:00
Thorbjørn Lindeijer
fb82e101ea
Handle forward/backward mouse buttons for editor navigation
...
Task-number: QTCREATORBUG-899
Reviewed-by: kh1
2010-03-19 16:53:38 +01:00
Friedemann Kleint
bcd020f382
VCS[git]: Introduce optional pull --rebase.
...
Do 'git rebase --abort' if something fails.
2010-03-19 16:07:34 +01:00
Tobias Hunger
59d827c697
Fix QTCREATORBUG-904 and 905
...
* Also handle TeamBuilder issues similar to QTCB-904
2010-03-19 15:44:55 +01:00
Tobias Hunger
fd2981570a
Add unit tests
2010-03-19 15:44:55 +01:00
Thorbjørn Lindeijer
909285731f
Revert "No need to export these constants"
...
This reverts commit a61728f6ee .
This was a non-change, since const int is implicitly static in C++.
2010-03-19 15:42:23 +01:00
Thorbjørn Lindeijer
48c4d6c05b
Use some more standard icons from the theme
...
Added icons for Save As, Exit, Select All, Go To Line, About
and Search & Replace actions.
2010-03-19 15:42:23 +01:00
Tobias Hunger
16567649d5
Fix build on windows
2010-03-19 15:37:02 +01:00
Kai Koehne
89ef33557f
QmlProjectManager: Show user how to set plugin paths in .qmlproject file
...
Suggested by Erik Verbruggen
2010-03-19 15:15:36 +01:00
Kai Koehne
c722282cf3
QmlProjectManager: Rename 'libraryPaths' property to 'importPaths'
...
Suggested by Erik Verbruggen
2010-03-19 15:15:36 +01:00
Kai Koehne
bffeb830f5
QmlDesigner: Fix crash when changing a binding
...
Regression introduced by ed31fdd2ae
2010-03-19 15:15:35 +01:00
Kai Koehne
cfa82fc9ba
Remove dependency to qdeclarativecontext_p.h
...
Not needed any more, see commit affdf1c47f
2010-03-19 15:15:35 +01:00
Robert Loehning
962572ed07
Compile fix.
...
Found by Erik Verbruggen.
2010-03-19 15:08:24 +01:00
hjk
55cb347ac7
fakevim: start work on :map
2010-03-19 15:03:29 +01:00
Lasse Holmstedt
641da7c2cf
Fixed whitespace in code
2010-03-19 14:55:03 +01:00
Friedemann Kleint
75e7d30de3
VCS[git]: Reorganize menu action creation/Start SVN submenu.
...
Create actions with convenient factory functions, do enabling per
file/project/repository centrally.
2010-03-19 14:48:21 +01:00
Thorbjørn Lindeijer
a61728f6ee
No need to export these constants
2010-03-19 14:01:58 +01:00
Thorbjørn Lindeijer
69cd22ba39
Fixed the indentation of the Q_OBJECT macro in new class wizard
2010-03-19 14:01:58 +01:00
Thorbjørn Lindeijer
f1c9b1ca5e
Moved the testing of a Maemo device configuration into a dialog
...
Reduces the minimum size of the Options dialog.
Reviewed-by: kh1
2010-03-19 14:01:58 +01:00
Lasse Holmstedt
d5bdad2269
context-based hiding/showing of debug menu entries
...
the previous implementation relied on poking around with setVisible
of the menu actions. Now, command attribute CA_Hide is used instead for
the necessary entries.
Reviewed-by: hjk
2010-03-19 13:59:57 +01:00
Lasse Holmstedt
8c83a9d088
Added tooltips to qml inspector
2010-03-19 13:59:57 +01:00
Lasse Holmstedt
ce57387f89
Fixed jumping to edit/design mode when debugging qml files
2010-03-19 13:59:57 +01:00
Kai Koehne
affdf1c47f
Fix compilation error due to missing symbol export in QtDeclarative
...
Work around missing export of refreshBindings() by indirectly forcing
the refresh via setContextProperty.
2010-03-19 13:57:00 +01:00
Erik Verbruggen
0cf0fb463b
Changed property insertion into one-liners.
2010-03-19 12:11:35 +01:00
Kai Koehne
ed31fdd2ae
Fix compilation against latest qt/master
...
Adapt to latest QtDeclarative API changes.
2010-03-19 12:06:07 +01:00
Friedemann Kleint
51cc919467
Wizards: Make verbose log appear in message pane.
...
Also list all registered wizards. Bring initialization
of Core::MessageManager forward.
Acked-by: con
2010-03-19 11:26:56 +01:00
Kai Koehne
dce948705b
UI String fix: "Build System" instead of "Buildsystem"
2010-03-19 11:20:50 +01:00
Roberto Raggi
273a64bbeb
Fixed possible leaks when processing friend template classes and template constructors.
2010-03-19 11:09:35 +01:00
hjk
d20fd0c8d8
fakevim: compile fix on VS 2008.
...
The compiler does not like 128 if's in a function.
2010-03-19 08:44:57 +01:00