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 | |
Oct 4, 2008 | |
16 years 2 months | * DatabaseVariables.cpp: let the dock widget float again - since we no longer dock it anywhere it needs to be floatable to be displayed at all... |
Sep 30, 2008 | |
16 years 2 months | propagate from branch 'net.venge.monotone.guitone.releases.0_8' (head ba8002846f79802a4ba5d6480c90011b31f26857) |
Sep 29, 2008 | |
16 years 2 months | * guitone.pro: add a new GUITONE_REVISION define which transports the base revision of the built workspace |
Sep 12, 2008 | |
16 years 2 months | * main.cpp: suppress two warnings if no translations are found for an english speaking locale (en_US, en_GB, en_CA, ...) and guitone falls back to the default language, which is English anyways |
Sep 11, 2008 | |
16 years 2 months | * dock widgets are now actually dockable again - and they occupy less space than before; we can now also combine multiple dock widgets on one side and collapse them into a tabber (this is forced for now) |
16 years 2 months | * finished node info dockwidget (now with icon display and birth revision display) |
16 years 2 months | * preliminary code / support for a node info dialog - not yet wired with the inventory model and no icon / symbol display yet |
Jul 28, 2008 | |
16 years 4 months | * NEWS: noted the recent changes |
16 years 4 months | * Manifest.h/cpp: fixed a memleak which triggered an invariant |
16 years 4 months | * GetRevision.cpp: removed an invalid invariant which made it impossible to get the first changeset of a repository where old_revision is not set (fixes FS#17) |
16 years 4 months | * changeset_browser.ui: disable item expanding in the changeset browser list views |
Jun 2, 2008 | |
16 years 6 months | * possibility to select the file encoding of a file in the diff dialog; |
May 27, 2008 | |
16 years 6 months | * rows should no longer be doubled in the revision list of the |
16 years 6 months | * the dialog titles of the file diff and manifest dialog are now |
May 26, 2008 | |
16 years 6 months | * Manifest.cpp: remove the root node explicitely if we process new data, |
16 years 6 months | * check if the error code which is returned from get_db_variables is just |
16 years 6 months | * WorkspaceWindow.cpp: the DatabaseVariables panel wasn't initialized with the loaded db file path; this is fixed |
16 years 6 months | * its 4.4.0, not 4.4 |
16 years 6 months | merge of '678777a615cc219419942ec8e680dac73d1eefcb' |
16 years 6 months | * MonotoneThread.cpp: explicitely set LANG if it is not there, apparently its not set on Windows... |