summaryrefslogtreecommitdiff
path: root/src/plugins/subversion
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-0520-410/+391
|\
| * Adjust license headershjk2012-10-0520-410/+391
* | qbs files: Consolidate includePaths in QtcLibrary and QtcPluginOrgad Shaneh2012-10-051-7/+0
* | qbs files: Sort filesOrgad Shaneh2012-10-031-14/+14
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-09-271-1/+0
|\ \ | |/
| * Remove useless headersTobias Hunger2012-09-261-1/+0
* | Do not use the fromAscii() and toAscii() functions.Christian Kandeler2012-09-211-1/+1
* | HostOsInfo: Add some more useful abstractions.Christian Kandeler2012-09-051-4/+1
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-272-13/+10
|/
* VCS: Allow use of base name for executableOrgad Shaneh2012-08-216-4/+9
* Remove NULL tests for Core::ICore::settings()Orgad Shaneh2012-08-091-4/+2
* Changed URL to qt-project.org in pluginspecs.Konstantin Tokarev2012-07-301-2/+2
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-1919-57/+19
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* Subversion: Allow empty commit messageOrgad Shaneh2012-06-181-0/+1
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-051-16/+3
* VCS: Always allow "Revert Chunk"Orgad Shaneh2012-06-041-1/+0
* ActionManager API cleanup.Eike Ziller2012-05-251-31/+29
* Svn: fix lack of completion in submit editorHugues Delorme2012-05-241-1/+3
* Get rid of lots of ifdef Q_OS_MAC for shortcuts.Eike Ziller2012-05-231-15/+3
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-232-14/+3
* Mac: Avoid Alt+<character> shortcutsEike Ziller2012-05-221-0/+12
* SVN: Fix project status command when no document openJonathan Liu2012-05-151-1/+1
* editormanager: simplify use of interfacehjk2012-05-111-10/+10
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-2/+2
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-172-16/+16
* qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-084-6/+8
|\
| * VCS: Make dark color schemes work with annotation highlighterTobias Hunger2012-03-064-6/+8
* | Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
|/
* qbs: CleanupOrgad Shaneh2012-02-281-4/+1
* vcsbase: rename VCSBase into VcsBasehjk2012-02-242-2/+2
* add qbs filesJoerg Bornemann2012-02-201-0/+49
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-5/+5
* Removed module names from #include directives.Erik Verbruggen2012-02-1512-34/+34
* Git: Speed up diff/show outputTobias Hunger2012-02-031-1/+1
* Version control: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-312-3/+5
* Long live the king!hjk2012-01-2619-19/+19
* Core::Filemanager: make some methods statichjk2012-01-251-1/+1
* Use new static ICore interface.hjk2012-01-241-7/+6
* core: use Core::Id for IVersionControl::id()hjk2012-01-112-3/+3
* vcs: s/VCS/Vcs/hjk2012-01-0915-115/+115
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1119-39/+39
|\
| * SVN: Fix Subversion 1.6 and earlier support after refactoringJonathan Liu2011-11-081-1/+1
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0319-38/+38
* | more Id type fixeshjk2011-11-101-3/+4
* | Small include header fixesHarald Fernengel2011-11-091-1/+1
* | more style fixes of string literal accesshjk2011-11-022-33/+33
|/
* SVN: Refactor SVN detection codeTobias Hunger2011-10-191-42/+27