| Commit message (Expand) | Author | Age | Files | Lines |
* | Code model: Update on changes from the versioning system. | Friedemann Kleint | 2009-11-11 | 1 | -11/+37 |
* | Revert "Code model: Update on changes from the versioning system." | con | 2009-11-10 | 1 | -37/+11 |
* | Code model: Update on changes from the versioning system. | Friedemann Kleint | 2009-11-09 | 1 | -11/+37 |
* | VCS/git: Make blame go to current editor line | Friedemann Kleint | 2009-10-01 | 1 | -5/+9 |
* | VCS: perforce, cvs, subversion: Goto current line in blame. | Friedemann Kleint | 2009-10-01 | 1 | -2/+2 |
* | Rename IRunConfigurationRunner -> IRunControlFactory... | Friedemann Kleint | 2009-09-25 | 1 | -0/+4 |
* | Git: Make commit work on Windows | Friedemann Kleint | 2009-08-25 | 1 | -5/+5 |
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
* | API naming. | con | 2009-08-12 | 1 | -1/+1 |
* | Version control: Replace per-VCS output panes with a single one. | Friedemann Kleint | 2009-08-10 | 1 | -51/+27 |
* | VCSBase: Add common functionality, make checkout use page lists. | Friedemann Kleint | 2009-07-21 | 1 | -20/+1 |
* | Add a clone wizard for version control (base classes + git/svn). | Friedemann Kleint | 2009-07-17 | 1 | -17/+27 |
* | Optionally shorten git blame output by removing date+line number. | Friedemann Kleint | 2009-07-15 | 1 | -1/+1 |
* | Don't ask to reload the file, if the user uses git/undo or git/revert. | dt | 2009-06-18 | 1 | -0/+1 |
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
* | Run git on windows properly when git is called synchronously. | Daniel Molkentin | 2009-06-15 | 1 | -1/+7 |
* | Fix not beeing able to commit file deletions with creators git plugin | dt | 2009-06-10 | 1 | -4/+8 |
* | Close write channels of git processes. | Friedemann Kleint | 2009-05-28 | 1 | -0/+1 |
* | add missing tr()s, etc., add some //: comments | Oswald Buddenhagen | 2009-04-20 | 1 | -0/+1 |
* | Report termination of git pull/push (which was missing feedback). | Friedemann Kleint | 2009-04-09 | 1 | -3/+5 |
* | Kill the git process if we timed out waiting for it. | dt | 2009-04-07 | 1 | -0/+2 |
* | Fixes: Suppress colors for git diff project, class names in widget template | Friedemann Kleint | 2009-03-17 | 1 | -2/+2 |
* | Fixes: Using a git configuration with colored output breaks much of the git p... | Friedemann Kleint | 2009-03-17 | 1 | -15/+23 |
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
* | Make the git plugin look for the binary in the path specified in the settings... | Friedemann Kleint | 2009-02-19 | 1 | -6/+7 |
* | Merge commit 'origin/1.0.0' | con | 2009-02-13 | 1 | -4/+4 |
|\ |
|
| * | Fixes: add timeout value to git plugin | lowinu | 2009-02-13 | 1 | -4/+4 |
* | | activate diff editor after creating it | mae | 2009-02-04 | 1 | -1/+1 |
* | | separate EM::setCurrentEditor and EM::activateEditor | mae | 2009-01-26 | 1 | -1/+1 |
* | | Merge branch 'master' of [email protected]:creator/mainline | mae | 2009-01-20 | 1 | -4/+4 |
|\| |
|
| * | replace Core::ICore::instance()->pluginManager() by ExtensionSystem::PluginM... | hjk | 2009-01-20 | 1 | -3/+3 |
| * | forgot this | hjk | 2009-01-20 | 1 | -1/+1 |
* | | first edition of the new editor view, splitting still missing | mae | 2009-01-16 | 1 | -2/+2 |
|/ |
|
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
* | Fixes: Enable multiselection in file list of git submit editor | Friedemann Kleint | 2009-01-13 | 1 | -86/+52 |
* | Fixes: - ProgressManagerInterface --> ProgressManager | con | 2009-01-13 | 1 | -2/+2 |
* | Fixes: - Rename ActionManagerInterface --> ActionManager | con | 2009-01-13 | 1 | -1/+1 |
* | Fixes: Make git diff work for staged files, do not launch submit if file list... | Friedemann Kleint | 2009-01-13 | 1 | -4/+12 |
* | Fixes: Use a model for the submit file list (to resolve the git diff mess) | Friedemann Kleint | 2009-01-12 | 1 | -81/+6 |
* | Fixes: Show untracked files in git submit dialog | Friedemann Kleint | 2009-01-09 | 1 | -10/+37 |
* | Fixes: Start a git branch dialog. | Friedemann Kleint | 2008-12-19 | 1 | -0/+42 |
* | Fixes: Add ensureStashed() method asking user to stash before a change such ... | Friedemann Kleint | 2008-12-19 | 1 | -12/+71 |
* | Fixes: gcc 4.3.2 compile warnings | Friedemann Kleint | 2008-12-19 | 1 | -1/+1 |
* | chancge Nokia GPL exception version from 1.2 to 1.3 | hjk | 2008-12-16 | 1 | -1/+1 |
* | Fixes: - Don't popup the git output window at all operations | con | 2008-12-10 | 1 | -20/+38 |
* | use QTC_ASSERT instead of Q_ASSERT | hjk | 2008-12-09 | 1 | -18/+19 |
* | Fixes: Add revert to git, name stage options according to git gui | Friedemann Kleint | 2008-12-04 | 1 | -21/+195 |
* | Fixes: Refactor git settings code, add some more menu options | Friedemann Kleint | 2008-12-04 | 1 | -51/+126 |
* | Fixes: git commit fails due to wrong working directory | Friedemann Kleint | 2008-12-03 | 1 | -9/+24 |
* | Fixes: Enable switching of VCS according to currentProject | Friedemann Kleint | 2008-12-03 | 1 | -5/+0 |