Loading
Commits on Source 59
-
Sabri Ünal authored
-
Andre Klapper authored
-
Andre Klapper authored
-
jtux270 authored
-
jtux270 authored
-
Balló György authored
These are intended to be translated.
-
Balló György authored
This is intended to be translated.
-
Balló György authored
If all providers are enabled, GWeather tries to use the US weather office (NWS) provider first, which is available only for cities in the US. After that it falls back to METAR, which does not provide forecast information. Enable only MET_NO and METAR, so the applet will display forecast information from MET_NO, and will use METAR as a fallback.
-
Balló György authored
We have to set the translation domain before loading GtkBuilder files to get the translated strings.
-
Balló György authored
We have to set the translation domain before loading GtkBuilder files to get the translated strings.
-
Balló György authored
We have to set the translation domain before loading GtkBuilder files to get the translated strings.
-
Balló György authored
We have to set the translation domain before loading GtkBuilder files to get the translated strings.
-
Balló György authored
We have to set the translation domain before loading GtkBuilder files to get the translated strings.
-
Balló György authored
We have to set the translation domain before loading GtkBuilder files to get the translated strings.
-
Balló György authored
We have to set the translation domain before loading GtkBuilder files to get the translated strings.
-
ngettext() is not aware that applets use a different domain than 'gnome-panel', so we have to replace it with dngettext() to get the translated strings.
-
ngettext() is not aware that applets use a different domain than 'gnome-panel', so we have to replace it with dngettext() to get the translated strings.
-
ngettext() is not aware that applets use a different domain than 'gnome-panel', so we have to replace it with dngettext() to get the translated strings.
-
ngettext() is not aware that applets use a different domain than 'gnome-panel', so we have to replace it with dngettext() to get the translated strings.
-
It was a leftover from this commit: https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/66e9882d6e646deb4ef001952605b6c19f97fec0
-
Calling gp_applet_setup_menu_from_resource() from init causes that the right click menu remains untranslated, because libgnome-panel cannot set the gettext domain at that stage.
-
Calling gp_applet_setup_menu_from_resource() from init causes that the right click menu remains untranslated, because libgnome-panel cannot set the gettext domain at that stage.
-
Calling gp_applet_setup_menu_from_resource() from init causes that the right click menu remains untranslated, because libgnome-panel cannot set the gettext domain at that stage.
-
Yuri Chornoivan authored
-
Balló György authored
gnome-open is deprecated a long time ago.
-
Balló György authored
Replace the now defunct altavista, yahoo and freshmeat services with two popular web search engines (bing, duckduckgo) and with the most popular free encyclopedia (wikipedia).
-
Balló György authored
This is needed to support searching with multiple words.
-
Balló György authored
It was needed for multi-screen setups.
-
Balló György authored
The N_() function just marks the string as translatable without substitution. But here we need the translated strings, so replace N_() with _().
-
When the timer is paused and then stopped, the 'pause' state should be FALSE, otherwise the timer will not reset on the next start.
-
We replaced the now defunct services in commit a85174eb, so update the user documentation to reflect this change.
-
Setting a gtkrc string does not work for gtk3. Replace it with GtkCssProvider.
-
If we bind the setting of the command entry, it will be applied immediately while the user is typing the command, and that partial command will run continuously based on the configured interval. This is not so good, so add a new button to apply the change of the command.
-
Sabri Ünal authored
-
Balló György authored
Modal dialogs are always on the top and blocks all user interactions on the panel. Use simple dialog instead and handle the case when the user tries to open preferences again.
-
Present the existing preferences dialog instead of creating another one when the user tries to open preferences again.
-
Balló György authored
This makes the cursor more visible as it has the same color as the text.
-
Daniel Mustieles authored
-
This is needed to get the translations for this UI.
-
This is needed to get the translations for this UI.
-
These are intended to be translated.
-
Balló György authored
These are intended to be translated.
-
Yuri Chornoivan authored
-
Yuri Chornoivan authored
-
Jordi Mas authored
-
Sergej A. authored
-
Sergej A. authored
-
AsciiWolf authored
-
Yosef Or Boczko authored
-
Anders Jonsson authored
-
Balázs Úr authored
-
Anders Jonsson authored
-
Balló György authored
Replace 'stock-unknown' with 'image-missing'.
-
Balló György authored
Replace 'gtk-dialog-error' with 'dialog-error'.
-
Balló György authored
Replace 'gnome-logout' with 'system-log-out'.
-
Luming Zh authored
-
Alberts Muktupāvels authored
-
Dmitry Shachnev authored