Wed, 02 Apr 2014 15:26:27 +0200 Fixes makefile generation after class rename
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 02 Apr 2014 15:26:27 +0200] rev 415
Fixes makefile generation after class rename SCMCompatQuery should answer a list of packages being commited. For whatever reason, code was commented so it answered nil. Therefore old class name (the one before rename) was used to create a container name which lead to uncompilable code.
Tue, 01 Apr 2014 15:19:00 +0200 Fix for 2bff8b2fe2af
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 01 Apr 2014 15:19:00 +0200] rev 414
Fix for 2bff8b2fe2af Misplaced statement.
Fri, 28 Mar 2014 09:35:51 +0000 Care for relative pathnames in ProjectDefinition>>hgPostLoad
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 28 Mar 2014 09:35:51 +0000] rev 413
Care for relative pathnames in ProjectDefinition>>hgPostLoad For relative pathnames like ../../.. (or ..\..\.. on WIndows), FIlename>>directory is noop (i.e., return filename with same path). To workaround, convert repository path to sbsolute filename before searching for repository root.
Fri, 28 Mar 2014 00:47:08 +0000 Merged 858944cebec4 and 34ca0972c5ba
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 28 Mar 2014 00:47:08 +0000] rev 412
Merged 858944cebec4 and 34ca0972c5ba
Fri, 14 Mar 2014 22:59:53 +0000 Added SCMAbstractPackageRevision>>changeSet.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 14 Mar 2014 22:59:53 +0000] rev 411
Added SCMAbstractPackageRevision>>changeSet. It returns a ChangeSet containing all code of the package at that particular revision. Currently, code of Java extension methods is not returned. This will be fixed in next commits once we make HGChangesetFile more like Filename. Some work on SCMAbstractPackageRevision>>changeSet - not yet finished. *** More work on SCMAbstractPackageRevision>>changeSet
Fri, 28 Mar 2014 00:45:11 +0000 Added 'Update To Revision' menu item to file browser and fixed issue #32.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 28 Mar 2014 00:45:11 +0000] rev 410
Added 'Update To Revision' menu item to file browser and fixed issue #32. 'Update To Revision' menu item allows user to update for specific revision chosen using dialog. Menu contains shortcut items for current heads, nicely rendered as in HGChangesetList. 'Merge...' menu has the same structure as 'Update To Revision'. The new menu item rendering in these menus gives user much more information about the changeset (head) about to be merged.
Wed, 26 Mar 2014 15:53:08 +0000 FIx for issue #11 - Add user feedback when pushing from system browser
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 26 Mar 2014 15:53:08 +0000] rev 409
FIx for issue #11 - Add user feedback when pushing from system browser
Wed, 26 Mar 2014 15:17:29 +0000 Fix for issue #30 - Commit button is disabled even if commit message is not empty (part 2)
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 26 Mar 2014 15:17:29 +0000] rev 408
Fix for issue #30 - Commit button is disabled even if commit message is not empty (part 2) Do not generate commit message based on changes - such commit message is completely useless. This information can be easily retrieved from changeset. Instead, generate nothing in order to force users to type in a commit message. Future versions may even contain a commit message validator.
Wed, 26 Mar 2014 15:13:11 +0000 Fix for issue #30 - Commit button is disabled even if commit message is not empty (part 1)
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 26 Mar 2014 15:13:11 +0000] rev 407
Fix for issue #30 - Commit button is disabled even if commit message is not empty (part 1) Update 'Commit' buton enablemant after working copy is prepared for commit.
Wed, 26 Mar 2014 14:48:59 +0000 Fix for issue #14 - DNU in commit dialog after "show differences"
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 26 Mar 2014 14:48:59 +0000] rev 406
Fix for issue #14 - DNU in commit dialog after "show differences" In HGCommitDialog>>doShowDiffsForEntry:against: check if the file exists in revision and in working copy. If not, substitute it's content by an empty string.
(0) -300 -100 -10 +10 +100 +300 tip