Friedemann Kleint
010b73615c
i18n: tr()-fixes.
2010-04-27 12:39:00 +02:00
Friedemann Kleint
34982c1f23
VCS[Subversion]: Add menu options
...
Add menu options for consistency, run
svn in C-locale.
Task-number: QTCREATORBUG-1282
2010-04-27 12:16:51 +02:00
Friedemann Kleint
3ea8e3e0d1
i18n: tr()-Fixes.
2010-04-27 11:12:47 +02:00
Tobias Hunger
f261515642
Fix possible crash in the generic project
...
Make sure we have a RunConfiguration after importing a project from
earlier versions of creator.
Tasknumber: QTCREATORBUG-1277
2010-04-27 10:58:36 +02:00
Tobias Hunger
63340d873f
s/QObject::tr/QCoreApplication::translate/g
2010-04-27 10:50:38 +02:00
Roberto Raggi
000b637523
Handle unary ~ operator.
2010-04-27 09:55:19 +02:00
Jens Bache-Wiig
d03367df61
Optimize default header section size for the stack view
...
Both line and level should be smaller than the other headers
in the default layout since they only show numbers here.
Reviewed-by: danimo
2010-04-26 20:25:14 +02:00
Jens Bache-Wiig
e7eeaf7204
Use south tabs in the debugger
...
The current northpointing dockwidget layout looks
broken since we repeat the label when the docks are
unlocked. We also dont line up properly with the header sections.
Other dock widgets in designer are also using the south tab so
this would be more consistent.
Reviewed-by: danimo
2010-04-26 19:58:05 +02:00
Jens Bache-Wiig
6be179c424
Slightly improved reference icon
...
Added a glossy look to make it more consistent with
other icons.
Reviewed-by: Daniel Molkentin
2010-04-26 19:58:05 +02:00
mae
5b46ae79b5
Fix hangup with regular expression search and 0-size match
2010-04-26 19:37:19 +02:00
ck
5022679311
QmlDesigner: Remove invalid "typename" keyword.
2010-04-26 17:27:47 +02:00
ck
f3e0ac3729
Fix multiple occurrences of Botan include dir.
2010-04-26 17:23:01 +02:00
Thomas Hartmann
7d23adf002
QmlDesigner.propertyEditor: cleanup of button and fixing resizing
2010-04-26 16:27:47 +02:00
Thomas Hartmann
56476566e4
QmlDesigner.propertyEditor: add designerpropertymap.h
2010-04-26 16:27:47 +02:00
Thomas Hartmann
d2c9614755
QmlDesigner.propertyEditor: cleanup
2010-04-26 16:27:46 +02:00
Thomas Hartmann
9a4b0dc56a
QmlDesigner.propertyEditor: add objectName to frame
2010-04-26 16:27:45 +02:00
Erik Verbruggen
b149ee8dbb
Fixed invalid order when inserting new objects.
...
Done-with: ckamm
Task-number: BAUHAUS-631
2010-04-26 16:21:40 +02:00
Jens Bache-Wiig
ce082fe61d
Update welcomepage with a shiny background
...
I introduced some graphical details in the background
that replaces the gradient. I also fixed the foreground
square a bit to get rid of the blurry line at the bottom.
Reviewed-by: danimo
2010-04-26 15:28:05 +02:00
Lasse Holmstedt
3462def9b6
Fixed contexts in qt quick designer
...
because of a recent change, they were overlapping with qmljseditor, so
e.g. delete key did not work in text editor.
2010-04-26 15:13:24 +02:00
Thorbjørn Lindeijer
8e9a70addf
Renamed TextEditDocumentLayout to BaseTextDocumentLayout
2010-04-26 14:42:11 +02:00
Thorbjørn Lindeijer
41ab8fbbf1
Moved TextEditDocumentLayout and related classes to their own file
...
The Parentheses, TextBlockUserData and TextEditDocumentLayout classes
and their member function implementations were spread around the
BaseTextEditor class. Moving them to their own file to make the code a
bit better organized.
Reviewed-by: mae
2010-04-26 14:42:11 +02:00
Lasse Holmstedt
128afde011
restored toggling full screen for bauhaus
2010-04-26 14:40:40 +02:00
Lasse Holmstedt
aeb8871094
Added menu entries for hiding and showing left/right bauhaus sidebars
2010-04-26 14:27:49 +02:00
Lasse Holmstedt
73f1a30714
Added weakpointers to Sidebar to make sure things aren't double-deleted
...
Reviewed-by: con
2010-04-26 14:27:49 +02:00
Lasse Holmstedt
3be86bb828
Added Window->Views menu entry for restoring Qt Quick Designer layout
2010-04-26 14:27:49 +02:00
Lasse Holmstedt
fe48286ecc
Made Qt Quick Designer editor opening modal
...
If you're in Design mode, any new editors will open in design mode
as well. If you're in Edit mode, new editors will open in Edit mode.
Task-number: BAUHAUS-609
2010-04-26 14:27:49 +02:00
Lasse Holmstedt
71297db227
added missing dependency for qmljseditor
2010-04-26 14:27:48 +02:00
Lasse Holmstedt
fd549343fc
unified left & right sidebars in bauhaus
...
SideBar was patched to give it extra functionality:
- closeWhenEmpty: when all sidebar widgets are closed, the whole
sidebar will disappear, too.
- unavailableItems: a list of non-openable windowTitles can be given
to the sidebar.
Reviewed-by: con
2010-04-26 14:27:48 +02:00
Lasse Holmstedt
6cbf520599
Added functionality to hide all sidebars in bauhaus
...
Alt+0 does this now, the command is overridden.
Reviewed-by: kkoehne
2010-04-26 14:27:48 +02:00
ck
e112c6a9bf
Maemo: Add simple widget for package configuration.
2010-04-26 14:12:45 +02:00
Kai Koehne
797bc649ea
Quick Designer: Fix core tests
...
'property var' isn't supported any more, it's now 'property variant'
2010-04-26 13:29:40 +02:00
Kai Koehne
e01c627325
QuickDesigner: Fix typo in method name
2010-04-26 13:29:40 +02:00
Erik
3ae3e3f330
Import library target from cmake project.
...
Added library flag to CMakeBuildTarget struct which is set when parsing
the cbp file. This flag is then used to make sure no runconfiguration
is created for library targets.
Merge-request: 136
Reviewed-by: dt <qtc-committer@nokia.com >
2010-04-26 12:30:02 +02:00
dt
0b5ffee800
Remove debugging output
2010-04-26 12:30:00 +02:00
dt
f093d0806b
Cancel code model indexing on project closing and full code model update
...
Task-Nr: QTCREATORBUG-1151
2010-04-26 12:29:50 +02:00
dt
aa3ccee492
Fix showing of recent projects list if started with the empty list
...
Task-Nr: QTCREATORBUG-1176
Reviewed-By: danimo
2010-04-26 12:17:05 +02:00
dt
baae85d579
make it possible to remove CMakeProject::MakeStep
...
Seems like nothing should be immutable.
Task-Nr: QTCREATORBUG-1161
2010-04-26 12:17:05 +02:00
ck
00b4ef8ec0
Help documents list: Only show close button when closing is possible.
2010-04-26 11:56:37 +02:00
ck
9ece8a4110
Move SSH functionality out of the Qt4ProjectManager.
...
It does not conceptually belong there, and several people have
asked for an interface to use the functionality in their own
plugins.
Task-number: QTCREATORBUG-1204
Reviewed-by: kh1
2010-04-26 11:43:25 +02:00
Christian Kamm
71b9057b0b
QmlJS: The qml document's path is no longer an implicit import path.
2010-04-26 10:43:59 +02:00
Friedemann Kleint
aa0926901b
VCS: Initially enable menus.
...
Fix breakage introduced by:
5923733889
2010-04-26 09:12:58 +02:00
Robert Loehning
886088a1f3
Fixed debug view of QImage on Windows
...
Reviewed-by: hjk
2010-04-23 18:04:40 +02:00
Friedemann Kleint
5923733889
VCS: Speed up
...
Do not listen on ICore::contextChanged to update actions
(became slow after additional contexts).
git: Make code to find top level faster, avoid
constructing file info lists.
Acked-by: con
2010-04-23 16:21:09 +02:00
Robert Loehning
fbbb6cf64b
Fixed typo in German translation.
2010-04-23 15:59:13 +02:00
Robert Loehning
1be173efcc
gdbmacros: Escaping backslashes in filename
2010-04-23 15:39:37 +02:00
Daniel Molkentin
e81e001f6e
Don't allow resizing of new dialog.
2010-04-23 15:27:05 +02:00
Erik Verbruggen
a8fc1f48d4
Fixed icheck build.
2010-04-23 15:25:22 +02:00
Erik Verbruggen
25837759ea
Fix left-overs from merging icheck code.
2010-04-23 15:25:22 +02:00
Friedemann Kleint
80068a31b3
CodePaster: Add file share protocol based on shared network drives.
2010-04-23 15:08:24 +02:00
Friedemann Kleint
473a736689
CodePaster: Clean up configuration checks, part II
...
Point user to settings if something goes wrong.
2010-04-23 15:07:34 +02:00