Commit Graph

72811 Commits

Author SHA1 Message Date
hjk
354fd8d895 fakevim: implement 'I' in visual block mode 2010-02-12 15:52:19 +01:00
Christiaan Janssen
7df691ffa3 QmlDesigner.Navigator: Minor cosmetic changes 2010-02-12 15:33:17 +01:00
Christiaan Janssen
486cc40a91 QmlDesigner.Navigator: minor cosmetic changes 2010-02-12 15:33:17 +01:00
Roberto Raggi
4e18decbaa Compile. 2010-02-12 14:51:45 +01:00
Friedemann Kleint
0e62a1c678 VCSBase: Fix assert about log window widget being 0.
...when p4 initialization fails on Windows.
2010-02-12 14:41:19 +01:00
Oswald Buddenhagen
1d39b04041 add legacy variable name mapping
we are so fast now, we can burn a few cycles again ... :}

variable names are mapped as soon as they become known (and not when
using them). that sprinkles map() calls everywhere, but it's faster.
2010-02-12 14:32:20 +01:00
Oswald Buddenhagen
6060bb5b9e cut down code dupe in count() impl 2010-02-12 14:32:20 +01:00
Oswald Buddenhagen
081f27e3ea process second arg of include() 2010-02-12 14:32:20 +01:00
Oswald Buddenhagen
07abc847e8 expand $()-style env vars in some more places like qmake does
Task-number: QTCREATORBUG-229
2010-02-12 14:32:20 +01:00
Oswald Buddenhagen
35bc0f3609 simplify exists() implementation 2010-02-12 14:32:20 +01:00
hjk
c31055b54c texteditor: add missing parts to previous commit 2010-02-12 14:24:46 +01:00
hjk
2ba777415b debugger/texteditor: Add font and size option to debugger panels, QTCREATORBUG-189 2010-02-12 14:16:01 +01:00
hjk
4f13bac035 texteditor: cosmetics 2010-02-12 14:16:01 +01:00
hjk
7351219fb8 debugger: add breakpoint number and thread id to "stopped" status message 2010-02-12 14:16:00 +01:00
Tobias Hunger
53cfd44537 Unify slashes we get when parsing mkspec files on windows 2010-02-12 13:55:22 +01:00
Tobias Hunger
916df01013 Report target environments of Qt verisons
... in Qt Options page.
2010-02-12 13:32:20 +01:00
Tobias Hunger
29e60baf8e Update import label when rebuilding
* Update the import label (and related stuff) whenever the
   project was rebuild.
2010-02-12 13:02:56 +01:00
Tobias Hunger
0d9fb90c3c Fix a typo 2010-02-12 13:02:55 +01:00
Friedemann Kleint
0f04f08344 ProjectExplorer: Fixed static storage of Icons. 2010-02-12 12:54:12 +01:00
Roberto Raggi
b7512a2dc7 Removed obsolete files. 2010-02-12 12:44:48 +01:00
Friedemann Kleint
04462a4eb5 Qt4ProjectManager: Fixed static storage of Icons.
suppressing the "~QX11PixmapData(): QPixmap objects must be destroyed
..." warning.
2010-02-12 12:40:32 +01:00
con
e5d3e04c60 Also handle EPOCROOT and default device settings for Symbian devs. 2010-02-12 11:57:30 +01:00
ck
1e5140b313 Maemo: Call right update function, remove redundant checks. 2010-02-12 11:46:44 +01:00
hjk
78a206a3b3 fakevim: fix indentation after <Return><Tab><Backspace> 2010-02-12 11:05:21 +01:00
hjk
a029a6c68a compile fix with namespaces 2010-02-12 11:00:12 +01:00
hjk
04b4fcb6bd debugger: change capitalization of context menu action texts to Book Style 2010-02-12 10:53:25 +01:00
Roberto Raggi
221fc011b8 Compile. 2010-02-12 10:43:33 +01:00
Christian Kamm
9245c7bab5 Removed unnecessary includes of qmljslink.h 2010-02-12 10:10:20 +01:00
Christian Kamm
42959f8fef Remove the lookup into including Qml files in the root scope of a JS file. 2010-02-12 10:05:13 +01:00
Robert Loehning
7e01c3b5bd Compile fix 2010-02-11 19:46:46 +01:00
Marco Bubke
2d2e2523dd Feedback area is now anchored to the mouse pointer 2010-02-11 19:44:39 +01:00
Marco Bubke
05108af874 Move the change notifiers in the property editor to the protected
section
2010-02-11 19:44:39 +01:00
Marco Bubke
06e96f62d4 Some tweaks to the feedback. 2010-02-11 19:44:39 +01:00
Marco Bubke
c89d75dfca Fix the change notifiers in the property editor 2010-02-11 19:44:39 +01:00
Christian Kamm
2b1adbf610 Improve building of the Qml/JS scope chain.
* For JS files: Add each Qml component that sources the file in a Script
  tag to the scope chain.
* For Qml components: Add each component that instantiates the component
  to the scope chain.
* Generate the full list of documents required for completion in a
  given file. Previously, files that included the file were missing.
2010-02-11 19:08:33 +01:00
Robert Loehning
62dd493865 Fixed crash. Passing negative values to isalnum compiled with MSVC crashed. 2010-02-11 19:04:19 +01:00
Christiaan Janssen
4f971b9bcc QmlDesigner.Navigator: Recentered the icons one pixel up 2010-02-11 18:14:37 +01:00
hjk
d7745b3c43 debugger: remove accidentally checked-in debugging code 2010-02-11 18:08:33 +01:00
Tobias Hunger
c93e96305f Make target detection not depend on toolkit 2010-02-11 18:04:22 +01:00
Tobias Hunger
dbe7f66caf Change text around. 2010-02-11 18:03:58 +01:00
Christiaan Janssen
1fcb09c157 QmlDesigner.StatesEditor: Fixed crash when creating new state while renaming another state 2010-02-11 18:02:12 +01:00
Christiaan Janssen
85d9c555a5 QmlDesigner.StatesEditor: inherited methods in the view are now protected 2010-02-11 17:54:54 +01:00
Christiaan Janssen
42fab094b9 QmlDesigner.Navigator: Improved look using styles 2010-02-11 17:54:54 +01:00
hjk
47fa65be6c debugger: some basic support for 'catch catch' and 'catch throw'
Hidden in the Breakpoints context menu.
2010-02-11 17:46:05 +01:00
Marco Bubke
14d1edd5e2 Cleanup QmlStateNodeInstance 2010-02-11 17:33:35 +01:00
Erik Verbruggen
e8d4b8982b Clearing undo-stack when we have rolled back after a failed rewrite action. 2010-02-11 16:59:39 +01:00
Thorbjørn Lindeijer
3c1142d7d7 Expand environment variables in Generic Project file lists
Environment variables will now be expanded in the Generic Project file
and include path lists. They have to be written like $$(VARIABLE), like
in qmake .pro files.

Task-number: QTCREATORBUG-366
2010-02-11 16:46:30 +01:00
Christiaan Janssen
d1480ef65b QmlDesigner: Added new icons for some QML types 2010-02-11 16:41:49 +01:00
Tobias Hunger
a5af534f77 Fix QT version/mkspec reporting in Qt options page 2010-02-11 15:30:38 +01:00
Tobias Hunger
345f06a6fc Fix customexecutable RC
* CustomExecutableRunConfiguration is supposed to ask the user
   for input if asked to run when unconfigured. It did no longer do that.

 * This was discovered and fixed by dt.
2010-02-11 15:30:37 +01:00