Clocks

Results 164 issues of Clocks

### Description of the Change Implement HierarchyPanel in ServersTab ### Testing - [x] Enter servers tab - [x] Leave servers tab - [x] Search state holds - [x] Scroll state...

### Description of the Change Implement HierarchyPanel in AccountsTab ### Testing - [x] Open accounts - [x] Close Accounts ### Related Issues #623 Requires #836

### Description of the Change Enable Translations in Production ATLauncher. In this PR, I go through each part of ATLauncher to ensure they all dynamically respond to a change in...

### Description of the Change Implement semantic versioning. Let this update proliferate *before* migrating over to semantic versioning. ### Testing Added test cases for the current state. ### Related Issues...

**Is your feature request related to a problem? Please describe.** The app indicator menu does not match other menus, creating a subpar experience. **Describe the solution you'd like** Using native...

enhancement
low-priority

**Is your feature request related to a problem? Please describe.** ATLauncher currently uses the legacy x11 window system to operate. **Describe the solution you'd like** Implementation of wayland backend, so...

enhancement
low-priority

**Is your feature request related to a problem? Please describe.** The application notifies users of various things, but in various ways. For example, the completion of a download is done...

enhancement
low-priority

**Is your feature request related to a problem? Please describe.** The launcher currently bundles all data into a single directory, while this works for portable distribution, it is not ideal...

enhancement
low-priority

**Describe the bug** The app indicator icon is cut off on Linux. **To Reproduce** Open the application, look at the indicator on the top right **Expected behavior** App icon properly...

bug
low-priority

I have the following class produced by the auto generator, then converted to Kotlin ```kotlin package org.freedesktop.portal @Suppress("FunctionName") @DBusProperty( name = "version", type = UInt32::class, access = DBusProperty.Access.READ ) actual...

help wanted