Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-02 | Mobile: Button group appearance | Jaakko Keränen | |
2021-12-02 | Refactored CertListWidget out of the sidebar | Jaakko Keränen | |
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class. | |||
2021-12-01 | Added switching to the identity toolbar menu | Jaakko Keränen | |
One can now use the identity toolbar menu to switch between client certificates that have been used on the current site. The five latest ones are remembered. | |||
2021-12-01 | Cleanup | Jaakko Keränen | |
2021-11-30 | Mobile: Fixed scrolling of long popup menus | Jaakko Keränen | |
2021-11-30 | SidebarWidget: Crash when switching Feeds mode | Jaakko Keränen | |
Updating items immediately destroys the action widgets. | |||
2021-11-30 | Mobile: No Downloads menu item | Jaakko Keränen | |
2021-11-30 | SidebarWidget: Icons for the Unread/All filter menu | Jaakko Keränen | |
2021-11-30 | iOS: Cleanup | Jaakko Keränen | |
Skip the font download suggestion, and fixed an uninitialized value. | |||
2021-11-30 | iOS: Use libwebpdecoder in the build | Jaakko Keränen | |
2021-11-30 | Bumped version numbers to 1.10 | Jaakko Keränen | |
2021-11-30 | Merge branch 'dev' into work/v1.10 | Jaakko Keränen | |
2021-11-30 | Updated release notes | Jaakko Keränen | |
2021-11-30 | SidebarWidget: Added short label for Mark All as Read | Jaakko Keränen | |
The sidebar doesn't have much room so use a different label for the button. | |||
2021-11-29 | Lang: Don't use `c-format` .po flag on timestamps | Jaakko Keränen | |
The C `printf` formatting doesn't encompass timestamp formatting with `strftime`. Weblate only understands and checks `printf` format strings. IssueID #408 | |||
2021-11-29 | Updated release notes | Jaakko Keränen | |
2021-11-29 | Windows: Tell WinSparkle the correct app version | Jaakko Keränen | |
2021-11-29 | Git: Ignore temporary files | Jaakko Keränen | |
2021-11-29 | Bumped version number to 1.9.2 | Jaakko Keränen | |
2021-11-29 | Windows: Order of main menu items | Jaakko Keränen | |
Place the "Check for Updates" item immediately following Preferences, like on macOS. | |||
2021-11-29 | Fixed crash when creating a bookmark | Jaakko Keränen | |
The parent folder pointer was possibly uninitialized. | |||
2021-11-29 | Updated language strings | Jaakko Keränen | |
2021-11-29 | Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into dev | Jaakko Keränen | |
2021-11-29 | Updated release notes | Jaakko Keränen | |
2021-11-29 | Updated release notes | Jaakko Keränen | |
2021-11-29 | Updated release notes | Jaakko Keränen | |
2021-11-29 | Widget: More accurate division of available space | Jaakko Keränen | |
Take fractional pixels into account when laying out widgets. This ensures that the entire available space is used, particularly when there are many children. IssueID #403 | |||
2021-11-29 | Updated release notes | Jaakko Keränen | |
2021-11-29 | Fixed issues with tab button labels | Jaakko Keränen | |
Fixed issue with very short text not being truncated at all. A short truncated label will now just show the icon, if one is set. The tab close buttons don't appear if the buttons are too small. | |||
2021-11-29 | Fixed shfiting position of the "New Tab" button | Jaakko Keränen | |
IssueID #403 | |||
2021-11-28 | Translated using Weblate (Turkish) | Emir | |
Currently translated at 100.0% (615 of 615 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/tr/ | |||
2021-11-28 | Translated using Weblate (Ukrainian) | Alyssa Liddell | |
Currently translated at 100.0% (615 of 615 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/uk/ | |||
2021-11-28 | Translated using Weblate (Serbian) | Страхиња Радић | |
Currently translated at 100.0% (615 of 615 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/sr/ | |||
2021-11-28 | Translated using Weblate (Esperanto) | Nikolay Korotkiy | |
Currently translated at 34.9% (215 of 615 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/eo/ | |||
2021-11-28 | Translated using Weblate (Spanish) | Wally Hackenslacker | |
Currently translated at 100.0% (615 of 615 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es/ | |||
2021-11-28 | Translated using Weblate (French) | Timothée Goguely | |
Currently translated at 99.6% (613 of 615 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/ | |||
2021-11-28 | Translated using Weblate (French) | MCMic | |
Currently translated at 99.6% (613 of 615 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/ | |||
2021-11-28 | Translated using Weblate (Finnish) | Nikolay Korotkiy | |
Currently translated at 100.0% (615 of 615 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/ | |||
2021-11-28 | Bookmarks: Crash when creating a bookmark | Jaakko Keränen | |
IssueID #402 | |||
2021-11-28 | Bookmarks: Crash when creating a bookmark | Jaakko Keränen | |
IssueID #402 | |||
2021-11-28 | Bookmarks: Internal tags have a dot prefix | Jaakko Keränen | |
Internal behavior tags are now written in bookmarks.ini with a dot prefix (like hidden files on Unix), and at runtime they are removed from the tags string. This makes things more efficient as it isn't necessary to compile regular expressions all the time. TODO: Add "Edit Feed..." into the Bookmarks context menu, and a new menu item for listing all subscriptions. IssueID #331 | |||
2021-11-28 | Cleanup | Jaakko Keränen | |
2021-11-28 | Fixed page timestamp; 24-hour time preference | Jaakko Keränen | |
IssueID #349 | |||
2021-11-27 | Updated Help | Jaakko Keränen | |
Fixed an error. | |||
2021-11-27 | GmDocument: Heading level 3 indents like text lines | Jaakko Keränen | |
Making the heading hierarchy even clearer. H3 is now indented like normal text lines, and uses a bolder font. | |||
2021-11-27 | Bumped version number to 1.9.1 | Jaakko Keränen | |
2021-11-27 | GmDocument: Changed heading 3 to semibold | Jaakko Keränen | |
The bold weight was a little bit too strong compared to the regular-weight level 2 headings. | |||
2021-11-27 | GmDocument: Allow ANSI BG setting to take effect | Jaakko Keränen | |
2021-11-27 | Updated language strings | Jaakko Keränen | |
2021-11-27 | Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into dev | Jaakko Keränen | |