OSDN Git Service

qt-creator-jp/qt-creator-jp.git
2010-11-18 hjkdebugger: don't replicate response.fileName as markerFi...
2010-11-18 hjkdebugger: first step to re-enable breakpoint location...
2010-11-18 Friedemann... Debugger/MSVC: Move MSVC-specific code around.
2010-11-18 Rhys WeatherleyUse QString instead of std::string in GLSL parser
2010-11-18 Rhys WeatherleyFix some bugs in GLSL AST generation in the parser
2010-11-18 Rhys WeatherleyGLSL AST nodes for function and struct decls
2010-11-17 Christian KandelerMaemo: Remove "cd" call from package creation preparation.
2010-11-17 Roman Kovalevsvn: annotate codec - bugfix
2010-11-17 Christian KandelerFix compilation for namespaced Qt.
2010-11-17 Christian KandelerQt project file parsing: Take target options into account.
2010-11-17 Friedemann... Debugger: Introduce common messages to engine.
2010-11-17 Friedemann... Debugger: Move some Windows functionality around.
2010-11-17 Christian KammQmlJS: Implement context help and tooltips for properties.
2010-11-17 Christian KammQmlJS: Return owning object from lookupMember.
2010-11-17 Oswald Buddenhagenprovide upgrade path for various user file changes
2010-11-17 Oswald Buddenhagenreplace env variable injection with pervasive expando...
2010-11-17 Oswald Buddenhagenoverhaul process argument handling
2010-11-17 Oswald Buddenhagenadd Utils::QtcProcess
2010-11-17 Oswald Buddenhagenrefactor VariableManager
2010-11-17 Oswald Buddenhagenadd generic macro expansion classes & functions to...
2010-11-17 Oswald Buddenhagenchange variable manager expansion style from ${} to %{}
2010-11-17 Oswald Buddenhagenchange Environment::expandVariables() semantics
2010-11-17 Arvid Ephraim... Fix compilation
2010-11-17 Christian KandelerMaemo: Use current build environment for packaging.
2010-11-17 Friedemann... Debugger: Compile CDB
2010-11-17 Rhys WeatherleyVariable and parameter declarations for GLSL
2010-11-17 Rhys WeatherleyAdd extra variant flags for GLSL keywords
2010-11-16 Alessandro... Fixing the generation of Qt Quick examples
2010-11-16 Alessandro... Filtering '-' out of generated projects
2010-11-16 hjkdebugger: remove breakpoint notification indirection...
2010-11-16 hjkdebugger: handle disabled breakpoints on debugger start...
2010-11-16 hjkdebugger: replace BreakpointPending state with a flag...
2010-11-16 hjkdebugger: fix cut&paste error in breakpoint states
2010-11-16 Morten EngvoldsenUpdating QML examples list for deployment on device.
2010-11-16 hjkdebugger: fix display of '"' chars
2010-11-16 hjkdebugger: add a few permitted breakpoint state transitions
2010-11-16 hjkdebugger: start tightening the breakpoint state machinery
2010-11-16 Robert Loehningdebugger: Added comment about unexpected behavior
2010-11-16 Christiaan... QmlDebugger: Fixing QmlCppEngine for failed setup...
2010-11-16 kh1Cannot reset font size for help when shown in side...
2010-11-16 kh1Fix ambiguity with help manager by renaming the file...
2010-11-16 Christian KammQmlJS: Make follow symbol work with member properties.
2010-11-16 Christian KammQmlJS: Add a filter for functions to the locator.
2010-11-16 Christian KammQmlJS: Also bind FunctionExpressions.
2010-11-16 Christian KammLocator: Use all matching filters, not just the highest...
2010-11-16 hjkdebugger: some simplification after engine objects...
2010-11-16 hjkdebugger: make the command timer a direct member of...
2010-11-16 hjkdebugger: breakpoint code cosmetics
2010-11-16 Friedemann... Debugger: Stop in case of gdb crash in InferiorStop.
2010-11-16 conStupid editor adding tabs instead of spaces...
2010-11-16 conFix tool buttons in details widget on Mac with raster...
2010-11-16 Friedemann... Debugger: Fix useFullPath in gdb.
2010-11-16 hjkdebugger: remove intermediate BreakpointData stucture...
2010-11-16 Friedemann... Debugger/BreakpointDialog: Show only data applicable...
2010-11-16 hjkdebugger: potentia;l cdb compile fix
2010-11-16 hjkdebugger: looks like the BreakpointData layer is going...
2010-11-16 hjkdebugger: more breakpoint refactoring
2010-11-16 hjkdebugger: code cosmetics
2010-11-16 hjkdebugger: move marker filename and linenumber to Breakp...
2010-11-16 Friedemann... Debugger: Handle throw/catch/main as BreakpointType...
2010-11-15 Alessandro... Valid XML attempt
2010-11-15 Alessandro... Mass Qt Quick App generator.
2010-11-15 Alessandro... Moved some functions to helpers.cpp
2010-11-15 Oswald BuddenhagenMerge remote branch 'origin/2.1'
2010-11-15 Oswald Buddenhagencompile, thank you very much
2010-11-15 hjkdebugger: don't store watch points in session
2010-11-15 conFixes: Mac: Size of build steps increases when hovered
2010-11-15 Tobias HungerWindows: Fix some warnings
2010-11-15 Friedemann... Debugger: Bring back debug output.
2010-11-15 Friedemann... Debugger: Remove debug output.
2010-11-15 hjkdebugger: fix setting of breakpoint types on session...
2010-11-15 Christiaan... QmlDebugger: Refactored QmlEngine and QmlCppEngine
2010-11-15 Friedemann... Debugger: Initialize BreakpointParameters correctly.
2010-11-15 Tobias HungerSymbian: Allow installer to set SBS v2 directory
2010-11-15 Friedemann... Debugger: Introduce BreakpointParameters as base struct.
2010-11-15 hjkdebugger: update display on engine exit
2010-11-15 hjkdebugger: BreakpointByFileAndLine is default when loadi...
2010-11-15 hjkdebugger: work on breakpoint enabling/disabling in...
2010-11-15 Tobias HungerSymbian: Provide field in Qt version to set up SBSv2
2010-11-15 hjkdebugger: re-enable "Delete all breakpoints" etc
2010-11-15 Friedemann... Debugger: Make CDB compile again.
2010-11-15 hjkdebugger: code cosmetics; fix toggling breakpoints...
2010-11-15 hjkdebugger: show disabled breakpoints again
2010-11-15 hjkdebugger: add some description to breakpoint states...
2010-11-15 hjkdebugger: move breakpoit tooltip from BreakpointData...
2010-11-15 hjkdebugger: make BreakpointData and BreakpointResult...
2010-11-15 Christian KammQmlJS: Add wizard for creating new js files.
2010-11-15 conVisible wrap column wrong with fractional font metrics.
2010-11-15 hjkdebugger: collect breakpoint related data in a single...
2010-11-15 dtProjectExplorer: Add expensive asserts to FlatModel
2010-11-15 hjkdebugger: add forgotten ignoreCount accessor implementation
2010-11-15 hjkdebugger: tighten write accesss to BreakpointData
2010-11-15 hjkdebugger: fix display of shadowed variables again
2010-11-15 Christian KandelerHelp plugin: Fix possible crash on documentation update.
2010-11-15 hjkdebugger: Refactor breakpoint handling.
2010-11-15 Friedemann... Debugger: Suppress fetching of modules/registers in...
2010-11-15 Friedemann... VCS[git]: Fix change dialog.
2010-11-15 conSome menus where missing a setEmptyAction(EA_None)...
2010-11-15 Friedemann... Debugger: Fix stack context menu.
2010-11-15 Christian KammQmlJS: Avoid infinite loop with recursive prototypes.
next