Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 3 | -9/+11 |
| | |||||
* | fix everything following the hash-->id change | Michael Muré | 2019-08-08 | 2 | -9/+8 |
| | |||||
* | cache: expose the operation when creating a new bug | Michael Muré | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | termui: make bugTable only use the cache Easy pick | Michael Muré | 2019-04-21 | 1 | -20/+35 |
| | | | | fix #127 | ||||
* | termui: fix bug when trying to edit without selection | ludovicm67 | 2019-04-10 | 1 | -0/+4 |
| | |||||
* | cache: properly push/pull identities and bugs | Michael Muré | 2019-03-27 | 1 | -7/+5 |
| | |||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 3 | -6/+8 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -7/+3 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | termui: use a forked gocui to fix large character handling | Michael Muré | 2018-12-25 | 6 | -6/+6 |
| | |||||
* | Merge pull request #83 from Steap/improve-termui-paging | Michael Muré | 2018-12-25 | 1 | -2/+36 |
|\ | | | | | Improve termui paging | ||||
| * | termui: don't reset the cursor when paginating with left/right | Michael Muré | 2018-12-23 | 1 | -6/+23 |
| | | | | | | | | See https://github.com/MichaelMure/git-bug/pull/83 for the rationale | ||||
| * | Termui: Better position the cursor when changing page. | Cyril Roelandt | 2018-12-22 | 1 | -0/+7 |
| | | | | | | | | | | | | After moving to the previous page, users probably want to have their cursor on the last entry of the page. When moving to the next page, they probably want it to be on the first entry. | ||||
| * | Termui: switch to the previous/next page when going up/down. | Cyril Roelandt | 2018-12-22 | 1 | -2/+12 |
| | | | | | | | | | | | | Rather than using 'h' or 'l' to load the previous or next page, allow users to do this automatically when going up or down the list with 'k' or 'j'. This is the default behaviour in mutt, for instance. | ||||
* | | termui: display an explicit placeholder for empty messages | Michael Muré | 2018-12-23 | 1 | -10/+29 |
| | | |||||
* | | text: fix a wrapping bug leading to line longer than they should | Michael Muré | 2018-12-23 | 1 | -2/+2 |
|/ | |||||
* | termui: tighter column in the bug table | Michael Muré | 2018-12-01 | 1 | -21/+26 |
| | |||||
* | termui: use the '↵' symbol to save screen space | Michael Muré | 2018-12-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'labeledit' | Michael Muré | 2018-10-17 | 3 | -87/+329 |
|\ | |||||
| * | termui: some cleanup in the label edition code | Michael Muré | 2018-10-17 | 1 | -9/+12 |
| | | |||||
| * | Fix label select scrolling | Luke Adams | 2018-10-16 | 1 | -31/+6 |
| | | | | | | | | | | This also sort of breaks the focus-on-add mechanism, but I can't think of a good way to implement it. | ||||
| * | Fix bug in computing added/removed labels | Luke Adams | 2018-10-16 | 1 | -20/+25 |
| | | |||||
| * | Fix error when label list is empty | Luke Adams | 2018-10-16 | 1 | -1/+22 |
| | | |||||
| * | Set minimum width for labelSelect | Luke Adams | 2018-10-05 | 1 | -1/+1 |
| | | |||||
| * | Error checking and cleanup | Luke Adams | 2018-10-05 | 1 | -7/+13 |
| | | |||||
| * | Make labelSelect with adaptive, add title | Luke Adams | 2018-10-05 | 1 | -25/+29 |
| | | |||||
| * | Fix bug in labelSelect addItem | Luke Adams | 2018-10-05 | 1 | -1/+3 |
| | | | | | | | | | | | | Adding a new item would cause a panic because focusView attempted to access a view that did not yet exist. Fixed by calling layout before calling focusView. | ||||
| * | Add scrolling to labelSelect | Luke Adams | 2018-10-04 | 1 | -14/+57 |
| | | |||||
| * | Make labelSelect update after add | Luke Adams | 2018-10-04 | 1 | -9/+9 |
| | | |||||
| * | Remove old label editing code from showBug | Luke Adams | 2018-10-04 | 1 | -75/+1 |
| | | |||||
| * | Use labelSelect to edit labels in bugView | Luke Adams | 2018-10-04 | 1 | -4/+10 |
| | | |||||
| * | Add labelSelect view for choosing labels | Luke Adams | 2018-10-04 | 2 | -10/+261 |
| | | |||||
* | | github: also pull users email | Michael Muré | 2018-10-07 | 2 | -7/+7 |
|/ | |||||
* | Add edit to instruction view | Luke Adams | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | Enable editing comments in the term ui | Luke Adams | 2018-10-04 | 2 | -0/+68 |
| | |||||
* | Use operation hash for view name | Luke Adams | 2018-10-04 | 1 | -2/+3 |
| | | | | This change allows the operation to be found given only the view name. | ||||
* | Make addCommentWithEditor accept a preMessage | Luke Adams | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | make changes | Luke Adams | 2018-10-02 | 1 | -5/+8 |
| | |||||
* | add open/close in bug view | Luke Adams | 2018-10-02 | 1 | -1/+15 |
| | |||||
* | bug: use deditated type for all TimelineItem | Michael Muré | 2018-09-30 | 1 | -11/+11 |
| | |||||
* | termui: advertise edited comments | Michael Muré | 2018-09-30 | 1 | -8/+22 |
| | |||||
* | termui: fix compilation | Michael Muré | 2018-09-29 | 1 | -10/+10 |
| | |||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -11/+11 |
| | |||||
* | termui: better responsive columns in the bug table | Michael Muré | 2018-09-26 | 1 | -4/+3 |
| | |||||
* | termui: detect when the title is not changed and abort the operation | Michael Muré | 2018-09-26 | 1 | -1/+5 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -4/+4 |
| | |||||
* | termui: use q as keybinding to quit the show bug view | Michael Muré | 2018-09-19 | 1 | -2/+2 |
| | |||||
* | docs & cleaning | Michael Muré | 2018-09-16 | 1 | -0/+1 |
| | |||||
* | commands: git bug comment now show the comments of a bug | Michael Muré | 2018-09-15 | 1 | -12/+12 |
| | |||||
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -1/+1 |
| |