| 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 Next | |
| Apr 25, 2010 | |
| 13 years 9 months | * fix qmake variable expansion |
| 13 years 9 months | * correct the year |
| 13 years 9 months | * insert a release date; slight wording changes |
| 13 years 9 months | * translate one missing string |
| 13 years 9 months | * remove temporary portuguese translation file |
| 13 years 9 months | * its VERSION now (which is a standard configuration option for qmake) |
| 13 years 9 months | * adapted according to the recent improvements in the build setup |
| 13 years 9 months | * guitone.pro: new tarball target which basically does what make dist is supposed to do, but with a couple of small twists like f.e. automatically inserting the revision id in the project file |
| Apr 24, 2010 | |
| 13 years 9 months | * guitone.pro: add an install target for Unix / Linux which installs binary, text files, icon, desktop file and mime specification to the usual places |
| 13 years 9 months | * guitone.pro: incorporate Mac OS X deploying / packaging as separate targets; integrate translation handling; improve diagnostics and much more |
| Apr 19, 2010 | |
| 13 years 9 months | * DiffParser.h/cpp: new flag "is_new_file" to denote those files with the same file id |
| 13 years 9 months | * ContentDiff.cpp: if we have an invalid index, we cannot even assume that row or column of this index is >= 0 |
| 13 years 9 months | * GetBranchLog.h/cpp: save parent-child relations; replace mergeRevisions data structure |
| 13 years 9 months | * one thing forgotten for VS2008 compatibility |
| Apr 15, 2010 | |
| 13 years 9 months | * note the recent changes |
| 13 years 9 months | merge of '168f214e4fd2d0b5412f8fa0111448c513a53e3f' |
| 13 years 9 months | * GetBranchLog.cpp: there was a race condition when the query process gets out of order f.e. when readMore() is called in between a toposort execution (closes FS#50) |
| 13 years 9 months | * TreeBuilder.h: remove QtGui include and add specific missing includes to a couple of files - weird enough this fixes FS#47! Namely I get no longer a hang on OSX when the MonotoneManager's mutex is destroyed! |
| Apr 14, 2010 | |
| 13 years 9 months | * Platform.cpp: include library hints for the VS2008 linker (partially closes FS#48) |
| Apr 9, 2010 | |
| 13 years 9 months | * DebugLog.h: remove a compiler warning about extra tokens |