OSDN Git Service

The constructor of Wizard takes now WindowFlags, get rid of QScopedPointer
[qt-creator-jp/qt-creator-jp.git] / src /
2010-03-29 Jarek KobusThe constructor of Wizard takes now WindowFlags, get...
2010-03-29 hjkqmlprojectmanager: compile fix
2010-03-29 hjkdebugger: avoid confusing status message when exiting...
2010-03-29 Roberto RaggiRegenerated the qml/js front-end.
2010-03-29 conRemove use of tool bars because of funny resize behavior.
2010-03-29 dtTake QMAKE_CXXFLAGS into account for additional INCLUDE...
2010-03-29 Thomas HartmannQmlDesigner.propertyEditor: increase size of slider...
2010-03-29 Thomas HartmannQmlDesigner: fixes autotest: testCopyModelRewriter1()
2010-03-29 maeRe-enable snippets
2010-03-29 maeFixed small update issue
2010-03-29 maeMake completion box hide on an editor undo operation
2010-03-29 maeShorter progress notification timeout for temporary...
2010-03-29 Jarek KobusReplace Q_GUI_EXPORT with QTCREATOR_UTILS_EXPORT.
2010-03-29 Jarek KobusGet rid of compile warning
2010-03-29 conAn experimental step into icon sneaked in, so add an...
2010-03-29 dtFix unload action in context menu.
2010-03-29 dtFix resizing of Show Commit dialog
2010-03-29 Friedemann KleintVCS[git]: Refuse to show sha 000000 or ^xxxx.
2010-03-29 dtMake the custom executable dialog only resizable in...
2010-03-29 dtMake the find dialog only resizable in the width
2010-03-29 Jarek KobusIntroduce a new Wizard class, capable of showing progre...
2010-03-29 hjkdebugger: put sort marker on the right column
2010-03-29 Tobias HungerFix Release being displayed as Debug
2010-03-29 Tobias HungerComment out capability setting in generated pro-file
2010-03-29 hjkdebugger: replace -exec-until with the old tbreak ...
2010-03-29 hjkfakevim: add Shift-{Left,Right} as aliases for b and e
2010-03-29 Kai KoehneQmlProjectFiles: Dramatically reduce number of watched...
2010-03-29 Tobias HungerFix shadowbuild location
2010-03-29 Tobias HungerSmall logic fix
2010-03-29 Tobias HungerHide label in TargetSetupPage when not needed
2010-03-29 Friedemann KleintFolderNavigationWidget: Fix file watcher leaks.
2010-03-29 Roberto RaggiFixed `look at symbol under cursor' when symbol is...
2010-03-29 dtAdd LIBS-paths to PATH before running on windows.
2010-03-29 dtFix restoring of default sessions
2010-03-29 dtExport ProjectExplorer::Task again.
2010-03-29 Tobias HungerUpdate projectloadwizard
2010-03-29 Tobias HungerAdd target setup page for the wizards to use
2010-03-29 Friedemann KleintCPaster: Revive pastebin.com
2010-03-29 Christiaan JanssenQmlDesigner.VisualEditor: Styled scrollbars
2010-03-29 Roberto RaggiFixed parsing ambiguity when parsing dependant template...
2010-03-29 Jens Bache-WiigFix text alignment issue with rtl mode
2010-03-29 Christiaan JanssenQmlDesigner.VisualEditor: visual editor now uses its...
2010-03-29 Erik VerbruggenFixed dynamic property default values.
2010-03-29 Roberto RaggiIntroduced Document::isQmlDocument() and Document:...
2010-03-29 Roberto RaggiEnsure the completion box is initialized before computi...
2010-03-29 Christiaan JanssenQmlDesigner.StatesEditor: Changed color of button...
2010-03-29 Jens Bache-WiigFix tab clipping problem with corner widgets
2010-03-29 Christian KammQmlJS: Only collect linker errors for the current file...
2010-03-29 Roberto RaggiAutomagically hide the completion box when the text...
2010-03-29 Roberto RaggiFixed possible crash when using completion when complet...
2010-03-28 Alessandro PortaleFix a broken user visible path on Windows.
2010-03-26 Alessandro PortaleCompile fix. Added CdbOptionsPage::categoryIcon().
2010-03-26 hjkfakevim: hot fix for the 'must change tabsize in fakevi...
2010-03-26 Thorbjørn LindeijerMoved CMake settings page under Projects category
2010-03-26 Thorbjørn LindeijerAdded icons to options dialog categories
2010-03-26 Thorbjørn LindeijerReorganized Options dialog into categories and tabs
2010-03-26 Thorbjørn LindeijerUpdated ICore documentation to recent additional contex...
2010-03-26 Friedemann KleintFurther love for Cpaster plugin
2010-03-26 dtFix compile
2010-03-26 dtReplace "set build/run configuration" menus with select...
2010-03-26 dtActionManager support for iconVisibleInMenu
2010-03-26 hjkdebugger: take advantage of Apple gdb's resolve-pending...
2010-03-26 hjkdebugger: fix color of launching progress bar in case...
2010-03-26 Lasse HolmstedtFixed crash with debugger when qml inspector is not...
2010-03-26 dtUse startup project not current project for building
2010-03-26 dtFix message from Project Desktop
2010-03-26 dtsetStartupProject(0) now works as it should
2010-03-26 Tobias HungerAdd symbian and mobility to pro files for QtGui Apps
2010-03-26 hjkdebugger: fix 'info line' call
2010-03-26 hjkfakevim: work on :map
2010-03-26 hjkfakevim: rename 'Toggle vim-style editing' into 'Use...
2010-03-26 hjkfakevim: make UseFakeVim option independent from the...
2010-03-26 maeFix background of folded-block popups
2010-03-26 maeImprove (un)comment selection in C++ style
2010-03-26 Christian KammQmlJS: Fix reading enumerators from Qml type description.
2010-03-26 Christian KammQmlJSEditor: Set an icon for keyword completions.
2010-03-26 Tobias HungerRework buildconfiguration setup in targets
2010-03-26 Erik VerbruggenFixed ObjectLengthCalculator to handle incorrect QML.
2010-03-26 Christian KammQmlJSEditor: Add completion for JS keywords and Qml...
2010-03-26 Thomas HartmannQmlDesigner: styling of scroll bar
2010-03-26 Thomas HartmannQmlDesigner: removing qDebug()
2010-03-26 Tobias HungerAdd method to retreive valid Qt versions only
2010-03-26 conSome sanity checks in editor tool bar.
2010-03-26 dtSync the active target on the projects page with the...
2010-03-26 Friedemann KleintSome love for the Cpaster plugin
2010-03-26 Lasse HolmstedtFixed crash when opening ui files in design mode
2010-03-26 conChange contextChanged signal to also notify about addit...
2010-03-26 Roberto RaggiUse the start of the template-argument as to key for...
2010-03-26 dtFix crash if the startup project changes to 0
2010-03-26 Friedemann KleintCompile Windows.
2010-03-26 Friedemann Kleintcpaster: Polish fetching snippets.
2010-03-26 hjkdebugger: move breakpoint marker to the line where...
2010-03-26 hjkdebugger: replace a compile time check for Mac by a...
2010-03-26 hjkdebuggger: code cosmetics
2010-03-26 hjkdebugger: always reset 'reverse' state when shutting...
2010-03-26 hjkdebugger: code cosmetics
2010-03-25 Thorbjørn LindeijerDisable C++0x support for now
2010-03-25 Thorbjørn LindeijerShorten the title of the Maemo Device Configurations...
2010-03-25 Thorbjørn LindeijerFixed Delete and Backspace in specific cases when renam...
2010-03-25 Erik VerbruggenRenewed attempt to fix possible dangling pointers.
next