OSDN Git Service

qt-creator-jp/qt-creator-jp.git
2011-04-20 Friedemann... WinDebugInterface: Remove windows.h from header, resour...
2011-04-20 Christian KandelerMaemo: Replace manual copying to sysroot by "make install".
2011-04-19 Marco BubkeQmlDesigner.NodeInstances: Track lost commands
2011-04-19 Marco BubkeQmlDesigner.PropertyEditor: More property panes
2011-04-19 Christiaan... QmlDebugger: breakpoints in symlinked qmlprojects
2011-04-19 Tobias HungerGCCE: Do not pick up bullseye as GCCE
2011-04-19 Tobias HungerUse non-native separators internally
2011-04-19 Tobias HungerFix autodetection of 32bit-only compilers
2011-04-19 Tobias HungerWin: Fix QThread is destroyed while still running warning
2011-04-19 Friedemann... Fix more krazy warnings.
2011-04-19 Christian KandelerSSH: Tighter state checking during key exchange.
2011-04-19 Christian KandelerSSH: Fix typo.
2011-04-19 Christian KandelerSSH: Fix SFTP test for large files.
2011-04-19 Christian KandelerSSH: Fix SFTP download of large files.
2011-04-19 Christian KandelerSSH: Implement key re-exchange support.
2011-04-19 Friedemann... Debugger: Allow for debugging executables from command...
2011-04-19 Friedemann... Debugger[CDB]: Interrupt to fetch memory if required.
2011-04-19 Tobias HungerWin: Try to start debug listener
2011-04-19 Tobias HungerWin: Make sure we do not leak resources
2011-04-19 Tobias HungerAdd missing \n to message to outputwindow
2011-04-19 hjkfix krazy warnings
2011-04-19 hjkdebugger: deactivate thread window operations during...
2011-04-19 Friedemann... Debugger: Use bin editor widget for standalone-memory...
2011-04-19 Friedemann... Bin-Editor: Markup/Make widget usable as standalone...
2011-04-19 Tobias HungerToolChain: Update build environment when changing tool...
2011-04-19 Tobias HungerGCCE: Update version number when switching compiler
2011-04-19 Tobias HungerWin: Get debug output from several GUI apps at once
2011-04-18 Christiaan... QmlDebugger: fixed shutdown combined engine
2011-04-18 Tobias HungerFix adding new files to existing projects VCS
2011-04-18 hjkdebugger: enable latin1 or utf8 char[] display
2011-04-18 hjkdebugger: add module and target id information to threa...
2011-04-18 hjkdebugger: no need to set breakpoints on core files
2011-04-18 Oswald Buddenhagenfix setResult(QDataStream *)
2011-04-18 Oswald Buddenhagenimprove file change notification suppression in saveFile()
2011-04-18 Oswald Buddenhagenmake m_changedFiles a set - for simplicity (and perform...
2011-04-18 Oswald Buddenhagenrename misnamed variable
2011-04-18 Oswald Buddenhagenminor optimization: QList::removeOne() returns a bool
2011-04-18 Oswald Buddenhagenprovide default implementation of IFile::reloadBehavior()
2011-04-18 Oswald Buddenhagende-inline functions from IFile
2011-04-18 Oswald Buddenhagenremove empty line truncation from pro editors
2011-04-18 Oswald Buddenhagenuse somewhat less arcane error message box
2011-04-18 Oswald Buddenhagenunify i/o error reporting in the model
2011-04-18 Oswald Buddenhagenreplace in-place-rewriting of files with a read/modify...
2011-04-18 Oswald Buddenhagenadd/unify i/o error handling
2011-04-18 Oswald Buddenhagenadd errorString output argument to IFile::reload()...
2011-04-18 Oswald Buddenhagenadd errorString output argument to IFile::save()
2011-04-18 Oswald Buddenhagenabort commit if commit message cannot be saved
2011-04-18 Oswald Buddenhagenremove superfluous argument
2011-04-18 Oswald Buddenhagenfile manager: introduce saveFile() and remove blockFile...
2011-04-18 Oswald Buddenhagenadd fileutils: classes for error-checked reading and...
2011-04-18 Oswald Buddenhagenadd Utils::SaveFile: class for atomic saving of files
2011-04-18 Oswald Buddenhagenremove redundant error check
2011-04-18 Oswald Buddenhagenbetter error messages
2011-04-18 Oswald Buddenhagenuse QFile::open()'s return value instead of using weird...
2011-04-18 Oswald Buddenhagendon't re-implement QDir::canonicalFilePath() by hand
2011-04-18 Oswald Buddenhagenmake addOutput() signal const
2011-04-18 Oswald BuddenhagenGUI style fixes: spaces before ellipses and excess...
2011-04-18 conMerge branch 'master' of scm.dev.nokia.troll.no:creator...
2011-04-18 conMerge remote branch 'origin/2.2'
2011-04-18 Friedemann... Run/Debug: Do not launch on a library project if user...
2011-04-18 conUpdate version number.
2011-04-18 Friedemann... Debugger[gdb]: Locate objdump in MinGW for release...
2011-04-18 Sergey BelyashovSmall correction of Russian translation
2011-04-18 Friedemann... Debugger: Reduce log severity of locals errors.
2011-04-18 Roberto RaggiFix possible crash when parsing layout qualifiers nodes.
2011-04-18 Tobias HungerWINSCW: Fix bit width of WINSCW ABIs
2011-04-18 Thomas HartmannQmlDesigner.propertyEditor: crash fix
2011-04-18 Friedemann... Project wizard page: Fix layout.
2011-04-18 Friedemann... HTML5 wizard: Compile on Linux/warnings.
2011-04-17 Alessandro... Merge touchnavigation code into html5applicationviewer.cpp
2011-04-17 Alessandro... Fix the main .qml gile generation in the manual test.
2011-04-17 Alessandro... Fix abstractmobileapp build for the manual test
2011-04-17 Alessandro... Include touchnavigation.pri from main .pro file
2011-04-16 Keith KyzivatSplit out touch navigation into separate files.
2011-04-15 conFix %{CurrentProject:Path}
2011-04-15 Sergey BelyashovUpdated Russian translation
2011-04-15 Tobias HungerVCS: Notify project wizard about config changes
2011-04-15 Tobias HungerFix warning about non-virtual destructor
2011-04-15 Tobias HungerCleanup: Remove unnecessary virtual keywords
2011-04-15 Tobias HungerProjectWizard: Add button to take you to VCS configuration
2011-04-15 Christiaan... QmlDebugger: parsing packets iteratively in the communi...
2011-04-15 Christiaan... QmlProfiler: fixed arguments for qmlobserver when profiling
2011-04-15 Christiaan... QmlProfiler: fixed connection reset when new applicatio...
2011-04-15 Christian KandelerMaemo: Fix section name in Debian control file.
2011-04-15 Friedemann... FileWatcher: Use Utils::FileSystemWatcher in Core:...
2011-04-15 Friedemann... Compile.
2011-04-15 Tobias HungerVCS: Do not claim to support any operation if unconfigured
2011-04-15 Tobias HungerSVN: Remove useless virtual keywords and members
2011-04-15 Tobias HungerCVS: Remove useless virtual keywords and members
2011-04-15 Tobias HungerGit: Remove useless virtual keywords
2011-04-15 Tobias HungerPerforce: Remove useless virtual keywords
2011-04-15 Friedemann... Utils: Introduce FileSystemWatcher.
2011-04-15 Leena MiettinenDoc: update screen shot
2011-04-15 Leena MiettinenDoc: Analysis pane in the Viewing Output section
2011-04-15 Christian KandelerMaemo: Detect unexpected gdbserver exit.
2011-04-15 dtTargetSetupPage: Hide "add Build" for shadow incapble...
2011-04-15 dtQt4BuildConfiguration: Changing qt versions affects...
2011-04-15 dtQtVersionManager: Detect changes in sbs/system root...
2011-04-15 Tobias HungerUtils: Fix possible crash in SynchronousProcess
2011-04-15 Tobias HungerUtils: Fix possible crash in SynchronousProcess
next