aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/unified_window_controller.vala
Commit message (Collapse)AuthorAgeFilesLines
* Rename UnifiedWindow -> MainWindowfiaxh2020-02-221-163/+0
|
* Move UnifiedWindow stack state update logic into controllerfiaxh2020-02-221-0/+21
|
* Move ConversationTitlebar into ConversationViewController responsibilityfiaxh2020-02-221-62/+4
|
* Move ConversationContentView+ChatInput into ConversationView, handle ↵fiaxh2020-02-221-17/+7
| | | | drag'n'drop on ConversationView level
* Fix+improve conversation selection when joining channel or starting MUC PMfiaxh2019-12-211-1/+1
|
* Check window width and hight before (re)storing themfiaxh2019-11-261-26/+0
|
* Don't select all text in entry of message search when openingfiaxh2019-11-191-1/+2
| | | | fixes #601
* Rework no-open-conversation placeholderfiaxh2019-10-011-1/+23
|
* fixup Fix some warningsfiaxh2019-09-101-10/+2
|
* Fix some warningshrxi2019-09-101-2/+10
| | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.
* Add and enable newly created (first) accountfiaxh2019-08-231-1/+1
| | | | fixes #584
* Rework encryption enabling logic + UIfiaxh2019-08-021-0/+5
|
* Clean up ConversationTitlebarfiaxh2019-04-141-5/+9
|
* Only use UI data for active converations cycling, clean up ConversationSelectorfiaxh2019-04-141-11/+2
|
* Allow to cycle active conversations with Ctrl+(Shift)+TabRoberto Santalla2019-04-121-0/+9
| | | | Closes #400, Closes #142, related to #145
* Fix topic displaying issuesfiaxh2019-03-141-1/+1
| | | | fixes #393
* Move app menu into window, make conversation details dialog directly ↵fiaxh2019-02-051-0/+204
accessible, no-CSD option for main window