Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-30 | Widget: Arrangement debugging; min size | Jaakko Keränen | |
There is a problem with repeated arrangements: the previous set sizes affect subsequent outcomes. This results in Preferences not being able to reduce in size, only to expand. It should be possible to reset sizes back to zero/minimum size before starting an arrangement, but LabelWidget needs to cooperate by using `minSize` to set its default size. `minSize` is preferable to fixedSize because then the widget can go through the usual arranging logic. To be continued at a later time... | |||
2021-03-26 | LookupWidget: Missing strings; inconsistent fonts | Jaakko Keränen | |
Fonts used in the lookup results list used inconsistent sizes. Now they all use the "UI content" (medium) size. The result headings were not translated at all. | |||
2021-03-13 | Arrange URL child indicators; widget arrangement | Jaakko Keränen | |
The indicators in the URL input field are now arranged horizontally, so they don't overlap. Improved arrangement of (un)collapsed widgets. | |||
2021-03-09 | LookupWidget: Fixed use of multiple search terms | Jaakko Keränen | |
The regexp wasn't formed correctly. | |||
2021-03-06 | Mobile: Dealing with keyboard height | Jaakko Keränen | |
The software keyboard obstructs part of the UI, so need to offset the view if the focused input widget would not be visible. | |||
2021-03-04 | Changing UI scaling at runtime | Jaakko Keränen | |
UI scaling factor is applied when closing the Preferences dialog. IssueID #83 | |||
2021-02-20 | iOS: Tweaks and changes for phone mode | Jaakko Keränen | |
Phone mode uses a modified user interface. Work in progress... | |||
2021-02-19 | iOS: Adjusting the UI for a tablet screen | Jaakko Keränen | |
2021-01-25 | LookupWidget: Fixed Unicode errors | Jaakko Keränen | |
Must decode Unicode characters since the search term is UTF-8. IssueID #119 | |||
2021-01-12 | LookupWidget: Item icons are aligned horizontally | Jaakko Keränen | |
2020-12-28 | SidebarWidget: Opening feed entries in new tab | Jaakko Keränen | |
2020-12-10 | Feeds: Show entries in lookup results | Jaakko Keränen | |
2020-09-17 | Cleanup | Jaakko Keränen | |
2020-09-10 | Cleanup | Jaakko Keränen | |
2020-09-08 | LookupWidget: Item selection tweaks | Jaakko Keränen | |
2020-09-08 | LookupWidget: Identities lookup and commands | Jaakko Keränen | |
2020-09-07 | LookupWidget: Finding identities | Jaakko Keränen | |
2020-09-07 | LookupWidget: Improved multi-word matches | Jaakko Keränen | |
All search terms must be found in order, but may have anything between them. | |||
2020-09-07 | Lookup improvements for history content | Jaakko Keränen | |
2020-09-07 | LookupWidget: Working on history content search | Jaakko Keränen | |
2020-09-07 | LookupWidget: Show results for visited URLs | 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-06 | Added a LookupWidget with background thread | Jaakko Keränen | |