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 11, 2008 | |
16 years 1 day | * InventoryView.{h,cpp}: preliminary implemenations of slotAdd() and slotRemove(); these now send out a signal which transports a list of paths which should be added / removed. Now the only thing which is missing there is the backend action... |
16 years 1 day | * ChangesetModel.h: initialize certCount for the BranchInfo struct, otherwise guitone might crash if the database contains no revisions |
16 years 1 day | * checkout_revision.ui: simplified layout |
Oct 7, 2008 | |
16 years 5 days | * MonotoneThread.cpp: make the log message "cannot parse - continueing" a debug message since it just notifies us about the fact that we have to wait for more chunked stdio input |
16 years 5 days | * README: don't lie about Qt 4.3.x compatibility - all the forms are generated with uic from 4.4 and may contain incompatible elements |
16 years 5 days | * preferences.ui: remove spurious gridLayout instance |
Oct 6, 2008 | |
16 years 6 days | * guitone.pro: don't let qmake fail if monotone is not found |
Oct 4, 2008 | |
16 years 8 days | * RELEASE_CHECKLIST: note that we need the deployqt utility for mac bundling and add a hint where to find it |
16 years 8 days | * osx_bundle.sh: if the Frameworks directory does not exist within the bundle, create it beforehand |
16 years 8 days | * RELEASE_CHECKLIST: lrelease must be executed before make; remove attic and notes in the dist tarball |
16 years 8 days | * RELEASE_CHECKLIST: .mtn-ignore can be removed in the dist package as well |
16 years 8 days | * NEWS: set the release date for 0.9 (today) |
16 years 8 days | * IDEAS: file encoding switching has been implemented |
16 years 8 days | * README: updated in a few places |
16 years 8 days | * adapted paths and configuration for release_checklist |
16 years 8 days | * GuitoneStandalone.h/cpp: make the somethingLoaded flag global again - it might occur that the mtn binary path was already set and we get a file open event just _before_ loadSomething() is executed |
16 years 8 days | * guitone.pro: bump guitone version and the maximum allowed mtn interface version by 1 (so guitone can handle mtn interface versions between 7.0 and 8.9...) |
16 years 8 days | * brought German translation up2date |
16 years 8 days | * fixed / clarified some strings in the nodeinfo docker |
16 years 8 days | * icon_help.ui, nodeinfo.ui: improve these widgets by giving them a min width and put their contents into scrollwidgets so they don't make the UI flicker when they have to resize because of their dynamic contents |