Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-20 | SidebarWidget: Identities list click behavior | Jaakko Keränen | |
Avoid accidental activations by never (de)activating identities based on a single click. Now both left and right mouse clicks will open the context menu. | |||
2021-04-22 | ListWidget: Use SmoothScroll | Jaakko Keränen | |
2021-04-10 | Feeds: All/Unread view mode selection | Jaakko Keränen | |
This is a bit too simple, but allows seeing the unread entries only. The unread counter needs some reworking: should it show all unread or unread in the "All" list (latest 100 entries)? | |||
2020-11-25 | SidebarWidget: Bookmark tag icons; Feeds presentation | Jaakko Keränen | |
Special tags of bookmarks are now visualized with icons. Feed items show an indicator if the currently open document matches the entry URL. | |||
2020-11-21 | Clearing and resetting keybindings | Jaakko Keränen | |
2020-10-31 | Preferences: Basic key bindings UI | Jaakko Keränen | |
One can now bind keys in Preferences. The configured keys aren't yet saved, though. | |||
2020-10-30 | Updating LabelWidget command key | Jaakko Keränen | |
If the key bindings have a key for a command, LabelWidget will use it. | |||
2020-10-29 | SidebarWidget: Improving blank Identities tab | Jaakko Keränen | |
If there are no identities, the Identities tab now shows a button for creating one, and a link to the Help documentation. | |||
2020-09-12 | ListWidget: Cleanup | Jaakko Keränen | |
2020-09-07 | LookupWidget: Improved keyboard navigation | Jaakko Keränen | |
2020-09-06 | LookupWidget: Keyboard focus and cursor | Jaakko Keränen | |
2020-09-05 | List scrolling using visbuffer; draw press states | Jaakko Keränen | |
2020-09-05 | SidebarWidget: List item for the context menu | Jaakko Keränen | |
2020-09-05 | Fixed issues with the refactored sidebar | Jaakko Keränen | |
2020-09-05 | Refactor: ListWidget for a general purpose list | Jaakko Keränen | |
The sidebar uses a ListWidget now, but the layout needs fixing. |