Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Spanish translation for branch_v1_10 #492

Closed
wants to merge 47 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
3fdff73
The "Restbreak now" button in the main window no longer responds to k…
rcaelers Jan 7, 2022
7c0e8ad
Only register when user is local admin (#310)
rcaelers Jan 23, 2022
5c93614
Fix vertical alignment of GNOME shell applet (#356)
rcaelers Jan 23, 2022
64dc9c6
Support GNOME Shell 42
rcaelers Jan 23, 2022
bafb358
Fix installer
rcaelers Jan 23, 2022
2a9a824
Support Vista and up in Windows Applet (#367)
rcaelers Jan 23, 2022
71e9d03
Support Windows 8.1 and up in Windows Applet (#367)
rcaelers Jan 23, 2022
01c3c38
Make GetDpiForWindow dependency a runtime dependency
rcaelers Jan 24, 2022
34b173c
Fix compilation
rcaelers Jan 24, 2022
61bbc80
Upgrade catalog npm packages
rcaelers Jan 24, 2022
93c9dda
Sync catalog fix from 1.11
rcaelers Jan 24, 2022
cf3c85b
Fix catalog script
rcaelers Jan 24, 2022
680ffb6
Backward shoulder stretch now plays "bell" sound twice (#354)
rcaelers Jan 30, 2022
6a9d675
Prepare 1.10.50
rcaelers Jan 30, 2022
e4db430
Fix GNOME shell applet on GNOME 42 (#396)
rcaelers Mar 24, 2022
6f7ee6d
Update NEWS for 1.10.50
rcaelers Apr 1, 2022
4b60271
Merge branch 'branch_v1_10' of github.com:rcaelers/workrave into bran…
rcaelers Apr 1, 2022
d69688f
Use new build containers
rcaelers Apr 4, 2022
578180d
Support GNOME Shell 43
rcaelers Aug 24, 2022
72de50c
Update changes.yaml
rcaelers Aug 24, 2022
952a1ed
Remove hirsute, impush; add kinetic
rcaelers Aug 24, 2022
8e6c5ad
Revert "Use new build containers"
rcaelers Aug 24, 2022
d7cb05f
Update fi.po
pentzin Sep 21, 2022
dffe580
Merge pull request #434 from pentzin/branch_v1_10
rcaelers Sep 21, 2022
12b4f37
fix update applet icon for first start (#456)
klim-iv Jan 11, 2023
0fea99d
Add option to force the use of the X11 Gtk backend on Wayland
rcaelers Feb 18, 2023
7361e8a
Fix GUIConfig
rcaelers Feb 18, 2023
c13ff2b
Fix force-x11 preferences.
Feb 19, 2023
5fe6e9c
Support Gtk4 in GNOME Applet (#487, v1.10 backport)
rcaelers Jun 8, 2023
59d96ac
Prepare 1.51
rcaelers Jun 8, 2023
6a73d8c
Update supported ubuntu releases
rcaelers Jun 8, 2023
42e2630
Update NEWS template
rcaelers Jun 8, 2023
2eced11
Update NEWS
rcaelers Jun 8, 2023
4b0e40c
Update Ubuntu release in CI
rcaelers Jun 8, 2023
68b21c4
Remove unused file
rcaelers Jun 8, 2023
4a4de19
Fix crash when not running on GNOME
rcaelers Jun 14, 2023
047d8e3
Fix distcheck
rcaelers Jun 14, 2023
b08deef
Prepare 1.10.51
rcaelers Jun 14, 2023
1b73ece
Add version suffix to force ppa re-upload
rcaelers Jun 15, 2023
8c9bcfb
Packing fixes
rcaelers Jun 17, 2023
47b3494
Change formating of patch version number
rcaelers Jun 17, 2023
c9cbf10
Merge branch 'branch_v1_10' of github.com:rcaelers/workrave into bran…
rcaelers Jun 17, 2023
9e15887
Fix patch version
rcaelers Jun 17, 2023
0997835
Change version to 1.10.51.1
rcaelers Jun 17, 2023
a512ceb
Merge branch 'branch_v1_10' of github.com:rcaelers/workrave into bran…
rcaelers Jun 17, 2023
619a996
1.10.51.1
rcaelers Jun 18, 2023
d572cf3
Update Spanish translation for branch_v1_10
cfuga Jun 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,40 +108,35 @@ jobs:
max-parallel: 20
matrix:
config:
- image: ubuntu-bionic
compiler: gcc
gtk_version: 3
enable: gnome3,gsettings,xml,pulse,indicator,xfce,mate,dbus,distribution,experimental,gconf,gstreamer,exercises

- image: ubuntu-focal
compiler: gcc
gtk_version: 3
distcheck: yes
upload: true
enable: gnome3,gsettings,xml,pulse,indicator,xfce,mate,dbus,distribution,experimental,gconf,gstreamer,exercises

- image: ubuntu-focal
compiler: gcc
gtk_version: 2
enable: gnome3,gsettings,xml,pulse,indicator,xfce,mate,dbus,distribution,experimental,gconf,gstreamer,exercises

- image: ubuntu-focal
compiler: gcc
gtk_version: 3
enable: gnome3,pulse,dbus,experimental,gstreamer,exercises,xml
disable: gsettings,gconf,indicator,xfce,mate,debug,distribution,tests,tracing

- image: ubuntu-hirsute
- image: ubuntu-jammy
compiler: gcc
gtk_version: 3
enable: gnome3,gsettings,xml,pulse,indicator,xfce,mate,dbus,distribution,experimental,gconf,gstreamer,exercises

- image: ubuntu-impish
- image: ubuntu-kinetic
compiler: gcc
gtk_version: 3
enable: gnome3,gsettings,xml,pulse,indicator,xfce,mate,dbus,distribution,experimental,gconf,gstreamer,exercises

- image: ubuntu-jammy
- image: ubuntu-lunar
compiler: gcc
gtk_version: 3
enable: gnome3,gsettings,xml,pulse,indicator,xfce,mate,dbus,distribution,experimental,gconf,gstreamer,exercises

- image: ubuntu-mantic
compiler: gcc
gtk_version: 3
enable: gnome3,gsettings,xml,pulse,indicator,xfce,mate,dbus,distribution,experimental,gconf,gstreamer,exercises
Expand Down
28 changes: 25 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,32 @@
Workrave NEWS -- history of user-visible changes. 05 January 2022
Copyright (C) 2001-2021 Rob Caelers, Raymond Penners, Ray Satiro
Workrave NEWS -- history of user-visible changes. 18 June 2023
Copyright (C) 2001-2023 Rob Caelers, Raymond Penners, Ray Satiro
See the end for copying conditions.

Please report Workrave bug reports. Visit our bug tracker located at:
https://github.com/rcaelers/workrave/issues

* Workrave 1.10.51.1

** Fix packaging

* Workrave 1.10.51

** Support GNOME Shell 43 (#430 by Jeremy Bich,async from 1.11)
** Add option to force the use of the X11 Gtk backend on Wayland
** Support GNOME Shell 44 (#487)
** Fix crash on Linux when not using GNOME.

* Workrave 1.10.50

** The "Restbreak now" button in the main window no longer responds to keyboard
(#368)
** Allow installation on Windows without administrator rights.
** Fix vertical alignment of GNOME shell applet (#356)
** Support GNOME Shell 42 (#396)
** Restore support for Windows Vista and up (#367)
** The 'Backward shoulder stretch' exercises now plays a sound twice matching the
description (#354)

* Workrave 1.10.49

** Adds support for GNOME Shell 41 (#342, Timo Jyrinki)
Expand Down Expand Up @@ -690,7 +712,7 @@ https://github.com/rcaelers/workrave/issues
----------------------------------------------------------------------
Copyright information:

Copyright (C) 2001-2021 Rob Caelers & Raymond Penners
Copyright (C) 2001-2022 Rob Caelers & Raymond Penners

Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
Expand Down
4 changes: 4 additions & 0 deletions build/catalog/catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class Catalog {
} else {
this.catalog = {};
}
if (!this.catalog.builds)
{
this.catalog.builds = [];
}
} catch (e) {
console.error(e);
}
Expand Down
2 changes: 1 addition & 1 deletion build/catalog/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const main = async () => {
const secretAccessKey = getEnv('SNAPSHOTS_SECRET_ACCESS_KEY');
const gitRoot = getEnv('WORKSPACE');

var args = yargs
var args = yargs()
.scriptName('catalog')
.usage('$0 [args]')
.help('h')
Expand Down
Loading