summaryrefslogtreecommitdiff
path: root/docs/gui-checklist.md
Commit message (Collapse)AuthorAgeFilesLines
* 0.0.12: the changelog, the checklist and the status lineHEADv0.0.12mainLukasz Kasprzak47 hours1-0/+7
|
* comments that explain the code, not how it was writtenLukasz Kasprzak2 days1-1/+1
| | | | | | | | | | | | | | | | | | About 340 comments cited the development process: task and plan numbers, fix waves, rulings, reviewers, and the author in the third person with a date. None of that exists outside the work itself, so to a reader it pointed at nothing. Each one now states the engineering reason it was standing in front of; where a comment was provenance and nothing else, it is gone. References to docs/design.md and docs/gui-design.md by section stay: both ship with the repository. The design documents lose their amendment diaries - CHANGELOG.md is that record - and the GUI's says plainly that the window has gone further than the document. Only comments changed. Every .go file was parsed and its code printed with comments stripped, before and after: the two hashes are identical across all 175 files.
* gui: the path keeps its telling end, and the checklist grows three itemsLukasz Kasprzak2 days1-0/+9
| | | | | | | | | | | Squeezed, the toolbar's path label read "/t... ds". It now elides the start, since the end of a path is the part that says which directory this is, and will not shrink below about sixteen characters; the tooltip still holds it in full. The checklist gains the reordered bar, the About block, and the sandbox trap that had every file skipped: krino's own (min-age 2m) ignores a file written in the last two minutes.
* gui: an exclude is not a rule - the form no longer assumes onev0.0.11Lukasz Kasprzak2 days1-0/+2
| | | | | | | | | | | Selecting the exclude row in Forms panicked: newFormEditor read the form's rule for its when, name, action and stop, and an exclude has only the when. The editor now takes the conditions from whichever of the two the form holds and leaves out the fields an exclude has not got. Checklist item 49 covers it. Also the 0.0.11 changelog and README, and header floors wide enough that the age heading is not clipped.
* gui: conditions as a nested tree, and a way to add a directoryLukasz Kasprzak2 days1-0/+5
|
* gui: name the other copy of a duplicate, and offer to keep this one insteadLukasz Kasprzak2 days1-0/+5
|
* gui: sort the plan by name, size, age, action or ruleLukasz Kasprzak2 days1-0/+3
|
* gui: size and age columns, column toggles, readable colours, a laid-out ↵Lukasz Kasprzak2 days1-0/+6
| | | | explanation
* gui: keep every divider where it is put, and let the columns shrinkLukasz Kasprzak2 days1-0/+3
|
* gui: an applied plan says it is history; Settings says what needs savingLukasz Kasprzak2 days1-0/+5
|
* gui: aligned columns, theme colours, a second layout, and a scan-selection ↵Lukasz Kasprzak2 days1-0/+7
| | | | setting
* gui: coloured actions with headers, a filter over the plan, bulk trash or deleteLukasz Kasprzak3 days1-0/+8
|
* gui: the preview is as big as you drag it, and PDFs render to suitLukasz Kasprzak3 days1-1/+5
|
* gui: syntax colours, a file preview, and a settings windowLukasz Kasprzak3 days1-0/+11
|
* krino-gui(1), README and changelog for 0.0.10v0.0.10Lukasz Kasprzak3 days1-0/+91