aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* vcsbase plugins: Fix mem leakMontel Laurent2012-07-171-1/+1
* Git: Improve Clean dialogOrgad Shaneh2012-07-022-31/+35
* Make PluginManager mostly static.Eike Ziller2012-06-191-2/+1
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* VCS: Replace isDescriptionMandatory() virtual function with a memberOrgad Shaneh2012-06-182-0/+13
* VCS: Always allow "Revert Chunk"Orgad Shaneh2012-06-043-19/+1
* VCS: Add 'Blame current revision' in blame context menuOrgad Shaneh2012-06-042-2/+10
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-234-40/+5
* editormanager: simplify use of interfacehjk2012-05-116-13/+13
* texteditor: use an enum instead of QString as color idshjk2012-05-031-7/+7
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-302-2/+2
* Fix wrong names in the UIMarco Bubke2012-04-181-1/+1
* Added default implementation for IEditorFactory::open().Konstantin Tokarev2012-04-184-16/+0
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-174-12/+12
* qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-04-042-2/+3
|\
| * New File Dialog: Choose right default project for addingDaniel Teske2012-04-032-2/+3
* | Fix wrong cursor in vcs log editorAurélien Gâteau2012-03-151-4/+4
* | Fix another build issue.Erik Verbruggen2012-03-151-0/+1
* | Fix build breakage after making plugins dependent on cpptools.Erik Verbruggen2012-03-152-1/+2
* | Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-142-2/+2
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-142-2/+6
|\|
| * VCS: Handle missing checkout jobsTobias Hunger2012-03-132-2/+6
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-085-12/+43
|\|
| * Ui: No spaces before "..."Daniel Teske2012-03-071-2/+2
| * VCS: Fix indentionTobias Hunger2012-03-061-1/+1
| * VCS: Disable revision bar on annotate/log outputTobias Hunger2012-03-061-0/+2
| * VCS: Make dark color schemes work with annotation highlighterTobias Hunger2012-03-064-8/+37
| * Normalized connect()sRobert Loehning2012-03-061-1/+1
* | 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-247-7/+7
* add qbs filesJoerg Bornemann2012-02-201-0/+96
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-2011-28/+28
* Removed module names from #include directives.Erik Verbruggen2012-02-1545-184/+184
* Make IFile::isReadOnly consistent.Eike Ziller2012-02-146-142/+2
* Wizards: add option to show an image for descriptionThomas Hartmann2012-02-102-0/+7
* Wizards: changes the structure of WizardsThomas Hartmann2012-02-082-2/+9
* Git: Show deleted files in diff file comboboxTobias Hunger2012-02-031-2/+2
* Git: Speed up diff/show outputTobias Hunger2012-02-032-8/+12
* VCS: Never try to run empty binariesTobias Hunger2012-02-031-3/+16
* Version control: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-316-8/+9
* Long live the king!hjk2012-01-2652-52/+52
* ProjectExplorer: make currentProject statichjk2012-01-242-14/+11
* Use new static ICore interface.hjk2012-01-248-31/+24
* VCS: Fix warning about hiding a virtual methodTobias Hunger2012-01-202-2/+2
* VcsBase: URL and email support in log editorsHugues Delorme2012-01-202-87/+405
* Wizards: allows filtering of wizards based on Qt versionThomas Hartmann2012-01-182-0/+7
* Replace Q_ASSERTs with QTC_ASSERTsTobias Hunger2012-01-131-1/+3
* core: use Core::Id for IVersionControl::id()hjk2012-01-111-1/+1