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 | |
Jan 13, 2009 | |
15 years 8 months | * set resizeToContents() for the header view of the revision diff tree (should close FS#25) |
15 years 8 months | * directories aren't malicious to open persé, so we're skipping them (closes FS#21) |
Jan 6, 2009 | |
15 years 8 months | * bugfix: apparently Qt::DefaultLocaleShortDate is not known in Qt 4.3, so as long as we support this version we have to switch to the deprecated Qt::LocaleDate |
15 years 8 months | merge of '09b228d2d9257a291f49898289227510294da098' |
Jan 5, 2009 | |
15 years 8 months | externalize the appcast url into a global define |
Jan 3, 2009 | |
15 years 8 months | * http:// -> https:// |
15 years 8 months | * src/view/dialogs/ApplicationUpdate.cpp: use SSL to connect to the update server and verify the used certificate properly |
15 years 8 months | * Info.plist.in: the appcast now resides under an ssl-secured location |
Jan 2, 2009 | |
15 years 8 months | * bugfix: raise the file descriptor limit on OSX from 1042 to 4096 to prevent warnings from the file watcher (see http://trolltech.com/developer/task-tracker/index_html?method=entry&a mp;id=210468 for more information) |
15 years 8 months | * do not read the file if there is no diff to process |
15 years 8 months | * bugfix: the encoding conversion of a diff is applied to the actual content and not to the complete diff output including all the formatted data - this should make the diffing much more stable when it comes to output changing |
15 years 8 months | * since we might apply a different ordering to the revisions which are diffed, we also need to set the base revision on which the diff is applied dynamically |
Jan 1, 2009 | |
15 years 8 months | * both, the file and the revision diff dialog now show the correct left / right revision if the original ordering of the user has been changed |
Dec 31, 2008 | |
15 years 8 months | * quick hack to properly toposort two revisions before they're diffed in case the user accidentially mixed up the ordering (configurable via preferences) - this needs a bit more work in the UI to reflect the change |
Oct 13, 2008 | |
15 years 11 months | * added missing files for the new "create database" functionality |
15 years 11 months | merge of '56886faaed2034d54961b413f153075d8a7b9e6e' |
15 years 11 months | * RELEASE_CHECKLIST: add a note that we have to convert our text files to windows line endings before we ship them |
15 years 11 months | * guitone.iss: bump version number for new release; link text files (copying, readme, news) in the start menu entry |
Oct 11, 2008 | |
15 years 11 months | * removed "expandsOnDoubleClick" property from a couple of UI files since this only seems to be available on Qt 4.4 and breaks BC with 4.3 |
15 years 11 months | * new possibility to create and initialize a new monotone database from the open prompt as well as the file menu |