OSDN Git Service

qt-creator-jp/qt-creator-jp.git
2010-11-10 maeExtend camel-case cursor movement
2010-11-10 hjkdebugger: remove declaration of unneeded DebuggerCore...
2010-11-10 hjkdebugger: the slots are not needed in the debugger...
2010-11-10 hjkdebugger: add debuggercore.h
2010-11-10 hjkdebugger: refactoring of the plugin interface
2010-11-10 Christian KammQmlJS: Highlighter now marks capitalized identifiers...
2010-11-10 Christian KammQmlJS: Fix incorrect completion inside 'Item\n{ .....
2010-11-10 maeSupport camel-case for word-wise movement
2010-11-10 Bill Kingmake compile
2010-11-09 Arvid Ephraim... correct accidentally commited qDebug
2010-11-09 Arvid Ephraim... lldb: use Icore::resourcePath() to find lldb
2010-11-09 Arvid Ephraim... Actually run breakpoint insertion
2010-11-09 Christian KammQmlJS: Fix code model update when project filelist...
2010-11-09 Arvid Ephraim... Experimental lldb engine host
2010-11-09 Friedemann... Debugger: Clean up shared pri.
2010-11-09 hjkdebugger: move the breakpoint hash to the private structure
2010-11-09 Friedemann... Debugger: Move cdbsymbolpathlisteditor to shared for...
2010-11-09 Arvid Ephraim... Asynchronous breakpoint handling
2010-11-09 hjkdebugger: code cosmetics
2010-11-09 Friedemann... Debugger: Pop up log window in case error is logged.
2010-11-09 Leandro MeloEditors: Continue refactoring indenters out of the...
2010-11-09 Leandro MeloEditors: Refactor auto-complete code out of the editors...
2010-11-09 Pawel PolanskiValue for "silent installation" for SymbianOS is random...
2010-11-09 Bill Kingmake compile against 4.7 mainline
2010-11-08 hjkdebugger: introduce enum for breakpoint states
2010-11-08 hjkdebugger: rename 'stop/quit' to exitDebugger
2010-11-08 hjkdebugger: simplify remoteCommand logic
2010-11-08 hjkdebugger: some cleanup after the model/view reorganization
2010-11-08 hjkdebugger: less indirections when opening files
2010-11-08 Christian KandelerQt4ProjectManager: Omit .pro file warning if that is...
2010-11-08 Friedemann... Build system: Fix warning when loading qtcreator.pro...
2010-11-08 Friedemann... Debugger: Make Gdbmi threads parsing code re-usable.
2010-11-08 Arvid Ephraim... Add CLang support to DisassemblerViewAgent
2010-11-08 hjkdebugger: remove indirection through view for selectThr...
2010-11-08 hjkdebugger: move more gui bit from engine to plugin
2010-11-08 Kai KoehneApplicationOutput: Also linkify qml errors without...
2010-11-08 hjkdebugger: another compile fix
2010-11-08 hjkdebugger: compile fix for threadshandler
2010-11-08 hjkdebugger: kill command handler & company
2010-11-08 conMake extension system tests work in new location
2010-11-08 conMove extension system auto tests.
2010-11-08 conMake extension system tests running again.
2010-11-08 conFix size of dialog for downloading highlighting definit...
2010-11-08 conAvoid that anyone using action manager has to explicitl...
2010-11-08 Arvid Ephraim... Add stream operators for debugger transport types
2010-11-08 Jarek KobusCompile
2010-11-08 Jarek KobusSupport completion in profile editor
2010-11-08 Pawel Polanskiqmake error/warning parser has been improved
2010-11-08 hjkdebugger: more handler/window refactoring
2010-11-08 hjkdebugger: convert threads model
2010-11-08 Tobias HungerMake sure we do not get "//" in the QMake path
2010-11-08 Kai KoehneDebugHelpers: Use static QRegExp for performance reasons
2010-11-08 Kai KoehneQmlApp template: Use new 4.7.1 API to enable qml debugging
2010-11-08 Bill Kinghelpplugin: another attempt at getting pulse compiling
2010-11-08 Bill Kinghelp plugin: Make compile on windows/under pulse
2010-11-05 Pawel PolanskiMemory dump is not refreshed while debugging for SymbianOS
2010-11-05 Christian KandelerMaemo: Fix return code detection of package installatio...
2010-11-05 Christian KandelerSSH: Fix outdated comment.
2010-11-05 Leandro MeloEditors: Refactor indenters out of the editors for...
2010-11-05 hjkdebugger: convert register handler/window architecture
2010-11-05 hjkdebugger: cosmetics
2010-11-05 hjkdebugger: remove sessionengine
2010-11-05 hjkdebugger: add a dot to a message
2010-11-05 Christian KammMove ast dump tools from tests/manual to tests/tools.
2010-11-04 Oswald BuddenhagenMerge remote branch 'origin/2.1'
2010-11-04 conClean the link dependencies between QML and Qt4 project...
2010-11-04 Pawel PolanskiDebug progress bar removed form Symbian debugging
2010-11-04 Christian KammC++ indenter: Fix for GNU and Whitesmiths style switch...
2010-11-04 dtQt4ProjectManager: updateFileList on a external folder...
2010-11-04 hjkdebugger: Fix memory cache cleanup for trk adapters.
2010-11-04 Friedemann... Debugger: Move tools out of tests/manual. into test...
2010-11-04 Friedemann... Debugger: Remove obsolete trk testing playground.
2010-11-04 Friedemann... Debugger: Fix a crash debugging with GdbAdapters (Windo...
2010-11-04 Christian KandelerMaemo: Make size of package manager icon more clear.
2010-11-04 Friedemann... Debugger: Add Run to/Jump to Line to text editor contex...
2010-11-04 hjkdebugger: re-enable functions and cleanup after breakha...
2010-11-04 Thomas HartmannQmlDesigner.propertyEditor: fix anchoring
2010-11-04 Thomas HartmannQmlDesigner: fixes id renaming if there was no id before
2010-11-04 Thomas HartmannQuickToolBars: fix cursor on Mac OS X
2010-11-04 Thomas HartmannQuickToolBars: tweak and fix Text ui for Mac OS X
2010-11-04 hjkdebugger: catch python exception
2010-11-04 Christian KandelerDebugging: Add explicit states to RemoteGdbProcess.
2010-11-04 Friedemann... Debugger: Fix enumeration slot warning.
2010-11-04 hjkdebugger: move logical ownership of breakhandler from...
2010-11-04 hjkfakevim: restore "cheap build" capability of the manual...
2010-11-04 Oswald Buddenhagendon't add core plugin include path 100 times
2010-11-04 Bill Kingtests: fixes compile
2010-11-03 Oswald Buddenhagendynamically replace creator version during build
2010-11-03 Oswald Buddenhagencentralize addition of pluginspecs to OTHER_FILES
2010-11-03 Oswald Buddenhagenmake shellQuote() nicer
2010-11-03 Christian KandelerMaemo: Introduce explicit states to deploy step.
2010-11-03 Christian KandelerSSH: Ignore incoming data after requesting to close...
2010-11-03 Friedemann... Debugger[CDB]: Add register manipulation and 'Jump...
2010-11-03 Kai KoehneQml Wizard: Turn error about qml debugging getting...
2010-11-03 Kai KoehneQmlObserver: Use new 4.7.1 API to enable qml debugging
2010-11-03 Kai KoehneQmlApp template: Use new 4.7.1 API to enable qml debugging
2010-11-03 Friedemann... Debugger: Improve gdb binary settings handling.
2010-11-03 Tobias HungerFix spelling in dissassemble method
2010-11-03 Tobias HungerFix spelling in comments
2010-11-03 Tobias HungerAdd Q_OBJECT macros
next