summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/vcsmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* VcsManager: Clear topLevel directory when necessaryTobias Hunger2013-11-281-1/+4
* VcsManager: Make instance() method return VcsManager * againTobias Hunger2013-11-271-1/+1
* VcsManager: Remove two unused methodsTobias Hunger2013-11-261-18/+0
* VcsManager: Fix soft assertion when directory is managed by 2 VCSOrgad Shaneh2013-11-201-0/+3
* Remove most trailing newlines from translated messages.Friedemann Kleint2013-10-221-2/+2
* VCS: Prevent soft assertion for non-existent directoriesOrgad Shaneh2013-10-111-8/+12
* VCS: Do not try to add files that are already trackedOrgad Shaneh2013-10-111-2/+11
* Apply 'static' pattern to VcsManagerhjk2013-09-031-7/+15
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-3/+3
* Dialog that prompts to add files to VCS is now resizable.Radovan Zivkovic2013-08-151-6/+5
* Make document model static and add some document related methodsEike Ziller2013-07-121-3/+1
* Unify pattern used for privates and constructorsEike Ziller2013-07-011-2/+4
* Fix possible crash when looking for version control for directoryEike Ziller2013-06-261-2/+2
* VcsManager: Hide unconfigured VCS message after VCS is configuredOrgad Shaneh2013-06-171-15/+23
* Suggest configuring VCS if it is unconfiguredOrgad Shaneh2013-06-111-4/+38
* VCS: Add a property to Command to indicate expected repo changesOrgad Shaneh2013-06-101-0/+5
* VCS: Clear directory cache when availability of VCSes changesTobias Hunger2013-06-041-0/+13
* Ignore unconfigured VCSOrgad Shaneh2013-05-311-1/+3
* Clean headers in Core-plugin.Friedemann Kleint2013-03-271-1/+0
* VcsManager: Prevent parents caching when VCS not foundOrgad Shaneh2013-03-121-1/+5
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Vcs: Fix cache-checking for non-existing directoriesTobias Hunger2013-01-301-2/+2
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-1/+1
* | VCS: Work with canonical paths when looking for toplevel directoriesTobias Hunger2012-10-221-2/+2
|/
* Adjust license headershjk2012-10-051-21/+20
* tr()-Fixes for 2.6.Friedemann Kleint2012-07-271-8/+33
* Added VCS integration to ResourceEditor.Konstantin Tokarev2012-07-191-0/+27
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Make PluginManager mostly static.Eike Ziller2012-06-191-1/+1
* Start on a gerrit plugin as a sub-plugin of git.Friedemann Kleint2012-04-261-0/+9
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-1/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-8/+8
* Long live the king!hjk2012-01-261-1/+1
* Core::Filemanager: make some methods statichjk2012-01-251-2/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* Replace Q_ASSERTs with QTC_ASSERTsTobias Hunger2012-01-131-3/+3
* vcs: better sanity checkingTobias Hunger2012-01-131-1/+3
* VCSmanager: Fix QTC_ASSERTsTobias Hunger2012-01-131-15/+11
* Change asserts() to soft-asserts in Vcs-Cache.Friedemann Kleint2012-01-121-11/+15
* CorePlugin: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-221-11/+19
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* VCS: Make initialization of a repo trigger updateActionsTobias Hunger2011-09-141-5/+36
* all: some m_d -> d stylehjk2011-09-081-6/+6
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* VCS: Make sure we have no .. in directoriesTobias Hunger2011-05-041-2/+6
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13