aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/axivion/axivionoutputpane.cpp
Commit message (Expand)AuthorAgeFilesLines
* Axivion: Remove unused lambda captureChristian Stenger11 days1-1/+1
* Axivion: Link from dashboard overview to tableChristian Stenger11 days1-15/+55
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-2/+2
* Axivion: Refactor URL query handlingChristian Stenger2024-04-231-15/+3
* Axivion: Provide feedback when no data availableChristian Stenger2024-04-231-3/+40
* Axivion: Make ui strings translatableChristian Stenger2024-04-231-4/+3
* Axivion: Improve path mappingChristian Stenger2024-03-221-1/+1
* Axivion: Ensure buttons are exclusiveChristian Stenger2024-03-221-0/+4
* Axivion: Make columns movable againChristian Stenger2024-03-131-0/+1
* Axivion: Pass arg by const referenceJarek Kobus2024-03-111-3/+3
* Axivion: Provide some context menu for issues tableChristian Stenger2024-03-111-1/+79
* Axivion: Make use of Dto::IssueKind enumJarek Kobus2024-02-271-1/+1
* Axivion: Unuglify issues view frameJarek Kobus2024-02-271-0/+2
* Axivion: Take alignments into accountChristian Stenger2024-02-261-0/+14
* Axivion: Tweak path displayChristian Stenger2024-02-261-1/+7
* Axivion: Amends the commit regarding column sizesJarek Kobus2024-02-231-0/+1
* Axivion: Remove warning about unused lambda captureJarek Kobus2024-02-231-1/+1
* Axivion: Make use of the column widths coming from the serverJarek Kobus2024-02-231-1/+2
* Axivion: Handle links more appropriateChristian Stenger2024-02-231-10/+34
* Axivion: Remove unneeded m_fetchingMore fieldJarek Kobus2024-02-231-6/+1
* Axivion: Redo lazy fetching of issuesChristian Stenger2024-02-231-41/+46
* Axivion: Provide basic sorting for issues tableChristian Stenger2024-02-231-0/+17
* Axivion: Hide more IssuesWidget functions in private sectionJarek Kobus2024-02-231-29/+29
* Axivion: Fix a possible crash when rerunning task tree from its handlerJarek Kobus2024-02-231-12/+19
* Axivion: Use LayoutBuilder for output pane itemshjk2024-02-221-38/+37
* Axivion: Use normal background for the output pane widgetshjk2024-02-221-0/+4
* Axivion: Hide the output pane implementationhjk2024-02-221-94/+87
* Axivion: Make the dashboard and issues pane button checkablehjk2024-02-221-20/+27
* Axivion: Open issue information semi-automaticChristian Stenger2024-02-211-11/+20
* Axivion: Move issue details widgetChristian Stenger2024-02-201-14/+0
* Axivion: Don't leak model on shutdownJarek Kobus2024-02-161-2/+2
* Axivion: Fix disabling filtersChristian Stenger2024-02-151-2/+13
* Axivion: Drop known namespace specifiersJarek Kobus2024-02-131-4/+6
* Axivion: Optimize combobox insertionJarek Kobus2024-02-071-11/+23
* Axivion: Remove a delay when typing in search fieldJarek Kobus2024-02-011-8/+1
* Axivion: Mark current selected issue kindChristian Stenger2024-02-011-0/+12
* Axivion: Correctly reset dashboardChristian Stenger2024-02-011-0/+7
* Axivion: Raise default limit for searchChristian Stenger2024-02-011-1/+1
* Axivion: Add state filter handlingChristian Stenger2024-02-011-0/+19
* Axivion: Handle path globbing for issues searchChristian Stenger2024-02-011-0/+7
* Axivion: Handle owner parameter for issuesChristian Stenger2024-02-011-13/+15
* Axivion: Only update basic project info when neededChristian Stenger2024-02-011-36/+61
* Axivion: Use task tree for fetching opened doc issuesJarek Kobus2024-01-311-29/+0
* Axivion: Use more const referencesJarek Kobus2024-01-311-5/+5
* Axivion: Take versions into accountChristian Stenger2024-01-301-2/+30
* Axivion: Extract fetching table into the reusable recipeJarek Kobus2024-01-291-20/+20
* Axivion: Extract fetching issues into the reusable recipeJarek Kobus2024-01-291-6/+11
* Axivion: Make IssuesWidget occupy more spaceJarek Kobus2024-01-291-2/+0
* Axivion: Implement basic fetch more functionalityChristian Stenger2024-01-291-2/+32
* Axivion: Minor clean upChristian Stenger2024-01-261-25/+26