Commit Graph

72811 Commits

Author SHA1 Message Date
dt
5fa348792b Move metatype declarations, also clean old ones 2010-04-12 15:03:35 +02:00
Jörg Schummer
ba8317f60b QmlDesigner.ItemLibrary: Updated scroll bar style 2010-04-12 14:53:51 +02:00
kh1
fac5b92194 Make the maemo settings widget searchable.
Reviewed-by: ck
2010-04-12 14:48:07 +02:00
kh1
c0e158f161 Move the settings page to the project settings and rename it back.
Reviewed-by: ck
2010-04-12 14:48:06 +02:00
mae
5332925626 Turning blinking cursor on when handling backspace
Reviewed-by: thorbjorn
2010-04-12 14:33:13 +02:00
Jens Bache-Wiig
b61c5121fa Updated layouts for welcome screen
Got rid of the inner frame to make things look more
tab-like and less cluttered.
2010-04-12 13:57:03 +02:00
Tobias Hunger
ad9b6e4ea6 Switch away from modes that become deactivated
Make sure any mode that gets disabled is no longer displayed.

Task-number: QTCREATORBUG-1107
Reviewed-by: con
2010-04-12 13:43:08 +02:00
Jörg Schummer
af1b31d3da QmlDesigner.ItemLibrary: Scale resource images using bi-linear filtering
Task-number: BAUHAUS-504
2010-04-12 13:31:03 +02:00
Erik Verbruggen
fcedcc510a Handle fully qualified types in the root namespace for template typenames.
For example:
    template <typename ::foo::bar>...

Done by: Roberto Raggi
Reviewed-by: erikv
2010-04-12 13:06:24 +02:00
Daniel Molkentin
dc2fbe65bc Only add qtcreator's qm files to iterate through.
The app bundles on mac as well as the Creator versions created
by the windows and linux installers also copy all required qms
for qt, etc, which we must not pick up in the iteration.

Task-number: QTCREATORBUG-1080
Reviewed-by: Erik Verbruggen
2010-04-12 13:02:31 +02:00
Lasse Holmstedt
88683f97ad Fixed ugly headers in bauhaus navigator on startup 2010-04-12 13:03:07 +02:00
Roberto Raggi
4d45740167 Fixed parsing of anonymous template parameters.
For example,
  template <template <typename> class X> struct foo {};

Reviewed-by: erikv
2010-04-12 12:59:02 +02:00
Lasse Holmstedt
bf518ba841 remove startup error messages from plugins that are disabled by user
User can still see errors in About Plugins for disabled ones, too

Reviewed-by: mae
2010-04-12 12:52:00 +02:00
Thomas Hartmann
1d3e8c510a QmlDesigner.rewriter: removes escaping from strings while reading in
See Bauhaus 241

Reviewed-by: Erik Verbruggen
2010-04-12 12:31:05 +02:00
Thomas Hartmann
222824e2ff QmlDesigner.rewriter: writing out the alpha channel of a color
QColor::name() ignores the alpha channel

Reviewed-by: Erik Verbruggen
2010-04-12 12:31:04 +02:00
Lasse Holmstedt
65a30b06af Some more fixes to exception handling in bauhaus
Reviewed-by: thomas hartmann
2010-04-12 12:30:30 +02:00
ck
38607c49ae Maemo: Display simulator information only for valid run configs.
Reviewed-by: kh1
2010-04-12 12:22:31 +02:00
ck
23ef4f9c04 Maemo: Use deployment progress bar even when there's nothing to deploy.
Otherwise, an outdated canceled progress bar will confuse users.

Reviewed-by: kh1
2010-04-12 12:22:31 +02:00
ck
157ff4889e Maemo: Make errors more obvious to users.
Reviewed-by: kh1
2010-04-12 12:22:31 +02:00
hjk
ddecf8b05e debugger: prevent endless loop on strange disassembler results 2010-04-12 12:02:16 +02:00
hjk
a795c69325 debugger: more breakpoint refactoring 2010-04-12 12:02:16 +02:00
Lasse Holmstedt
b05773923f Fixed missing text/design mode sync warnings
Task-number: BAUHAUS-565
Reviewed-by:erikv
2010-04-12 11:37:03 +02:00
Kai Koehne
b2470265a5 QmlDesigner: Fix compilation warning for debug builds 2010-04-12 09:59:58 +02:00
Marco Bubke
dcafe3c898 Fix crash for lasting Ids
Now we remove the Id on removing the object.

Task-Number: BAUHAUS-552
2010-04-12 09:59:53 +02:00
Marco Bubke
e113814a02 Return sessible value for a invalid node meta info object
Prevent model nodes with a invalid meta info object from crashing
bauhaus.
2010-04-12 08:42:10 +02:00
Friedemann Kleint
6d2c9abb5d Debugger/[gdb]: Remote debugging: Override toolchain gdb-detection
if an executable was specified.
2010-04-12 08:38:28 +02:00
Yann Bodson
9218e261b0 Fix 'capitalization' typo. 2010-04-12 15:18:21 +10:00
Daniel Molkentin
0f1f528445 Further tweaks and fixes to the welcome mode.
- Fix typos
- Fix layout on OS X
2010-04-09 22:16:58 +02:00
Daniel Molkentin
0f1bad4d2d Fix string for the QML example. 2010-04-09 19:07:18 +02:00
Daniel Molkentin
0dc5b18056 Attempt at redesigning the Community page.
Actually, it still contains no community content, so the
tab was renamed. Depending on the feedback and more changes
the class should be renamed accordingly as well.
2010-04-09 19:07:18 +02:00
Daniel Molkentin
48ef82ef0a Limit to 6 recent items on the welcome screen. 2010-04-09 19:07:18 +02:00
kh1
a5cd901747 Debian packaging does now work on windows. 2010-04-09 18:25:29 +02:00
Tobias Hunger
37d192099d GCC parser improvements 2010-04-09 18:04:24 +02:00
Tobias Hunger
62e4c92f26 Stop build on fatal make errors
... ignoring a error code of 0 from Make. This is necessary to
detect build failures on symbian

Do not show errors when ignoring the return value of a BuildStep
either.

Task-number: QTCREATORBUG-985
Reviewed-by: dt
2010-04-09 18:04:23 +02:00
Tobias Hunger
8cf30e86df Allow overriding the return value of abstractprocessstep::run
This is needed to enable additional checks on the result.

Reviewed-by: dt
2010-04-09 18:04:22 +02:00
Jens Bache-Wiig
0b1da27722 Updated layout and graphics for welcome page
Done with Danimo. Most changes are cosmetic but we modified
the tutorial listing and re-arranged some of the layouts to
better reflect the suggestions by Ergosign and Nigel.
2010-04-09 17:43:23 +02:00
Jens Bache-Wiig
a2a68fd4dc Improved some icons and removed unused or redundant ones
Reviewed-by: Daniel Molkentin
2010-04-09 17:43:22 +02:00
Daniel Molkentin
242fab34e8 Rename "Qt Application Project" to "Qt C++ Project"
This is more consistent with "Qt Quick Project". Also,
capitalize all sections (regression from previous commit).
2010-04-09 17:40:36 +02:00
Thomas Hartmann
8b2ecc3c6e QmlDesigner.propertyEditor: add editing of alpha channels for colors 2010-04-09 17:31:59 +02:00
Thomas Hartmann
193c70191d QmlDesigner.propertyEditor: normalize QColor to allow proper comparing 2010-04-09 17:31:59 +02:00
Thomas Hartmann
031a88cd90 QmlDesigner.propertyEditor: avoid crash
We might select nodes without proper metainfo
2010-04-09 17:31:58 +02:00
Thomas Hartmann
fd94d7a716 QmlDesigner.propertyEditor: fixes mousewheel handling in spinboxes
See Bauhaus BAUHAUS-571
2010-04-09 17:31:57 +02:00
Daniel Molkentin
8d32f7f283 Fix translation of C++ category 2010-04-09 17:28:02 +02:00
Daniel Molkentin
8dc3b90e41 More clear naming for the C++ wizard categories.
Also introducing Constants::WIZARD_CATEGORY and
Constants::WIZARD_TR_CATEGORY for consistency with
other wizards
2010-04-09 17:20:09 +02:00
Kai Koehne
0df6799232 Let backspace delete current selection only on Mac OS X
Since a lot of Mac keyboards don't have a delete button we enabled
also backspace to delete the current item a while ago. However,
this can be confusing e.g. when editing an item in the property editor,
and you're accidentally loosing focus.

Reviewed-by: Thomas Hartmann
2010-04-09 17:17:05 +02:00
kh1
be3c59e96e The path separator depends on the OS. 2010-04-09 17:14:05 +02:00
Lasse Holmstedt
362ec5152c Native CSS-styled scrollbars and QML-based ones fixed for Bauhaus
Reviewed-by: Christiaan Janssen
2010-04-09 17:07:59 +02:00
kh1
bb17a05f31 Remove maemo gdb settings page, since we now have a unified one.
Reviewed-by: ck
2010-04-09 16:52:54 +02:00
kh1
fa76824aa9 Make sure we get the executable without debug/ release and suffix on win. 2010-04-09 16:52:53 +02:00
Friedemann Kleint
b2ddf72035 Debugger[cdb/gdb]: Fix formatting of integers/messages.
- Do not reformat boolean values (true,false) as hex/oct.
- char/unsigned char types (cdb/gdb): Chop off the quoted
  printable character output by the debugger, pass around integer
  only and append the character ourselves in the watchhandler,
  making reformatting as hex/octal work.
- cdb: Check format correctly (fix values output as plain integer).
- cdb: Kill needless warning produced by reformatting output of out-of-scope
  variables.
- cdb: Display exceptions in the status bar as non-intrusive crash notification.

Reviewed-by: hjk
2010-04-09 16:39:36 +02:00