Age | Commit message (Collapse) | Author |
|
|
|
Switched the phone sidebar to use the iOS half/full-height sliding sheet design. This is better for finger reachability and for retaining access to the current page.
|
|
The URL checks for determining which identity was in use were a bit too page-specific. Now the URL prefix usage is applied more consistently.
The identity toolbar menu is now more useful in that it allows both switching identities and stopping the use of the current identity.
|
|
|
|
|
|
|
|
There were issues where popup menus would only get wider and never narrower. Arrangements should not be dependent on the results of a previous one.
|
|
All-caps should be applied at runtime when appropriate.
|
|
Use checkmarks for selections in button groups.
|
|
|
|
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class.
|
|
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.
|
|
|
|
|
|
Updating items immediately destroys the action widgets.
|
|
|
|
|
|
Skip the font download suggestion, and fixed an uninitialized value.
|
|
|
|
|
|
|
|
|
|
The sidebar doesn't have much room so use a different label for the button.
|
|
The C `printf` formatting doesn't encompass timestamp formatting with `strftime`. Weblate only understands and checks `printf` format strings.
IssueID #408
|
|
|
|
|
|
|
|
|
|
Place the "Check for Updates" item immediately following Preferences,
like on macOS.
|
|
The parent folder pointer was possibly uninitialized.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
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.
|
|
IssueID #403
|
|
Currently translated at 100.0% (615 of 615 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/tr/
|
|
Currently translated at 100.0% (615 of 615 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/uk/
|
|
Currently translated at 100.0% (615 of 615 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/sr/
|
|
Currently translated at 34.9% (215 of 615 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/eo/
|
|
Currently translated at 100.0% (615 of 615 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es/
|
|
Currently translated at 99.6% (613 of 615 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/
|
|
Currently translated at 99.6% (613 of 615 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/
|
|
Currently translated at 100.0% (615 of 615 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/
|
|
IssueID #402
|
|
IssueID #402
|
|
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
|