View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:gawk Development 2024-07-26 08:59:06 UTC
2124. Merge branch 'gawk-5.3-stable'

Author: Arnold Robbins
Revision Date: 2024-07-26 08:59:06 UTC

Merge branch 'gawk-5.3-stable'

lp:reviewboard Development 2024-07-25 21:21:43 UTC
5048. Add typing to errors.py in the accoun...

Author: Daniel Casares-Iglesias
Revision Date: 2024-07-25 21:21:43 UTC

Add typing to errors.py in the accounts module and updated styling and docs.

This adds typing to `errors.py` in the accounts module and updated
styling and the docs.

Testing Done:
Didn't run unit tests due to missing ldap issue.

Reviewed at https://reviews.reviewboard.org/r/13977/

lp:~vcs-imports/ipfire/ipfire-2.x Development 2024-07-23 15:29:42 UTC
12684. core187: ship /usr/bin/unshare Signe...

Author: Arne Fitzenreiter
Revision Date: 2024-07-23 15:29:42 UTC

core187: ship /usr/bin/unshare

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>

lp:pmake Development 2024-07-22 18:15:04 UTC
5151. make: remove dead code

Author: rillig
Revision Date: 2024-07-22 18:15:04 UTC

make: remove dead code

lp:nano Development 2024-07-22 13:43:37 UTC
10386. tweaks: reshuffle a seldom-used funct...

Author: Benno Schulenberg
Revision Date: 2024-07-22 13:43:37 UTC

tweaks: reshuffle a seldom-used function to the end of an if-else series

lp:gperf Development 2024-07-22 12:21:52 UTC
400. build: Simplify last change. * Makef...

Author: Bruno Haible
Revision Date: 2024-07-22 12:21:52 UTC

build: Simplify last change.

* Makefile.in (doc/gperf.1): Simplify rule.

lp:denemo Development 2024-07-21 07:51:52 UTC
9282. Fix bug #66008: figured bass edit

Author: Richard Shann
Revision Date: 2024-07-21 07:51:52 UTC

Fix bug #66008: figured bass edit

lp:goffice Development 2024-07-19 22:47:04 UTC
4549. Axis: work around Gnumeric #774. Thi...

Author: Morten Welinder
Revision Date: 2024-07-19 22:47:04 UTC

Axis: work around Gnumeric #774.

This is a workaround. It completely fixes the observed issue, but
it's not the right way to do it.

lp:bluez Development 2024-07-18 18:22:44 UTC
23000. client: Add assistant submenu This a...

Author: Iulia Tanasescu
Revision Date: 2024-07-18 18:22:44 UTC

client: Add assistant submenu

This adds the initial implementation for the assistant menu in
bluetoothctl, to detect and print MediaAssistant objects.

The current BAP Broadcast Assistant implementation can be tested
by running bluetoothctl, connecting to a BASS Server, scanning
a Broadcast Source that is streaming a number of BISes with
audio capabilities matching the capabilities of the peer device,
and noticing the MediaAssistant objects being created:

client/bluetoothctl
[bluetooth]# [CHG] Controller 00:60:37:31:7E:3F Pairable: yes
[bluetooth]# AdvertisementMonitor path registered
[bluetooth]# scan on
[bluetooth]# [NEW] Device 00:60:37:94:A6:A3 00-60-37-94-A6-A3
[bluetooth]# connect 00:60:37:94:A6:A3
Attempting to connect to 00:60:37:94:A6:A3
[CHG] Device 00:60:37:94:A6:A3 Connected: yes
[00-60-37-94-A6-A3]# Connection successful
[00-60-37-94-A6-A3]# [NEW] Device 15:65:78:B6:52:F6 15-65-78-B6-52-F6
[00-60-37-94-A6-A3]# [NEW] Assistant
       /org/bluez/hci0/src_15_65_78_B6_52_F6/dev_00_60_37_94_A6_A3/bis1
[00-60-37-94-A6-A3]# [NEW] Assistant
       /org/bluez/hci0/src_15_65_78_B6_52_F6/dev_00_60_37_94_A6_A3/bis2
[00-60-37-94-A6-A3]# scan off
[00-60-37-94-A6-A3]# Diovery stopped
[00-60-37-94-A6-A3]# disconnect
Attempting to disconnect from 00:60:37:94:A6:A3
[00-60-37-94-A6-A3]# Successful disconnected
[CHG] Device 00:60:37:94:A6:A3 Connected: no
[bluetooth]# [DEL] Assistant
       /org/bluez/hci0/src_15_65_78_B6_52_F6/dev_00_60_37_94_A6_A3/bis1
[bluetooth]# [DEL] Assistant
       /org/bluez/hci0/src_15_65_78_B6_52_F6/dev_00_60_37_94_A6_A3/bis2

lp:quilt Development 2024-07-16 07:08:19 UTC
1505. patches: Minor optimizations * If th...

Author: Jean Delvare
Revision Date: 2024-07-16 07:08:19 UTC

patches: Minor optimizations

* If there is no top patch, then there can't be patches before the
  top patch.
* Use applied_before as it is faster than patches_before.

The same optimizations were applied to the series command 4 years ago
with commit 4040eb7dce59 ("series: Minor optimizations").

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

lp:balsa Development 2024-07-14 11:25:35 UTC
9224. Update German translation

Author: Jürgen Benvenuti
Revision Date: 2024-07-14 11:25:35 UTC

Update German translation

lp:busybox Development 2024-07-13 23:12:54 UTC
17767. ash: move hashvar() calls into findva...

Author: Ron Yorston
Revision Date: 2024-07-13 23:12:54 UTC

ash: move hashvar() calls into findvar()

dash has accepted a patch to remove the first argument of findvar().
It's commit e85e972 (var: move hashvar() calls into findvar()).

Apply the same change to BusyBox ash.

function old new delta
findvar 35 40 +5
mklocal 268 261 -7
exportcmd 164 157 -7
setvareq 319 310 -9
lookupvar 150 141 -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/4 up/down: 5/-32) Total: -27 bytes

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

lp:~vcs-imports/putty/master Development 2024-07-13 13:25:07 UTC
6779. settings.c: Don't ignore boolean sett...

Author: [mdw]
Revision Date: 2024-07-13 13:25:07 UTC

settings.c: Don't ignore boolean settings

Revision 1b2f39c24bb6591a4192377d9393f5c3e45cb5bd introduced guards to
use the built-in defaults in the event that the SESSKEY was null. This
was later reverted in 39c20d4819794417e4e84429d1eb5430e3865b25 because
(a) a null SESSKEY is precisely how the absence of a per-session
configuration file is signalled to the backend, and (b) everything could
apparently already cope with a null SESSKEY anyway.

Unfortunately, in between these, 3214563d8ed7469e20d4ffdddd55c430334ce803
introduced new functions for handling boolean-valued settings. The
reversion didn't affect the new `gppb_raw' function, which retained the
erroneous guard against null SESSKEY. In consequence, PuTTY ignores
X resources and `-xrm' settings unless `~/.putty/sessions/Default%20Settings'
exists, causing undesirable behaviour such as starting login shells,
establishing `utmp' entries, scrolling on output, failing to scroll on
keypress, not blinking the cursor, etc.

This isn't a total disaster: touching `~/.putty/sessions/Default%20Settings'
makes the problem go away. But it seems worth fixing anyway.

Apply the obvious one-line fix.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>

lp:libiconv Development 2024-07-12 12:17:18 UTC
1278. Switch to automake 1.17. * autogen.s...

Author: Bruno Haible
Revision Date: 2024-07-12 12:17:18 UTC

Switch to automake 1.17.

* autogen.sh: Update comment.

lp:mplayer Development 2024-07-03 08:56:50 UTC
38480. configure: Fix compatibility with lat...

Author: reimar
Revision Date: 2024-07-03 08:56:50 UTC

configure: Fix compatibility with latest FFmpeg

Also add partial tcc support and update macOS support
to work better on modern systems.

lp:dasher Development 2024-07-02 08:59:09 UTC
3852. Update Hindi translation

Author: Scrambled 777
Revision Date: 2024-07-02 08:59:09 UTC

Update Hindi translation

lp:~vcs-imports/debian-policy/master Development 2024-06-25 06:45:20 UTC
1241. Fix markup problem in 3.9

Author: Sean Whitton
Revision Date: 2024-06-25 06:45:20 UTC

Fix markup problem in 3.9

lp:evdev Development 2024-06-10 17:05:58 UTC
623. dont spam xserver with false-positive...

Author:
Revision Date: 2024-06-10 17:05:58 UTC

dont spam xserver with false-positives

It's not necessary to spam the xserver log with error messages of
just temporary read failures that aren't actually errors.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-evdev/-/merge_requests/6>

lp:xserver-xorg-video-sis Development 2024-06-01 22:18:20 UTC
361. drop unused SISDEINT code path This ...

Author:
Revision Date: 2024-06-01 22:18:20 UTC

drop unused SISDEINT code path

This never had been enabled since it's incarnation back two decades ago.

Fixes: b41edc0ad1ecd95fc6c0a52d4ab0edb55ae4d323
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/-/merge_requests/25>

lp:network-manager-pptp Development 2024-05-12 13:51:00 UTC
542. Add Hindi translation

Author: Scrambled 777
Revision Date: 2024-05-12 13:51:00 UTC

Add Hindi translation

lp:telegnome Development 2024-05-12 13:28:00 UTC
280. Add Hindi translation

Author: Scrambled 777
Revision Date: 2024-05-12 13:28:00 UTC

Add Hindi translation

lp:make Development 2024-05-06 18:11:17 UTC
3132. * tests/scripts/functions/shell: [SV ...

Author: Dmitry Goncharov
Revision Date: 2024-05-06 18:11:17 UTC

* tests/scripts/functions/shell: [SV 65323] Run huge var test in bash

The long variable name causes ksh to crash. Some systems use ksh as
/bin/sh, so force bash if it's available else skip the test.

lp:gthumb Development 2024-05-02 10:32:52 UTC
6610. Update Slovenian translation

Author: Martin Srebotnjak
Revision Date: 2024-05-02 10:32:52 UTC

Update Slovenian translation

lp:evolution-mapi Development 2024-04-28 12:14:46 UTC
1925. Update British English translation (...

Author: Bruce Cowan
Revision Date: 2024-04-28 12:14:46 UTC

Update British English translation

(cherry picked from commit 2b14c8b1c4b5f00aa3038ca9b24463cba1a750b4)

lp:libgnomekbd Development 2024-04-22 17:22:33 UTC
934. Update Hindi translation

Author: Scrambled 777
Revision Date: 2024-04-22 17:22:33 UTC

Update Hindi translation

lp:gnome-power Development 2024-04-22 16:41:43 UTC
4441. Update Hindi translation

Author: Scrambled 777
Revision Date: 2024-04-22 16:41:43 UTC

Update Hindi translation

lp:nautilus-python Development 2024-04-18 23:05:23 UTC
204. Release 4.0.1

Author: Jan Tojnar
Revision Date: 2024-04-18 23:05:23 UTC

Release 4.0.1

lp:gnome-common Development 2024-03-17 09:11:03 UTC
952. configure.ac: Replace defunct Bugzill...

Author: Andre Klapper
Revision Date: 2024-03-17 09:11:03 UTC

configure.ac: Replace defunct Bugzilla with GNOME GitLab

lp:tilda Development 2024-02-16 08:37:07 UTC
607. tilda.ui: move browser info next to d...

Author: Sebastian Geiger
Revision Date: 2024-02-16 08:37:07 UTC

tilda.ui: move browser info next to dropdown

lp:gnubash Development 2024-01-13 23:27:28 UTC
207. Bash-5.2 patch 26: fix typo when spec...

Author: Chet Ramey
Revision Date: 2024-01-13 23:27:28 UTC

Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix

lp:config Development 2024-01-01 20:00:00 UTC
1261. Update copyright years * config.gues...

Author: Dmitry V. Levin
Revision Date: 2024-01-01 20:00:00 UTC

Update copyright years

* config.guess: Update copyright years.
* config.sub: Likewise.
* testsuite/config-guess.sh: Likewise.
* testsuite/config-sub.sh: Likewise.
* doc/config.guess.1: Regenerate.
* doc/config.sub.1: Likewise.

lp:gnumeric Development 2023-12-05 22:10:02 UTC
24303. Merge branch 'danialbehzadi-master-pa...

Author: Mwelinder
Revision Date: 2023-12-05 22:10:02 UTC

Merge branch 'danialbehzadi-master-patch-09f5' into 'master'

Add Persian po-function and make 'fa' back.

See merge request GNOME/gnumeric!31

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: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: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: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: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: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

1100 of 2909 results