View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:gnome-power Development 2023-11-26 09:31:07 UTC
4436. Merge branch 'fix-appdata' into 'mast...

Author: Richard Hughes
Revision Date: 2023-11-26 09:31:07 UTC

Merge branch 'fix-appdata' into 'master'

appdata: Update appdata

See merge request GNOME/gnome-power-manager!19

lp:gnumeric Development 2023-11-26 02:08:21 UTC
24289. Reorganize random number generation. ...

Author: Morten Welinder
Revision Date: 2023-11-26 02:08:21 UTC

Reorganize random number generation.

This splits generate-the-bits from make-it-a-double.

lp:nano Development 2023-11-25 16:07:05 UTC
10199. display: show the help lines down to ...

Author: Benno Schulenberg
Revision Date: 2023-11-25 16:07:05 UTC

display: show the help lines down to the tiniest possible terminal size

That is: compute the minimum needed terminal height more accurately.

lp:gr-osmosdr Development 2023-11-23 20:35:14 UTC
518. Fix pointer-to-integer casting precis...

Author: Ruslan Migirov
Revision Date: 2023-11-23 20:35:14 UTC

Fix pointer-to-integer casting precision loss in gr-osmosdr

Changed the casting of pointers to `long int` to `reinterpret_cast<std::intptr_t>`
in `source_impl.cc` and `sink_impl.cc`. This resolves the issue of precision
loss when compiling on 64-bit systems, where the size of pointers is 64 bits
and `long int` is typically 32 bits. Using `std::intptr_t` ensures safe
and portable casting across different platforms.
Additionally this fixes build in MSYS2 MinGW64 environment.

lp:busybox Development 2023-11-23 00:18:02 UTC
17725. top: improve large PID display in mem...

Author: Vda-linux
Revision Date: 2023-11-23 00:18:02 UTC

top: improve large PID display in memory ('s') mode

Display VSZ[RW] fields in more compact form if PID is wider.

function old new delta
display_topmem_process_list 564 614 +50
ulltoa5_and_space - 14 +14
ulltoa6_and_space 14 - -14
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 1/0 up/down: 64/-14) Total: 50 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

lp:goffice Development 2023-11-21 04:47:05 UTC
4518. go_add_epsilon: leave infinites alone...

Author: Morten Welinder
Revision Date: 2023-11-21 04:47:05 UTC

go_add_epsilon: leave infinites alone as claimed

lp:bluez Development 2023-11-20 14:43:53 UTC
22456. iso-tester: Add test for bcast AC 13 ...

Author: Iulia Tanasescu
Revision Date: 2023-11-20 14:43:53 UTC

iso-tester: Add test for bcast AC 13 reconnect

This adds a test for Broadcast AC 13 reconnect:

ISO Broadcaster AC 13 Reconnect - Success

lp:gawk Development 2023-11-20 13:09:52 UTC
2064. Merge branch 'gawk-5.3-stable'

Author: Arnold Robbins
Revision Date: 2023-11-20 13:09:52 UTC

Merge branch 'gawk-5.3-stable'

lp:pmake Development 2023-11-19 22:50:11 UTC
4982. make: replace 'variable expression' w...

Author: rillig
Revision Date: 2023-11-19 22:50:11 UTC

make: replace 'variable expression' with 'expression' in comments

No binary change.

lp:rtl-sdr Development 2023-11-15 09:08:39 UTC
398. Fix small typo in rtl_sdr man page

Author: Mikael Falkvidd
Revision Date: 2023-11-15 09:08:39 UTC

Fix small typo in rtl_sdr man page

lp:gnubash Development 2023-11-14 14:35:40 UTC
202. bash-5.2 updated translations; remove...

Author: Chet Ramey
Revision Date: 2023-11-14 14:35:40 UTC

bash-5.2 updated translations; remove tags file

lp:tilda Development 2023-11-12 20:29:34 UTC
570. update man page This aligns the form...

Author: Sebastian Geiger
Revision Date: 2023-11-12 20:29:34 UTC

update man page

This aligns the format of the tilda.1 man page with the recommendations
in man(7) and man-pages(7).

lp:mplayer Development 2023-11-12 19:17:10 UTC
38289. cpuinfo.c: avx512 detection

Author: zuxy
Revision Date: 2023-11-12 19:17:10 UTC

cpuinfo.c: avx512 detection

lp:denemo Development 2023-11-10 11:01:24 UTC
9251. Upscale icon to 128px See this discu...

Author: Federico Bruni
Revision Date: 2023-11-10 11:01:24 UTC

Upscale icon to 128px

See this discussion:
https://github.com/flathub/org.denemo.Denemo/pull/4#issuecomment-1794716918

lp:reviewboard Development 2023-11-07 06:16:03 UTC
5000. Merge branch 'release-6.x'

Author: Christian Hammond
Revision Date: 2023-11-07 06:16:03 UTC

Merge branch 'release-6.x'

lp:evolution-mapi Development 2023-11-06 07:41:47 UTC
1912. build: Use -Wshadow build option, if ...

Author: Milan Crha
Revision Date: 2023-11-06 07:41:47 UTC

build: Use -Wshadow build option, if available

lp:~vcs-imports/ipfire/ipfire-2.x Development 2023-11-03 14:28:19 UTC
11861. core181: Package the correct udev fil...

Author: Michael Tremer
Revision Date: 2023-11-03 14:28:19 UTC

core181: Package the correct udev files for riscv64

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

lp:~vcs-imports/debian-policy/master Development 2023-11-03 10:24:54 UTC
1225. Update Installed-Size algorithm used ...

Author: Guillem Jover
Revision Date: 2023-11-03 10:24:54 UTC

Update Installed-Size algorithm used by dpkg since 1.18.0

The previous algorithm relied entirely on du(1) computing the used
size, but depended on the filesystem in use on the build system.

The new algorithm used by dpkg since 1.18.0 (implemented in
commit 9ed7d4d47b73ffe67e1f7d31f899a1dfd43d490b), guarantees a
constant and reproducible size regardless of the build system
filesystem being used. Although it is still an approximation of
the actual size that the package will use on the installed system.

lp:balsa Development 2023-10-30 14:48:43 UTC
9195. Update Swedish translation

Author: Anders Jonsson
Revision Date: 2023-10-30 14:48:43 UTC

Update Swedish translation

lp:libgnomekbd Development 2023-10-21 12:45:38 UTC
929. Update Romanian translation

Author: Florentina Mușat
Revision Date: 2023-10-21 12:45:38 UTC

Update Romanian translation

lp:~vcs-imports/putty/master Development 2023-10-19 17:55:04 UTC
6759. Recognise and discard the APC termina...

Author: Simon Tatham
Revision Date: 2023-10-19 17:55:04 UTC

Recognise and discard the APC terminal escape sequence.

I encountered an instance of this sequence in the log files from a
clang CI build. The payload text inside the wrapper was
"bk;t=1697630539879"; I don't know what the "bk" stood for, but the
second half appears to be a timestamp in milliseconds since the Unix
epoch.

I don't think there's anything we can (or should) actually _do_ with
this sequence, but I think it's useful to at least recognise it, so
that it can be conveniently discarded.

lp:gthumb Development 2023-10-18 18:58:15 UTC
6592. Update Turkish translation

Author: Sabri Ünal
Revision Date: 2023-10-18 18:58:15 UTC

Update Turkish translation

lp:dasher Development 2023-10-18 18:22:51 UTC
3845. Update Turkish translation

Author: Sabri Ünal
Revision Date: 2023-10-18 18:22:51 UTC

Update Turkish translation

lp:xserver-xorg-video-sis Development 2023-10-06 23:08:16 UTC
319. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-06 23:08:16 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp:evdev Development 2023-10-01 18:22:19 UTC
617. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-01 18:22:19 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp:config Development 2023-09-19 08:00:00 UTC
1253. config.sub: Remove windows-gnu `wind...

Author: John Ericson
Revision Date: 2023-09-19 08:00:00 UTC

config.sub: Remove windows-gnu

`windows-gnu` has been used by LLVM and Rust to mean MinGW, but many
people on the mailing list object that it is in no way bona fide GNU on
Windows. Even under the interpretation of `-gnu` as a libc which LLVM
often goes with, it doesn't pass muster either because MinGW uses
msvcrt/ucrt, not any GNU libc. Arguably Cygwin, using a modified (GNU)
Newlib, is the closest thing we have to "GNU on Windows" today.

We couldn't decide on what `windows-*` should replace it, or even
whether there should be such a thing, so absent consensus it is better
to just remove it while it is still recently added and we don't need to
worry about backwards compatibility. We can always re-add it later, but
we can't do nothing now and remove it later.

This partially reverts commit 91f6a7f616b161c25ba2001861a40e662e18c4ad.

* config.sub (windows*-gnu*): Remove.
* doc/config.sub.1: Regenerate.
* testsuite/config-sub.data (x86_64-windows-gnu): Remove.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>

lp:telegnome Development 2023-09-19 06:09:18 UTC
278. Add Hungarian translation

Author: Balázs Úr
Revision Date: 2023-09-19 06:09:18 UTC

Add Hungarian translation

lp:libiconv Development 2023-09-18 11:35:39 UTC
1271. Fix shared library support on Android...

Author: Bruno Haible
Revision Date: 2023-09-18 11:35:39 UTC

Fix shared library support on Android.

Patch from <https://savannah.gnu.org/patch/index.php?10393>.

* m4/libtool.m4: On Android, fix library_names_spec and
hardcode_libdir_flag_spec.
* libcharset/m4/libtool.m4: Likewise.

lp:gperf Development 2023-09-07 11:20:52 UTC
390. Fix "make extracheck" failure (regres...

Author: Bruno Haible
Revision Date: 2023-09-07 11:20:52 UTC

Fix "make extracheck" failure (regression 2016-11-27).

* tests/validate (KR-C): Remove the test against ' const ', since the
input files jstest*.gperf now contain 'const' keywords.

lp:scilab Development 2023-09-01 07:59:36 UTC
33311. fix #17044: use same execution time a...

Author: Vincent COUVERT
Revision Date: 2023-09-01 07:59:36 UTC

fix #17044: use same execution time assertion for all platforms.

No non-regression test added since it is already a fix on a non-regression test :-)

Closes #15701 and #17044
See https://gitlab.com/scilab/scilab/-/merge_requests/498

lp:network-manager-pptp Development 2023-08-16 10:14:43 UTC
539. Update Galician translation

Author: Fran Diéguez
Revision Date: 2023-08-16 10:14:43 UTC

Update Galician translation

lp:quilt Development 2023-08-10 08:59:36 UTC
1482. config: Update install-sh to version ...

Author: Jean Delvare
Revision Date: 2023-08-10 08:59:36 UTC

config: Update install-sh to version 2016-01-11.22

The install-sh script we ship has issues. It is not able to install
multiple files at once, and is unable to create directories when all
their parent elements do not already exist.

Update to a more recent version of that script where these issues are
fixed. Also set the executable bit so that the script can actually be
run.

This fixes bug #64430:
https://savannah.nongnu.org/bugs/index.php?64430

Signed-off-by: Jean Delvare <jdelvare@suse.de>

lp:gnote Development 2023-07-30 19:52:27 UTC
3743. Update noteoftheday

Author: aurisc4
Revision Date: 2023-07-30 19:52:27 UTC

Update noteoftheday

lp:libpixman Development 2023-07-09 01:56:40 UTC
2188. mmx: use xmmintrin.h if building with...

Author: Benjamin Gilbert
Revision Date: 2023-07-09 01:56:40 UTC

mmx: use xmmintrin.h if building with SSE2

As of mingw-w64 commit 463f00975, winnt.h includes emmintrin.h when
compiling with SSE2, causing redefinition errors for our copied MMX
intrinsics. If the build is assuming SSE2 anyway, just use the system
header instead.

lp:make Development 2023-07-04 18:26:58 UTC
3084. * AUTHORS: Updates

Author: Paul Smith
Revision Date: 2023-07-04 18:26:58 UTC

* AUTHORS: Updates

lp:bts-lin Development 2023-06-20 01:34:29 UTC
695. fix(py3k): use yaml.FullLoader when l...

Author: Sandro Tosi
Revision Date: 2023-06-20 01:34:29 UTC

fix(py3k): use yaml.FullLoader when loading yaml files for RRD

lp:nautilus-python Development 2023-06-18 18:38:24 UTC
200. nix: Update dependencies

Author: Jan Tojnar
Revision Date: 2023-06-18 18:38:24 UTC

nix: Update dependencies

lp:libgee Development 2023-04-13 21:44:42 UTC
533. Implementations of "G List.get()" sho...

Author: Rico Tzschichholz
Revision Date: 2023-04-13 21:44:42 UTC

Implementations of "G List.get()" should use non-nullable return as defined

lp:xserver-xorg-video-intel Development 2023-02-01 18:07:58 UTC
8611. sna: Shut up enum warns The libdrm e...

Author: Ville Syrjälä
Revision Date: 2023-02-01 18:07:58 UTC

sna: Shut up enum warns

The libdrm enum usage is a mess, and modern gcc is unhappy about
the implicit conversions:
../src/sna/sna_present.c:229:26: warning: implicit conversion from ‘enum <anonymous>’ to ‘enum drm_vblank_seq_type’ [-Wenum-conversion]

Just cast to an integer type to silence the warns.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

lp:libsm Development 2022-12-20 02:17:34 UTC
166. libSM 1.2.4 Signed-off-by: Alan Coop...

Author: Alan Coopersmith
Revision Date: 2022-12-20 02:17:34 UTC

libSM 1.2.4

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp:vala Development 2022-10-23 11:17:06 UTC
10546. codegen: Append VALA_EXTERN also when...

Author: Alberts Muktupāvels
Revision Date: 2022-10-23 11:17:06 UTC

codegen: Append VALA_EXTERN also when using fast-vapi

lp:axiom Development 2022-07-27 04:43:38 UTC
2922. recover github access

Author: Tim Daly
Revision Date: 2022-07-27 04:43:38 UTC

recover github access

lp:xserver-xorg-driver-ati Development 2022-07-24 01:58:08 UTC
3101. radeon_glamor_wrappers.c: Convert fro...

Author: Alan Coopersmith
Revision Date: 2022-07-24 01:58:08 UTC

radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8

Allows Flawfinder to analyze source instead of erroring out on encoding

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp:render Development 2022-07-18 00:38:47 UTC
87. gitlab CI: add a basic build test Si...

Author: Alan Coopersmith
Revision Date: 2022-07-18 00:38:47 UTC

gitlab CI: add a basic build test

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp:libvdpau Development 2022-06-03 05:50:10 UTC
122. Add tracing for AV1 picture info

Author: ManojGuptaBonda
Revision Date: 2022-06-03 05:50:10 UTC

Add tracing for AV1 picture info

lp:swh-lv2 Development 2022-04-08 07:57:21 UTC
36. Merge pull request #18 from cbix/fix/...

Author: Steve Harris
Revision Date: 2022-04-08 07:57:21 UTC

Merge pull request #18 from cbix/fix/activation-malloc

Allocate memory during instantiation, fixing segfaults in a few plugins

lp:evolution-rss Development 2022-03-27 14:16:50 UTC
1397. Update Basque translation

Author: Asier Sarasua Garmendia
Revision Date: 2022-03-27 14:16:50 UTC

Update Basque translation

lp:heimdal Development 2022-03-24 04:39:34 UTC
29685. kadmin: Fix leak of dup context

Author: Nicolas Williams
Revision Date: 2022-03-24 04:39:34 UTC

kadmin: Fix leak of dup context

lp:curl Development 2022-03-23 23:52:34 UTC
28327. headers.h: make Curl_headers_push() b...

Author: Daniel Stenberg
Revision Date: 2022-03-23 23:52:34 UTC

headers.h: make Curl_headers_push() be CURLE_OK when not built

... to avoid errors when the function isn't there.

Reported-by: Marcel Raad
Fixes #8627
Closes #8628

lp:basex Development 2022-03-23 12:53:41 UTC
6882. BaseX 9.7.1 beta

Author: Christian Grün
Revision Date: 2022-03-23 12:53:41 UTC

BaseX 9.7.1 beta

lp:libwfut Development 2022-03-22 21:20:47 UTC
183. Allow manual trigger.

Author: Erik Ogenvik
Revision Date: 2022-03-22 21:20:47 UTC

Allow manual trigger.

lp:pep8 Development 2022-03-15 00:53:39 UTC
815. Merge pull request #1058 from PyCQA/p...

Author: Anthony Sottile
Revision Date: 2022-03-15 00:53:39 UTC

Merge pull request #1058 from PyCQA/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

lp:doap Development 2022-03-13 20:53:47 UTC
36. Merge pull request #46 from linkmauve...

Author: Edmund Wilder-James
Revision Date: 2022-03-13 20:53:47 UTC

Merge pull request #46 from linkmauve/fix-warnings

Fix a few warnings about deprecated options

lp:libraw Development 2022-03-13 15:45:16 UTC
1863. OM-1 support

Author: Alex Tutubalin
Revision Date: 2022-03-13 15:45:16 UTC

OM-1 support

lp:ghex Development 2022-02-22 17:05:59 UTC
1688. Merge branch 'postinstall' into 'mast...

Author: Logan Rathbone
Revision Date: 2022-02-22 17:05:59 UTC

Merge branch 'postinstall' into 'master'

build: Use gnome.post_install

See merge request GNOME/ghex!26

lp:repoze.who Development 2022-02-01 18:25:06 UTC
401. Drop support for Python 2.7, 3.4, and...

Author: Tres Seaver
Revision Date: 2022-02-01 18:25:06 UTC

Drop support for Python 2.7, 3.4, and 3.5. (#40)

Add support for Python 3.9 and 3.10.

Rename 'repoze.who._compat' to 'repoze.who._helpers': it no longer
provides any PY2 / PY3 straddling features.

lp:evolution-data-server Development 2021-12-08 11:11:32 UTC
16754. e-cal-client: Correct non-NULL check ...

Author: Milan Crha
Revision Date: 2021-12-08 11:11:32 UTC

e-cal-client: Correct non-NULL check in e_cal_client_create_objects_sync()

The function is declared to allow non-NULL `out_uids`, but the code had
been testing for its non-NULL-ness, thus remove the check.

lp:librsvg Development 2021-12-08 01:31:18 UTC
4066. Merge branch 'test-with-rsvg' into 'm...

Author: Marge Bot
Revision Date: 2021-12-08 01:31:18 UTC

Merge branch 'test-with-rsvg' into 'main'

Implement SvgPredicate with librsvg itself

See merge request GNOME/librsvg!640

lp:gnome-commander Development 2021-12-07 22:06:52 UTC
5134. Change in behavior: on_new_textfile_o...

Author: Uwe Scholz
Revision Date: 2021-12-07 22:06:52 UTC

Change in behavior: on_new_textfile_ok does only create a file, not execute the edit command on it

lp:pango Development 2021-12-07 04:28:00 UTC
4618. Merge branch 'fix-tabs-nowrap' into '...

Author: Matthias Clasen
Revision Date: 2021-12-07 04:28:00 UTC

Merge branch 'fix-tabs-nowrap' into 'main'

Fix line width computation

Closes #635

See merge request GNOME/pango!535

lp:gnome-user-docs Development 2021-12-06 22:43:17 UTC
5228. Add network-wired-symbolic.svg net-w...

Author: Gunnar Hjalmarsson
Revision Date: 2021-12-06 22:43:17 UTC

Add network-wired-symbolic.svg

net-wired-connect.page refers to it.

lp:pygobject Development 2021-12-06 22:19:49 UTC
3614. gimodule: fix floating state of pytho...

Author: Mathieu Duponchelle
Revision Date: 2021-12-06 22:19:49 UTC

gimodule: fix floating state of python objects created with g_object_new

If C code calls g_object_new() for a GInitiallyUnowned subclass
implemented in python, the expectation is to receive a floating
reference.

The solution is used is the same picked for
5efe2e5c8458d9f4d72329ea1209d96b5ebecfb4, this is simply a special
case that was omitted at the time.

lp:gnome-orca Development 2021-12-06 21:31:50 UTC
9937. Update Ukrainian translation

Author: Yuri Chornoivan
Revision Date: 2021-12-06 21:31:50 UTC

Update Ukrainian translation

lp:libsoup Development 2021-12-06 19:49:13 UTC
3601. Fix the DDL cross-compile build. Miss...

Author: Melroy van den Berg
Revision Date: 2021-12-06 19:49:13 UTC

Fix the DDL cross-compile build. Missing `extern`.

lp:gnome-session Development 2021-12-03 10:57:33 UTC
6569. Update Friulian translation

Author: Fabio Tomat
Revision Date: 2021-12-03 10:57:33 UTC

Update Friulian translation

lp:gvfs Development 2021-12-02 14:46:47 UTC
6083. Update Occitan translation

Author: Quentin PAGÈS
Revision Date: 2021-12-02 14:46:47 UTC

Update Occitan translation

lp:~vcs-imports/libgweather/master Development 2021-12-01 16:33:19 UTC
3279. Update Occitan translation

Author: Quentin PAGÈS
Revision Date: 2021-12-01 16:33:19 UTC

Update Occitan translation

lp:network-manager-applet Development 2021-11-28 20:34:02 UTC
4194. Update Swedish translation

Author: Luna Jernberg
Revision Date: 2021-11-28 20:34:02 UTC

Update Swedish translation

lp:jhbuild Development 2021-11-27 15:50:42 UTC
7687. core-deps-latest: setuptools 59.3.0 ...

Author: Exalm
Revision Date: 2021-11-27 15:50:42 UTC

core-deps-latest: setuptools 59.3.0

The old version no longer builds with Python 3.10.0.

lp:brasero Development 2021-11-25 14:00:49 UTC
4450. Update Portuguese translation

Author: Hugo Carvalho
Revision Date: 2021-11-25 14:00:49 UTC

Update Portuguese translation

lp:gnome-terminal (Linked to a blueprint) Development 2021-11-22 10:50:03 UTC
6602. Update Friulian translation

Author: Fabio Tomat
Revision Date: 2021-11-22 10:50:03 UTC

Update Friulian translation

lp:accerciser Development 2021-11-16 15:25:47 UTC
1504. Updated Spanish translation

Author: Daniel Mustieles
Revision Date: 2021-11-16 15:25:47 UTC

Updated Spanish translation

lp:vinagre Development 2021-11-16 14:40:12 UTC
2507. Updated Spanish translation

Author: Daniel Mustieles
Revision Date: 2021-11-16 14:40:12 UTC

Updated Spanish translation

lp:gdk-pixbuf Development 2021-11-09 16:28:10 UTC
5638. Merge branch 'ebassi/for-master' into...

Author: Emmanuele Bassi
Revision Date: 2021-11-09 16:28:10 UTC

Merge branch 'ebassi/for-master' into 'master'

docs: Fix the XPM data annotation

See merge request GNOME/gdk-pixbuf!125

lp:libgdata Development 2021-11-09 09:01:25 UTC
2221. Update Occitan translation

Author: Quentin PAGÈS
Revision Date: 2021-11-09 09:01:25 UTC

Update Occitan translation

lp:librest Development 2021-11-04 22:13:59 UTC
576. Merge branch 'gwagner/soup3' into 'ma...

Author: Günther Wagner
Revision Date: 2021-11-04 22:13:59 UTC

Merge branch 'gwagner/soup3' into 'master'

Port to libsoup3

See merge request GNOME/librest!9

lp:cheese Development 2021-11-01 15:34:26 UTC
3644. meson: avoid positional arguments in ...

Author: David King
Revision Date: 2021-11-01 15:34:26 UTC

meson: avoid positional arguments in merge_file

https://gitlab.gnome.org/GNOME/cheese/-/issues/124

lp:~vcs-imports/gnome-applets/master Development 2021-10-29 20:53:08 UTC
11908. Update Slovenian translation

Author: Matej Urbančič
Revision Date: 2021-10-29 20:53:08 UTC

Update Slovenian translation

lp:libgda Development 2021-10-28 18:17:13 UTC
7022. Update Brazilian Portuguese translation

Author: Enrico Nicoletto
Revision Date: 2021-10-28 18:17:13 UTC

Update Brazilian Portuguese translation

lp:gnome-color-manager Development 2021-10-27 16:37:44 UTC
2554. trivial: Sync spec file with downstream

Author: Richard Hughes
Revision Date: 2021-10-27 16:37:44 UTC

trivial: Sync spec file with downstream

lp:mousepad Development 2021-09-30 10:49:44 UTC
2457. I18n: Update translation sr (100%). ...

Author: Саша Петровић
Revision Date: 2021-09-30 10:49:44 UTC

I18n: Update translation sr (100%).

406 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

lp:xfce4-settings Development 2021-09-29 22:48:37 UTC
3757. I18n: Update translation ms (100%). ...

Author: abuyop
Revision Date: 2021-09-29 22:48:37 UTC

I18n: Update translation ms (100%).

575 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

lp:xfce4-power-manager Development 2021-09-29 22:48:02 UTC
2996. I18n: Update translation ms (100%). ...

Author: abuyop
Revision Date: 2021-09-29 22:48:02 UTC

I18n: Update translation ms (100%).

212 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

lp:totem-pl-parser Development 2021-09-15 10:37:42 UTC
1000. tests: Add itunes genre ( <itunes:cat...

Author: crvi
Revision Date: 2021-09-15 10:37:42 UTC

tests: Add itunes genre ( <itunes:category> ) support for podcast rss feeds

lp:smpeg Development 2021-08-20 16:53:24 UTC
333. Moved to GitHub: https://github.com/i...

Author: icculus
Revision Date: 2021-08-20 16:53:24 UTC

Moved to GitHub: https://github.com/icculus/smpeg

lp:fsharp Development 2021-08-09 19:20:49 UTC
437. Merge pull request #908 from OkkeHend...

Author: Chet Husk
Revision Date: 2021-08-09 19:20:49 UTC

Merge pull request #908 from OkkeHendriks/patch-1

Update README.md

lp:valadoc Development 2021-07-29 17:48:13 UTC
648. README: Add notice about migration to...

Author: Nahuel Gomez Castro
Revision Date: 2021-07-29 17:48:13 UTC

README: Add notice about migration to Vala repo

lp:clutter Development 2021-07-16 16:09:34 UTC
7693. Merge branch 'bugzilla-783791' into '...

Author: Emmanuele Bassi
Revision Date: 2021-07-16 16:09:34 UTC

Merge branch 'bugzilla-783791' into 'master'

wayland: Fix incorrect button mask in clutter_wayland_handle_button

See merge request GNOME/clutter!15

lp:wordpress Development 2021-06-28 08:35:57 UTC
44042. Docs: Update documentation for `WP_Wi...

Author: SergeyBiryukov
Revision Date: 2021-06-28 08:35:57 UTC

Docs: Update documentation for `WP_Widget_Block` per the documentation standards.

Remove unused `$post` global reference.

Follow-up to [50995], [51058], [51063], [51221].

See #52628, #53461.
Built from https://develop.svn.wordpress.org/trunk@51249

lp:buddypress Development 2021-06-21 17:25:34 UTC
9868. Make sure 8.0 deprecated functions ca...

Author: imath
Revision Date: 2021-06-21 17:25:34 UTC

Make sure 8.0 deprecated functions can be loaded

Add a line to require the `src/bp-core/deprecated/8.0.php` file into BuddyPress main class.

See #8492

lp:libgnome-keyring Development 2021-06-18 11:36:56 UTC
329. DOAP: Update non-working maintainer e...

Author: Andre Klapper
Revision Date: 2021-06-18 11:36:56 UTC

DOAP: Update non-working maintainer email address

lp:trac Development 2021-06-03 21:47:04 UTC
9769. 1.5.4dev: Check url before checking f...

Author: rjollos
Revision Date: 2021-06-03 21:47:04 UTC

1.5.4dev: Check url before checking for page element

This should make the cause of the intermitent test failure
more obvious.

Refs #12858.

lp:~vcs-imports/mintupload/trunk Development 2021-05-26 10:27:34 UTC
454. 4.2.0

Author: Clement Lefebvre
Revision Date: 2021-05-26 10:27:34 UTC

4.2.0

lp:strongswan Development 2021-05-04 12:51:18 UTC
13407. openssl: Fix OpenSSL version check fo...

Author: Noel Kuntze
Revision Date: 2021-05-04 12:51:18 UTC

openssl: Fix OpenSSL version check for EC_POINT_set_affine_coordinates

Fixes: bd323ae6c832 ("openssl: Migrate from deprecated EC_POINT_[set|get]_affine_coordinates_GFp() functions")
Closes strongswan/strongswan#332

lp:notification-daemon Development 2021-05-01 15:43:24 UTC
747. Update Basque translation

Author: Asier Sarasua Garmendia
Revision Date: 2021-05-01 15:43:24 UTC

Update Basque translation

lp:gmime Development 2021-04-27 15:19:55 UTC
2246. Bump version to 3.2.8

Author: Jeffrey Stedfast
Revision Date: 2021-04-27 15:19:55 UTC

Bump version to 3.2.8

lp:freeqda bug Development 2021-04-14 12:03:35 UTC
111. moved schema files to the bindings pl...

Author: dkitscha
Revision Date: 2011-04-16 07:28:31 UTC

moved schema files to the bindings plugin

lp:dconf Development 2021-03-13 01:09:54 UTC
866. Merge branch 'increment/0.41.1' into ...

Author: Daniel Playfair Cal
Revision Date: 2021-03-13 01:09:54 UTC

Merge branch 'increment/0.41.1' into 'master'

build: increment version following 0.40.0 release

See merge request GNOME/dconf!69

lp:pinax Development 2021-03-12 22:50:33 UTC
372. Merge pull request #159 from yashj051...

Author: KatherineMichel
Revision Date: 2021-03-12 22:50:33 UTC

Merge pull request #159 from yashj0511/master

Improved documentation

lp:~vcs-imports/mintdesktop/trunk Development 2021-02-23 16:12:20 UTC
161. Add support for Mutter (#43)

Author: Thomas Uhle
Revision Date: 2021-02-23 16:12:20 UTC

Add support for Mutter (#43)

1100 of 2909 results