OSDN Git Service

C++: Added release note about semantic highlighting and Qt 4.7.0
[qt-creator-jp/qt-creator-jp.git] / src /
2010-09-30 Leena MiettinenUI text - Fix capitalization on Welcome screen
2010-09-30 Erik VerbruggenC++: added quickfix to insert a method definition.
2010-09-30 Friedemann KleintDebugger[CDB]: Do not kill debuggee when aborting attac...
2010-09-30 Kai KoehneDebuggingHelpers: Check for Qt version instead checking...
2010-09-30 Lasse HolmstedtDisable warning message for qmldump
2010-09-30 Kai KoehneQmlProject: Allow files to be deleted / renamed
2010-09-30 hjkCppEditor.mimetypes.xml: add #if and #include magic
2010-09-30 hjkCppEditor.mimetypes: increase range in which the magic...
2010-09-30 hjkdebugger: properly initialize m_hasInferiorThreadList
2010-09-30 Lasse HolmstedtFix issues with showing correct status of debug helpers
2010-09-30 Leandro MeloProfile editor: Add proper format to white spaces.
2010-09-30 hjkqmldesigner compile fix
2010-09-29 Daniel MolkentinFix compilation and initialization compile warnings.
2010-09-29 Christian KammQmlJS: Fix qmldump not working for qmlproject projects.
2010-09-29 Thomas HartmannQmlJsEditor: combine the Quick ToolBar with the toolTip
2010-09-29 Kai KoehneQmlDesigner: Improve Qt version check in plugins.pro
2010-09-29 Friedemann KleintDebugger[TRK]: Report crashs with signals.
2010-09-29 kh1Prefer never documentation over old ones.
2010-09-29 Leandro MeloGeneric highlighter: Create default dir for definitions...
2010-09-29 Marco BubkeQmlDesigner.Model: All nodes includes also non tree...
2010-09-29 Marco BubkeQmlDesigner.Model: Fixes order problem
2010-09-29 Marco BubkeQmlDesigner.FormEditor: Add paintedWidth and paintedHei...
2010-09-29 Marco BubkeQmlDesigner: Items in Positioner cannot manipulated...
2010-09-29 kh1Remove warning.
2010-09-29 Thomas HartmannQmlDesigner.model: add sanity check and include fix
2010-09-29 Thomas HartmannQmlDesigner.rewriter: handle enums as enums instead...
2010-09-29 Thomas HartmannQmlDesigner.propertyEditor: fix for general property...
2010-09-29 Thomas HartmannQmlDesigner.statesEditor: fix thumbnail drawing code
2010-09-29 Tobias HungerRename member to match coding style
2010-09-29 Jarek KobusTranslator corrections
2010-09-29 Tobias HungerFixup formating of mr2178
2010-09-29 Tuomas PuranenAdded few new functions to IVersionControl, VCSManager...
2010-09-29 Roberto RaggiDisabled the semantic highlighter when using Qt 4.7.0.
2010-09-29 Friedemann KleintPathChooser: Fix Windows.
2010-09-29 Erik VerbruggenCPPEditor: Fixed invalid location in refactoring action.
2010-09-29 Friedemann KleintPathChooser: Fix: Unable to enter relative command...
2010-09-29 Friedemann KleintDebugger: Use raw path for gdb binaries.
2010-09-29 Tobias HungerUpdate make command on changes
2010-09-29 Lasse HolmstedtQML Observer: fix paths for the qml app template
2010-09-29 hjkfakevim: use more of base text's cursor handling
2010-09-29 Friedemann KleintDebugger: Handle synchronous startup fail (Windows).
2010-09-29 Christian KandelerMaemo: Fix loading of < 2.1 projects.
2010-09-29 Lasse HolmstedtDebugger: Use mainwindow as the parent of message boxes
2010-09-29 Lasse HolmstedtQML Observer: Complain about not having it if debugging...
2010-09-29 Lasse HolmstedtQML Observer: Build together on runtime with debugging...
2010-09-29 Lasse HolmstedtCompile qmldump with debugging helpers
2010-09-29 Leandro MeloGeneric highlighter: Make the editor more flexible...
2010-09-28 Leena MiettinenUI text - fix capitalization
2010-09-28 hjkdebugger: compile fix, remove dangling #include
2010-09-28 Friedemann KleintDebugger: List break on catch/throw as such and map...
2010-09-28 Christian KammQmlJS: Fix initializer of property declaration not...
2010-09-28 Kai KoehneDebugger: Remove explicit language switch from menu
2010-09-28 Kai KoehneQmlDebugging: Don't rely on QmlInspector plugin to...
2010-09-28 Kai KoehneFix style issues in QmlProject runtime configuration...
2010-09-28 hjkdebugger: fix impossibility to remove a field in a...
2010-09-28 hjkdebugger: attempt to use Utils::PathChooser when change...
2010-09-28 hjkdebugger: set a real dialog title on breakpoint window
2010-09-28 Christian KandelerUser file management: Fix comments and version strings.
2010-09-28 Christian KandelerQML wizards: Change names and descriptions.
2010-09-28 Christian KandelerQML wizard: Make Qt detection work for major versions...
2010-09-28 Tobias HungerReorder arguments passed to qmake
2010-09-28 Tobias HungerGit: Do not require the path to be set in the config
2010-09-28 Tobias HungerUse PathChooser in MakeStep config widget
2010-09-28 hjkdebugger: remove rarely needed "Recheck Debuggging...
2010-09-28 hjkdebugger: remove unused break-by-function dialog
2010-09-28 hjkdebugger: add missing 'Use full path' toggle in recentl...
2010-09-28 Thorbjørn LindeijerFixed option dialog not selecting smallest font size
2010-09-28 Kai KoehneQmlEditor: Fix gcc warnings
2010-09-28 Kai KoehneQmlObserver: Fix typo in comment
2010-09-28 Kai KoehneQmlObserver: Fix runtime warning
2010-09-28 Kai KoehneQmlObserver: Fix assert on exit (Windows)
2010-09-28 Christian KandelerMaemo: Don't allow run control to be created for invali...
2010-09-28 Christian KandelerMaemo: Use tighter regular expression for pkill.
2010-09-28 Kai KoehneQmlOutline: Show functions in outline
2010-09-28 Christian KandelerMaemo: Be more tolerant in case of missing tool chain.
2010-09-28 Christian KandelerMaemo: Disable proxy use for device access.
2010-09-28 Christian KandelerMaemo: Add deployment information to library wizard.
2010-09-28 Christian KandelerMaemo: Initialize remote application path in run config...
2010-09-27 dtCMakeProject: Keep locator informed about our files
2010-09-27 Erik VerbruggenFixed compiler warnings.
2010-09-27 Erik VerbruggenC++: make InsertionPointLocator ready for re-use.
2010-09-27 Erik VerbruggenC++: Disabled CompleteSwitchCaseStatement: needs bugfixing.
2010-09-27 Erik VerbruggenC++: fixed possible null-pointer access.
2010-09-27 hjkdebugger: fix enabled state of 'start external'
2010-09-27 dtQt4RunConfiguration & CMakeRunConfiguration: Fix connects
2010-09-27 hjkversion bump 2.0.90 -> 2.0.91
2010-09-27 hjkfakevim: disable Shift-Up style keyboard selection...
2010-09-27 hjkfakevim: fix anchor setting after %
2010-09-27 hjkrssfetcher: fix crashes on startup if no features are...
2010-09-27 Denis MingulovQApplication::aboutToQuit signal is used for the plugin...
2010-09-27 dtRunConfigurations: Rename a few misnamed functions
2010-09-27 dtQt4RunConfiguration: Those 3 do not need to be slots
2010-09-27 dtApplicationRC: make exectuable() and co. return expande...
2010-09-27 dtQt4ProjectManager: Remove run dependency on QmlJSEditor
2010-09-27 dtRevert "Remove the QmlJSEditor dependency from Qt4Proje...
2010-09-27 Thomas HartmannQmlDesigner.Model: check ids for qml keywords
2010-09-27 Thomas HartmannQtQuickToolBar: support for .sci files
2010-09-27 Friedemann KleintCustom wizard: Add validation rules.
2010-09-27 Pawel PolanskiLibrary header files are not exported anymore (SymbianOS)
2010-09-27 Friedemann KleintDebugger: Move dialogs settings out of the global setti...
next