summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase
Commit message (Expand)AuthorAgeFilesLines
* Do not use QDir::separator() for internal pathsOrgad Shaneh2015-02-021-2/+3
* Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-292-2/+2
* VcsBase: Fix buildTobias Hunger2015-01-221-2/+2
* VcsBaseClient: Fix build on windowsTobias Hunger2015-01-221-3/+3
* Vcs: fix potential issue in VcsBaseEditor::getTitleId()Hugues Delorme2015-01-221-3/+9
* VcsBaseClient: Remove unneeded memberTobias Hunger2015-01-221-9/+3
* VcsBase: use Qt5 new connect syntaxHugues Delorme2015-01-223-72/+73
* Vcs: in VcsBaseClient use functors to create log/diff parameter widgetsHugues Delorme2015-01-224-34/+48
* VcsBase: Sprinkle with autoTobias Hunger2015-01-2210-31/+31
* VcsBase: Make VcsConfiguration page more dynamicTobias Hunger2015-01-212-23/+56
* VcsBase: Add Js Extension for querying VCS configuration stateTobias Hunger2015-01-215-0/+113
* Vcs: Make VcsConfiguration page available to JSON wizardsTobias Hunger2015-01-213-3/+82
* VcsConfigurationPage: De-noise only changeTobias Hunger2015-01-211-6/+6
* VcsBase: Move vcsconfigurationpage into wizard subfolderTobias Hunger2015-01-214-6/+6
* Vcs: Delete commit message file after commitTobias Hunger2015-01-201-2/+4
* VcsCommand: Use Qt5-style connectsTobias Hunger2015-01-204-17/+21
* VcsOutputWindow: Try harder to filter out password dataTobias Hunger2015-01-201-1/+5
* Vcs: Bind commit output to output windowTobias Hunger2015-01-201-1/+1
* Vcs: Reduce noise a bitTobias Hunger2015-01-191-2/+2
* VcsCommand: Fix indentionTobias Hunger2015-01-191-2/+2
* Fix compileDaniel Teske2015-01-191-1/+1
* Git/VCS: Use spinning progress indicator for log viewEike Ziller2015-01-192-1/+28
* VcsBase: Make Vcs Action active again when opening a projectTobias Hunger2015-01-131-1/+7
* Submit editor: Unclutter UIEike Ziller2015-01-121-19/+25
* Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-124-9/+10
* Vcs: Update connect syntax to Qt 5 styleTobias Hunger2015-01-071-50/+48
* Register wizard windows so they appear in window list and get shortcutsEike Ziller2015-01-051-0/+3
* Completely rework currentNode/currentProject handlingDaniel Teske2014-12-033-12/+12
* Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-243-6/+11
|\
| * VCS: Remove redundant qualificationsOrgad Shaneh2014-11-191-3/+3
| * VcsBase: Fix potential null pointer access.Christian Kandeler2014-11-191-1/+1
| * VCS: Rework disabling of ambiguous actionsOrgad Shaneh2014-11-172-2/+7
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-123-33/+31
|\ \ | |/
| * qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
| * Vcs: Report stderr messages in checkout wizardTobias Hunger2014-11-072-31/+31
* | change vcs submit editor layoutTasuku Suzuki2014-11-011-56/+50
|/
* Vcs: Pass EditorWidgetCreator as copy to factoryhjk2014-10-292-4/+5
* License update.Eike Ziller2014-10-151-1/+1
* VariableChooser: Reworkhjk2014-10-151-2/+4
* MacroExpander: Allow registering local expansionshjk2014-10-151-3/+4
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1458-406/+464
|\
| * License updateEike Ziller2014-10-0959-408/+466
* | Remove StandardFileWizardFactoryTobias Hunger2014-10-091-2/+0
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-294-11/+11
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-264-18/+18
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-252-3/+3
* | VCS: Fix word wrap mode for commit messageOrgad Shaneh2014-09-231-0/+1
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-2/+2
* | VCS: Fix displaced commentOrgad Shaneh2014-09-161-1/+1
* | VCS: Make text wrapping independent of actual editorOrgad Shaneh2014-09-162-20/+29