vala
Here are 308 public repositories matching this topic...
Expected Behavior
When the user edits the properties of a CanvasItem the SelectEffect should disappear until the end of the interaction, with a delay of 2 seconds.
This behaviour is commonly used in other design tools to remove the visual noise of the selection bound when the user needs to edit the visual aspects of an item.
Eg. editing the color of a 1px thick border is pretty hard
The date is displayed as weekday, month day in Komorebi.
In German it's usually weekday, day. month (note the dot)
For example: Freitag, 8. September
Hi,
When connecting using an account which is protected by a very long password, the window with is too large. As well, for security reasons, this password field should not give any indication on the password length.
Installed Packages
Name
When advanced typesetting features are required for slide notes, people use the beamer/pgf notes (with \setbeameroption{show notes on second screen}.) The widget intended for displaying the simple textual notes then stays unused, occupying a large screen estate, while the "current" slide on the presenter's screen is not shown. It is suggested to render the "beamer" note slides instead of the tex
I think that double clicking on a line of the SELECT results should open a new window with the data of it shown as key : value and with the possiblity to modify the data (or not).
The reason why I'm asking for this, is that I need to read a database with articles and it's impossible to read if the data is correctly being saved :(
When either clicking the new note button or using the keyboard shortcut to create a new note, the note text buffer is properly displayed as a blank note; however, the keyboard focus is not automatically given to the text buffer so the user can begin typing.
As such, after creating a new note, I always need to mouse click (or tab) into the text buffer to give it keyboard focus before I can star
There is already an open issue in the AppCenter repository. elementary/appcenter#440
And also an example how this can be realized for an default app like Calculator using gettext domain in AppData.
I'd like to see this supported by Planner. How do you feel about the idea @alainm23?
-
Updated
Jun 10, 2020 - Vala
If you're doing a case-sensitive find, the Highlight Word Selection plugin still highlights case-insensitive matches. We should probably disable highlighting word selection when performing a find, as it's redundant.
During the account adding flow, there are two places where it would be nice for the Enter key to submit the current form (when entering an instance name and when entering the secret code), but it doesn't.
If this exists:
why are we still using this everywhere in the application still?
The former is much better, provided there is a scalable version of it.
Rework description
The current description is:
VGrive is a client (back-end and front-end) for Google Drive made in Vala. Automatically detects changes in local and remote files and syncs them.
It might be worth reworking the description to cover some points:
- Do not start the description with the application name, we already have the name written above in all contexts.
- Do not mention the language it is
-
Updated
Jun 7, 2020 - Vala
manpage
Create manpage for VLS
Retiring bindings
- Python 2 support (ends in one year) - an probably all versions less than 3.4
- PHP5 (support just ended this year) - maybe porting to PHP7?
- Luvit support - 7 years no updates
- Newlisp - 7 years no updates
- Guile - 7 years no updates
- Awk - 6 years no updates (is anyone using them at all?)
Fix zwj counting
When using ZWJ characters (like
| Character | Cawbird | Notes | |
|---|---|---|---|
| 2 | 4 | Appears to be 4 because of VS-16 | |
| 2 | 2 | ||
| 2 | 7 | 4 (flag) + 1 (ZWJ) + 2 (Rainbow) | |
| 👨🏾 | 2 | 4 | 2 (face) + 2 (Fi |
There's currently no real indication of how far along in the installation process we are. I think it would be helpful if we indicated to users how many steps there are and how many have been completed. This is especially useful in helping to convey if there will be a chance to go back after taking certain actions
-
Updated
Jun 7, 2020 - Vala
Noob-friendly instructions would be helpful. I didn't realize I had to clone or download the actual repo (as I'm still a noob myself).
Thanks!
-
Updated
Aug 29, 2017 - Vala
When I paste a link to some task, I want to be able to click it and open it in a default browser.
-
Updated
Mar 24, 2019 - Vala
-
Updated
Nov 21, 2019 - Vala
Improve this page
Add a description, image, and links to the vala topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vala topic, visit your repo's landing page and select "manage topics."



man peekon NixOS is binary garbage. It seems that some part of the build system doesn't know thatpeek.1is already compressed and gzips it for the second time.One possible fix is to add
.gzsuffix to generated manpage filename. This is consistent with behavior ofdata/man/CMakeLists.txtwhich appends.gzsuffix.diff --git a/data/man/meson.build b/data/man/meson.build in