View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp://qastaging/reviewboard Development 2024-12-17 15:54:49 UTC
5089. Merge branch 'release-7.1.x'

Author: David Trowbridge
Revision Date: 2024-12-17 15:54:49 UTC

Merge branch 'release-7.1.x'

lp://qastaging/bluez Development 2024-12-16 21:42:04 UTC
23237. obexctl: Enable Map folderlisting ope...

Author: Amisha Jain
Revision Date: 2024-12-16 21:42:04 UTC

obexctl: Enable Map folderlisting operation from obexctl

This change is required for passing below PTS testcase -

1) MAP/MCE/MMB/BV-01-C
Verify that the MCE can retrieve a Folders Listing on the MSE.

As of now, user is able to initiate only map messagelisting
operation with command 'ls <folder_name>' and there is no way to initiate
folder listing with 'ls' command as second argument <options> is
set as compulsary.
In the obexctl code, map folderlisting gets triggered only when there is no
arguments followed by 'ls' command.
Therefore in 'ls' command, make the second argument as optional.

This change will also enable pbap vcard listing operation which also
gets triggered with 'ls' command with no args.

lp://qastaging/~vcs-imports/putty/master Development 2024-12-16 18:44:47 UTC
6873. Windows: inhibit all default applicat...

Author: Simon Tatham
Revision Date: 2024-12-16 18:44:47 UTC

Windows: inhibit all default application manifests.

In 0.81 and before, we put an application manifest (XML-formatted
Windows resource) into all the GUI tools on purpose, and the CLI tools
like Plink didn't have one. But in 0.82, the CLI tools do have one,
and it's a small default one we didn't write ourselves, inserted by
some combination of cmake and clang-imitating-MSVC (I haven't checked
which of those is the cause).

This appears to have happened as a side effect of a build-tools
update, not on purpose. And its effect is that Windows XP now objects
to our plink.exe, because it's very picky about manifest format (we
have an old 'xp-wont-run' bug record about that).

Since it seemed to work fine to not have a manifest at all in 0.81,
let's go back to that. We were already passing /manifest:no to inhibit
the default manifest in the GUI tools, to stop it fighting with our
custom one; now I've moved /manifest:no into the global linker flags,
so it's applied to _all_ binaries, whether we're putting our own
manifest in or not.

lp://qastaging/busybox Development 2024-12-16 00:12:17 UTC
17823. cut: shorten error messages on bad sy...

Author: Vda-linux
Revision Date: 2024-12-16 00:12:17 UTC

cut: shorten error messages on bad syntax even more

$ cut -s -b3
cut: -s requires -f or -F
$ cut -d@ -b3
cut: -d DELIM requires -f or -F

function old new delta
static.requires_f - 19 +19
static._op_on_field 32 - -32
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 0/0 up/down: 19/-32) Total: -13 bytes

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

lp://qastaging/gawk Development 2024-12-15 15:33:01 UTC
2182. Merge branch 'gawk-5.3-stable'

Author: Arnold Robbins
Revision Date: 2024-12-15 15:33:01 UTC

Merge branch 'gawk-5.3-stable'

lp://qastaging/libiconv Development 2024-12-15 12:24:07 UTC
1299. Update translations. * po/libiconv.p...

Author: Bruno Haible
Revision Date: 2024-12-15 12:24:07 UTC

Update translations.

* po/libiconv.pot: Update.
* po/*.po: Update from TP.
* po/LINGUAS: Add be, ka.

lp://qastaging/nano Development 2024-12-15 10:39:06 UTC
10416. syntax: markdown: accept also digit 0...

Author: Benno Schulenberg
Revision Date: 2024-12-15 10:39:06 UTC

syntax: markdown: accept also digit 0 in a list marker

For ordered lists, 10., 20., 30., ... were not getting colorized.

Also, https://daringfireball.net/projects/markdown/dingus
accepts 0. by itself just fine as marker.

This addresses https://savannah.gnu.org/patch/?10492.

lp://qastaging/mplayer Development 2024-12-14 16:35:18 UTC
38510. M_PI is not mandated by the C standar...

Author: al
Revision Date: 2024-12-14 16:35:18 UTC

M_PI is not mandated by the C standard.

Fix part of ticket 2423

lp://qastaging/~vcs-imports/ipfire/ipfire-2.x Development 2024-12-14 12:06:43 UTC
13350. flash-image: Create a journal when th...

Author: Michael Tremer
Revision Date: 2024-12-14 12:06:43 UTC

flash-image: Create a journal when the filesystem is being created

We recently started to have problems when a new installation was
launched from the flash image that creating the journal corrupted the
filesystem on the next mount operation.

Since we would like all IPFire installations to have a journal, we
create this now when we create the image and won't try to add it later.

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

lp://qastaging/denemo Development 2024-12-14 11:56:55 UTC
9319. Distinguish between errors and warnin...

Author: Richard Shann
Revision Date: 2024-12-14 11:56:55 UTC

Distinguish between errors and warnings in LilyPond typesets

lp://qastaging/make Development 2024-12-09 04:30:37 UTC
3159. [SV 66499] Detect jobserver values th...

Author: Paul Smith
Revision Date: 2024-12-09 04:30:37 UTC

[SV 66499] Detect jobserver values that are too large

Set the jobserver pipe to non-blocking before writing tokens; if a
token write fails the user's jobserver value is too large so fail.

Original implementation: Dmitry Goncharov <dgoncharov@users.sf.net>

* src/posixos.c (set_blocking): Split into force_blocking() which
always enables/disables blocking; set_blocking() may call it.
(jobserver_setup): Set the write side of the pipe to non-blocking
before writing tokens. If it fails with EAGAIN we know the pipe
is full: create a fatal error.
* tests/scripts/features/jobserver: Test a too-large jobserver.

lp://qastaging/gthumb Development 2024-11-25 14:21:01 UTC
6628. Update Russian translation

Author: Sergej A.
Revision Date: 2024-11-25 14:21:01 UTC

Update Russian translation

lp://qastaging/pmake Development 2024-11-23 22:59:51 UTC
5169. make: fix confusing error message whe...

Author: rillig
Revision Date: 2024-11-23 22:59:51 UTC

make: fix confusing error message when overriding a read-only variable

lp://qastaging/~vcs-imports/debian-policy/master Development 2024-11-22 09:31:51 UTC
1245. changelog

Author: Sean Whitton
Revision Date: 2024-11-22 09:31:51 UTC

changelog

lp://qastaging/tilda Development 2024-11-20 22:59:36 UTC
608. Update zh_TW Traditional Chinese locale

Author: PeterDaveHello
Revision Date: 2024-11-20 22:59:36 UTC

Update zh_TW Traditional Chinese locale

lp://qastaging/dasher Development 2024-11-16 10:59:55 UTC
3856. Merge branch 'jorge_macrons' into 'ma...

Author: Patrick Welche
Revision Date: 2024-11-16 10:59:55 UTC

Merge branch 'jorge_macrons' into 'master'

Japanese Romaji update to add vowels with macron (ā etc)

See merge request GNOME/dasher!10

lp://qastaging/gperf Development 2024-11-16 07:23:49 UTC
404. Avoid "-Wzero-as-null-pointer-constan...

Author: Bruno Haible
Revision Date: 2024-11-16 07:23:49 UTC

Avoid "-Wzero-as-null-pointer-constant" warnings on the generated code.

Reported in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00123.html>.

* src/output.cc (Output::output_lookup_function_body): To denote a null
pointer, emit a cast expression instead of plain "0".
* tests/c-parse.exp, tests/charsets.exp, tests/chill.exp,
tests/cplusplus.exp, tests/gpc.exp, tests/incomplete.exp,
tests/java.exp, tests/languages.exp, tests/modula2.exp, tests/objc.exp,
tests/permut2.exp, tests/permut3.exp, tests/permutc2.exp,
tests/test-4.exp: Update.

lp://qastaging/goffice Development 2024-11-12 23:01:06 UTC
4560. Resurrect gtk-free mode.

Author: Morten Welinder
Revision Date: 2024-11-12 23:01:06 UTC

Resurrect gtk-free mode.

lp://qastaging/evolution-mapi Development 2024-11-07 11:07:43 UTC
1932. eds-I#570 - Adapt to libical icalrecu...

Author: Milan Crha
Revision Date: 2024-11-07 11:07:43 UTC

eds-I#570 - Adapt to libical icalrecurrencetype changes

Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/570

lp://qastaging/network-manager-pptp Development 2024-11-02 21:23:45 UTC
543. Add Belarusian translation

Author: Vasil Pupkin
Revision Date: 2024-11-02 21:23:45 UTC

Add Belarusian translation

lp://qastaging/balsa Development 2024-10-07 15:56:35 UTC
9227. Merge branch 'mbox-no-recovery' into ...

Author: Albrecht Dreß
Revision Date: 2024-10-07 15:56:35 UTC

Merge branch 'mbox-no-recovery' into 'master'

mailbox_mbox: Do not try to recover

See merge request GNOME/balsa!84

lp://qastaging/gnubash Development 2024-09-23 22:45:45 UTC
219. updated translations; remove unneeded...

Author: Chet Ramey
Revision Date: 2024-09-23 22:45:45 UTC

updated translations; remove unneeded files

lp://qastaging/libgnomekbd Development 2024-08-28 20:21:20 UTC
935. Update Belarusian translation

Author: Vasil Pupkin
Revision Date: 2024-08-28 20:21:20 UTC

Update Belarusian translation

lp://qastaging/gnome-power Development 2024-08-19 13:51:22 UTC
4442. Port to GTK4

Author: Khalid Abu Shawarib
Revision Date: 2024-08-19 13:51:22 UTC

Port to GTK4

lp://qastaging/quilt Development 2024-08-13 12:57:16 UTC
1507. patches: Minor optimization to scan_u...

Author: Jean Delvare
Revision Date: 2024-08-13 12:57:16 UTC

patches: Minor optimization to scan_unapplied

Prepare the search pattern in scan_unapplied outside the inner loop
for a small performance benefit.

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

lp://qastaging/config Development 2024-07-28 05:41:28 UTC
1281. Port config.guess to strict POSIX.1-2...

Author: Paul Eggert
Revision Date: 2024-07-28 05:41:28 UTC

Port config.guess to strict POSIX.1-2024 c17

* config.guess (set_cc_for_build):
Try the c17 compiler, standardized in POSIX.1-2024. See:
https://pubs.opengroup.org/onlinepubs/9799919799/utilities/c17.html
While we're at it, prefer c99 to c89.

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

lp://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/~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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/~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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/~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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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://qastaging/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