AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 Next | |
Nov 29, 2006 | |
17 years 10 months | cleaned debug output |
17 years 10 months | resize the number column nicely so that it doesn't take major space |
17 years 10 months | * many fixes and debug output |
17 years 10 months | more work on the diff dialog (applying the diff) |
Nov 30, 2006 | |
17 years 10 months | throwed away the complex yatta-yatta with linegroups and simply processed diff hunks line by line - despite of wrong line numbering it seems to work at least - more stuff will follow |
17 years 10 months | removed exotic line numbering in favor of other ideas |
Dec 1, 2006 | |
17 years 10 months | * possibility to show only left/right/both changes |
17 years 10 months | added two missing files |
17 years 10 months | do not show "diff" menu option for added files (diff will fail since the file didn't exist in the previous revision) |
17 years 10 months | * added diff status view bar right beside the diff window (this currenly works only |
Dec 3, 2006 | |
17 years 10 months | * diff popup on file doubleclick |
17 years 10 months | renamed Preferences to Preferences... so that this menu item is recognized by Qt again and put into the application menu on OSX |
Dec 5, 2006 | |
17 years 10 months | a little work on the key management dialog, not yet complete (model is there, view should work if there wasn't this stupid compile error I still need to track) |
17 years 10 months | corrected IFDEF which lead to compile errors |
17 years 10 months | * added completion support in switch workspace revision dialog, |
17 years 10 months | updated translation |
17 years 10 months | Monotone wrapper class once again refactored, this time it fixes problems |
17 years 10 months | done(1) instead of done(0) (the latter means reject() and not accept()) |
17 years 10 months | also abort if the return code of the command is not 0 (success) |
17 years 10 months | * added support for automate genkey (creation of keypairs) |