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 | |
Apr 26, 2010 | |
13 years 7 months | * guitone.iss: we need to install the openssl binaries as well, otherwise |
13 years 7 months | * src/main.cpp: under some weird circumstances Qt might not always have a |
Apr 25, 2010 | |
13 years 7 months | Portuguese translation added (thanks to Américo Monteiro!) |
13 years 7 months | * start rc3 development |
13 years 7 months | * custom mime files have to go to PREFIX/share/mime/packages |
13 years 7 months | * fix qmake variable expansion |
13 years 7 months | * correct the year |
13 years 7 months | * insert a release date; slight wording changes |
13 years 7 months | * translate one missing string |
13 years 7 months | * remove temporary portuguese translation file |
13 years 7 months | * its VERSION now (which is a standard configuration option for qmake) |
13 years 7 months | * adapted according to the recent improvements in the build setup |
13 years 7 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 7 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 7 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 7 months | * DiffParser.h/cpp: new flag "is_new_file" to denote those files with the same file id |
13 years 7 months | * ContentDiff.cpp: if we have an invalid index, we cannot even assume that row or column of this index is >= 0 |
13 years 7 months | * GetBranchLog.h/cpp: save parent-child relations; replace mergeRevisions data structure |
13 years 7 months | * one thing forgotten for VS2008 compatibility |
Apr 15, 2010 | |
13 years 7 months | * note the recent changes |