Launchpad.net

Code in branches

Recently imported branches

Name Status Registered Project Last Modified Last Commit
lp:busybox Development 2010-08-01 16:14:43 UTC busybox 2025-07-11 06:58:07 UTC
17911. libbb/yescrypt: code shrink function...

Author: Vda-linux
Revision Date: 2025-07-11 06:58:07 UTC

libbb/yescrypt: code shrink

function old new delta
salsa20 684 650 -34
blockmix_salsa8 198 144 -54
blockmix 762 565 -197
blockmix_xor 1322 1028 -294
blockmix_xor_save 1499 1103 -396
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/5 up/down: 0/-975) Total: -975 bytes

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

lp:evergreen/3.14 Development 2024-10-03 17:45:23 UTC evergreen 2025-07-11 01:19:46 UTC
27917. LP2115824 metarecord hold format, lan...

Author: Stephanie Leary
Revision Date: 2025-07-11 01:19:46 UTC

LP2115824 metarecord hold format, language labels

Adds form labels to the language and format selects in the metarecord
section of the Place Hold form.

Also changes the heading to read 'Select your desired formats and
languages' based on screen reader user feedback.

Release-note: Adds missing form labels, revises heading for metarecord
holds formats and languages options

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>

lp:evergreen/3.15 Development 2025-03-25 13:49:14 UTC evergreen 2025-07-11 01:19:13 UTC
28037. LP2115824 metarecord hold format, lan...

Author: Stephanie Leary
Revision Date: 2025-07-11 01:19:13 UTC

LP2115824 metarecord hold format, language labels

Adds form labels to the language and format selects in the metarecord
section of the Place Hold form.

Also changes the heading to read 'Select your desired formats and
languages' based on screen reader user feedback.

Release-note: Adds missing form labels, revises heading for metarecord
holds formats and languages options

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>

lp:evergreen Development 2023-05-04 13:37:09 UTC evergreen 2025-07-11 01:02:54 UTC
28083. LP2115824 metarecord hold format, lan...

Author: Stephanie Leary
Revision Date: 2025-07-11 01:02:54 UTC

LP2115824 metarecord hold format, language labels

Adds form labels to the language and format selects in the metarecord
section of the Place Hold form.

Also changes the heading to read 'Select your desired formats and
languages' based on screen reader user feedback.

Release-note: Adds missing form labels, revises heading for metarecord
holds formats and languages options

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>

lp:~neon/dragon/master Development 2012-04-11 11:17:03 UTC dragon 2025-07-11 00:42:18 UTC
1319. GIT_SILENT made messages (after extra...

Author: l10n daemon script
Revision Date: 2025-07-11 00:42:18 UTC

GIT_SILENT made messages (after extraction)

lp:gnu-gsrc Development 2012-04-07 15:42:33 UTC gnu-gsrc 2025-07-10 22:43:01 UTC
11501. update vala to 0.56.18

Author: <email address hidden>
Revision Date: 2025-07-10 22:43:01 UTC

update vala to 0.56.18

lp:gsrc Development 2011-10-19 19:28:13 UTC gsrc 2025-07-10 22:43:01 UTC
11501. update vala to 0.56.18

Author: <email address hidden>
Revision Date: 2025-07-10 22:43:01 UTC

update vala to 0.56.18

lp:rt/6.0 Mature 2025-04-03 22:23:22 UTC rt 2025-07-10 21:28:37 UTC
8742. Merge branch '5.0-trunk' into 6.0-trunk

Author: sunnavy
Revision Date: 2025-07-10 21:28:37 UTC

Merge branch '5.0-trunk' into 6.0-trunk

lp:c-evo Development 2017-01-12 22:53:03 UTC c-evo 2025-07-10 21:13:25 UTC
536. * Fixed: Repaint start window after l...

Author: chronos
Revision Date: 2025-07-10 21:13:25 UTC

* Fixed: Repaint start window after language change in settings window.

lp:bluez Development 2011-01-12 23:03:03 UTC bluez 2025-07-10 18:07:06 UTC
23695. build: Fix typo in configure option h...

Author: Bastien Nocera
Revision Date: 2025-07-10 18:07:06 UTC

build: Fix typo in configure option help string

lp:josm Mature 2010-03-24 09:56:32 UTC josm 2025-07-10 17:32:15 UTC
19088. checkstyle

Author: stoecker
Revision Date: 2025-07-10 17:32:15 UTC

checkstyle

lp:~openstreetmap/josm/josm_osm Mature 2010-01-28 17:05:14 UTC josm 2025-07-10 17:21:31 UTC
12882. add source of string

Author: stoecker
Revision Date: 2025-07-10 17:21:31 UTC

add source of string

lp:gawk Development 2011-06-12 17:29:33 UTC gawk 2025-07-10 16:17:05 UTC
2275. Explanation of behavior of ord() exte...

Author: Antonio Giovanni Colombo
Revision Date: 2025-07-10 16:17:05 UTC

Explanation of behavior of ord() extension

lp:~titusx/nginx/mainline Mature 2014-05-03 11:02:31 UTC nginx 2025-07-10 15:00:45 UTC
7460. SSL: fixed testing OPENSSL_VERSION_NU...

Author: Sergey Kandaurov
Revision Date: 2025-07-10 15:00:45 UTC

SSL: fixed testing OPENSSL_VERSION_NUMBER for OpenSSL 3.0+.

Prior to OpenSSL 3.0, OPENSSL_VERSION_NUMBER used the following format:

MNNFFPPS: major minor fix patch status

Where the status nibble (S) has 0+ for development and f for release.

The format was changed in OpenSSL 3.0.0, where it is always zero:

MNN00PP0: major minor patch

lp:ipxe Development 2020-01-06 04:12:10 UTC ipxe 2025-07-10 13:39:07 UTC
6841. [dwmac] Add driver for DesignWare Eth...

Author: Michael Brown
Revision Date: 2025-07-10 13:39:07 UTC

[dwmac] Add driver for DesignWare Ethernet MAC

Add a basic driver for the DesignWare Ethernet MAC network interface
as found in the Lichee Pi 4A.

Signed-off-by: Michael Brown <mcb30@ipxe.org>

lp:nano Development 2016-08-09 11:46:44 UTC nano 2025-07-10 08:04:39 UTC
10526. browser: let a refresh also reread th...

Author: Benno Schulenberg
Revision Date: 2025-07-10 08:04:39 UTC

browser: let a refresh also reread the file list, like it used to

Until two commits ago, a full refresh (^L) would first refresh the
screen and then reread the file list and redo the screen again.
Now it will just reread the list and redo the screen, skipping the
redundant refresh. The latter is done only for the tiny version.

Also rename a label, to be more precise.

lp:~kdevelop/kgraphviewer/master Development 2011-08-13 17:59:54 UTC kgraphviewer 2025-07-10 01:32:57 UTC
1090. SVN_SILENT made messages (.desktop fi...

Author: l10n daemon script
Revision Date: 2025-07-10 01:32:57 UTC

SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

lp:reviewboard Development 2009-12-17 03:09:57 UTC reviewboard 2025-07-10 00:38:29 UTC
5113. Update the types for diff chunks and ...

Author: David Trowbridge
Revision Date: 2025-07-10 00:38:29 UTC

Update the types for diff chunks and lines.

This change defines a `TypedDict` for diff chunks, and a `tuple` for
diff lines, with definitions and documentation for each element.

Before, these were just an opaque dictionary, and a heterogenous list.
The diff lines were particularly annoying because they were variable
length (if there was no metadata, that element was just left off the
end), and types were annoying (for "real" line numbers, we'd have an
int if the line was present on that side of the diff, but an empty
string if not). This change technically breaks compatibility in those
two cases.

We now always include the metadata field, set to `None` if there's no
metadata for the line. This increases the cached size of a very large
diff with thousands of lines by less that 0.1% (much better than many
years ago with older pickle protocols--the tuple is probably also
helping here).

In the case of real line numbers which are not present on one side of
the diff (for example, the line number of an added line for the
left-hand side of the diff), we set the data for that to `None`. In
order to maintain compatibility with current versions of Review Bot, we
change `None` line numbers back to an empty string for the filediff
resource's `diff_data` mode.

This change only touches code related to chunks and lines. Other diff
viewer cleanup is coming in later changes.

Testing Done:
- Tested a ton of different diffs, both in the diff viewer as well as
  the text and markdown Review UIs. Verified that all types of edits
  (added/edited/deleted/moved) lines all worked as expected.
- Ran unit tests.

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

lp:deltahex Development 2016-11-30 19:47:35 UTC deltahex 2025-07-09 21:59:19 UTC
403. XBUP Viewer - 3

Author: hajdam
Revision Date: 2025-07-09 21:59:19 UTC

XBUP Viewer - 3

lp:scribus Development 2011-01-07 00:27:20 UTC scribus 2025-07-09 18:56:53 UTC
20519. Fix some more file attribute cases

Author: craig
Revision Date: 2025-07-09 18:56:53 UTC

Fix some more file attribute cases

lp:ofono Mature 2010-06-17 09:56:20 UTC ofono 2025-07-09 17:34:49 UTC
9550. doc: sim-api document ClearForbiddenN...

Author: Sean Nyekjaer
Revision Date: 2025-07-09 17:34:49 UTC

doc: sim-api document ClearForbiddenNetworkOperators

This API allows the Forbidden PLMN Elementary File on the SIM to be
cleared. EFfplmn is updated by the modem whenever network registration
fails for various reasons: network rejection, roaming incompatibility,
credential expiration, etc. This is done to not retry the known-to-fail
operator too frequently.

This list can become stale, perhaps due to end-user subscription
changes, network operator upgrades, system reboots, etc.

lp:~connman-maintainers/connman/head Development 2010-05-31 07:56:26 UTC connman 2025-07-09 17:28:08 UTC
8752. client: Add missing newlines on error...

Author: Jaeyoon Jung
Revision Date: 2025-07-09 17:28:08 UTC

client: Add missing newlines on error messages

This adds missing newlines at the end of some error messages.

lp:~ztefn/haguichi/git-master Development 2025-07-09 13:07:44 UTC haguichi 2025-07-09 13:07:44 UTC
679. Support right-to-left text direction ...

Author: Stephen Brandt
Revision Date: 2025-07-09 13:01:01 UTC

Support right-to-left text direction in stylesheets and make sidebar-pane styles compatible with upstream elementary stylesheet

https://github.com/elementary/stylesheet/pull/1327

lp:~jd-team/jdownloader/appwork-utils Development 2010-12-23 22:10:20 UTC jdownloader 2025-07-08 13:56:19 UTC
4465.

Author: thomas
Revision Date: 2025-07-08 13:56:19 UTC

lp:rt/5.0 Mature 2020-07-09 21:11:42 UTC rt 2025-07-08 12:58:20 UTC
9256. Merge branch '5.0/unset-owner-on-queu...

Author: Jim Brandt
Revision Date: 2025-07-08 12:58:20 UTC

Merge branch '5.0/unset-owner-on-queue-change' into 5.0-trunk

lp:kmod Development 2012-07-04 04:33:58 UTC kmod 2025-07-08 12:17:14 UTC
2101. testsuite: consolidate final exit() c...

Author: Emil Velikov
Revision Date: 2025-07-08 12:17:14 UTC

testsuite: consolidate final exit() call

Currently we call exit() in a handful of places within test_run_child().
Where the latter is annotated as `noreturn int` and we never check the
return value.

Just move the exit() further up the call stack and remove the noreturn
notation.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/376
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>

lp:libv4l bug Development 2010-07-13 15:12:42 UTC libv4l 2025-07-08 08:28:16 UTC
5285. v4l2-compliance: fix pix_array contro...

Author: Hans Verkuil
Revision Date: 2025-07-08 08:28:16 UTC

v4l2-compliance: fix pix_array control test

The order of the dimensions was swapped (first height, then
width), and replace roundup by DIV_ROUND_UP.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

lp:~vcs-imports/ipfire/ipfire-2.x Development 2010-05-31 09:47:16 UTC ipfire 2025-07-07 19:01:48 UTC
13714. core196: Ship man pages Signed-off-b...

Author: Michael Tremer
Revision Date: 2025-07-07 19:01:48 UTC

core196: Ship man pages

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

lp:libiconv Development 2010-07-31 16:53:50 UTC libiconv 2025-07-07 09:42:45 UTC
1310. Add support for --enable-relocatable ...

Author: Bruno Haible
Revision Date: 2025-07-07 09:42:45 UTC

Add support for --enable-relocatable in mingw builds on Cygwin hosts.

Reported by Michele Locati <michele@locati.it> in
<https://github.com/mlocati/gettext-iconv-windows/pull/47#issuecomment-3041406917>.

* configure.ac: Invoke gl_BUILD_TO_HOST_BINDIR.
* src/Makefile.in (bindir_c_make, localedir_c_make): New variables.
(iconv_no_i18n.@OBJEXT@, iconv.@OBJEXT@): Fix value of INSTALLDIR and
LOCALEDIR.

lp:~oisf/suricata-daily-git-libhtp-0.5.x/libhtp Development 2013-07-18 08:07:37 UTC suricata-daily-git-libhtp-0.5.x 2025-07-07 06:34:10 UTC
1384. Update for 0.5.51

Author: Shivani Bhardwaj
Revision Date: 2025-07-07 06:34:10 UTC

Update for 0.5.51

lp:~oisf/suricata-daily-git-libhtp/libhtp Development 2013-07-16 15:17:17 UTC suricata-daily-git-libhtp 2025-07-07 06:34:10 UTC
1384. Update for 0.5.51

Author: Shivani Bhardwaj
Revision Date: 2025-07-07 06:34:10 UTC

Update for 0.5.51

lp:pmake Development 2005-12-31 23:53:02 UTC pmake 2025-07-06 07:56:16 UTC
5292. make: complain about unfinished escap...

Author: rillig
Revision Date: 2025-07-06 07:56:16 UTC

make: complain about unfinished escape sequences or string literals

lp:~neon/kompare/master Development 2013-02-11 17:07:56 UTC kompare 2025-07-05 09:49:16 UTC
1359. GIT_SILENT Upgrade release service ve...

Author: Albert Astals Cid
Revision Date: 2025-07-05 09:49:16 UTC

GIT_SILENT Upgrade release service version to 25.11.70.

lp:~neon/kdesdk-thumbnailers/master Development 2013-02-11 17:06:41 UTC kdesdk-thumbnailers 2025-07-05 09:49:08 UTC
205. GIT_SILENT Upgrade release service ve...

Author: Albert Astals Cid
Revision Date: 2025-07-05 09:49:08 UTC

GIT_SILENT Upgrade release service version to 25.11.70.

lp:~neon/kdesdk-kioslaves/master Development 2013-02-11 17:07:11 UTC kdesdk-kioslaves 2025-07-05 09:49:00 UTC
620. GIT_SILENT Upgrade release service ve...

Author: Albert Astals Cid
Revision Date: 2025-07-05 09:49:00 UTC

GIT_SILENT Upgrade release service version to 25.11.70.

lp:~neon/kde-dev-utils/master Development 2013-02-11 17:06:38 UTC kde-dev-utils 2025-07-05 09:48:49 UTC
818. GIT_SILENT Upgrade release service ve...

Author: Albert Astals Cid
Revision Date: 2025-07-05 09:48:49 UTC

GIT_SILENT Upgrade release service version to 25.11.70.

lp:~neon/kmouth/master Development 2011-08-27 20:44:27 UTC kmouth 2025-07-05 09:41:29 UTC
953. GIT_SILENT Upgrade release service ve...

Author: Albert Astals Cid
Revision Date: 2025-07-05 09:41:29 UTC

GIT_SILENT Upgrade release service version to 25.11.70.

lp:gnubash Development 2010-07-31 16:11:43 UTC gnubash 2025-07-03 20:15:36 UTC
220. Bash-5.3 distribution sources and doc...

Author: Chet Ramey
Revision Date: 2025-07-03 20:15:36 UTC

Bash-5.3 distribution sources and documentation

lp:gatimaan Development 2024-05-06 03:04:44 UTC gatimaan 2025-07-03 13:15:36 UTC
284. Snap: Update Yt-DLP

Author: sam
Revision Date: 2025-07-03 13:15:36 UTC

Snap: Update Yt-DLP

lp:~itachi-san/telegram-desktop/breakpad Development 2016-05-04 12:27:18 UTC telegram-desktop 2025-07-01 16:13:05 UTC
2236. Add missing system includes to breakp...

Author: Matt Stark
Revision Date: 2025-07-01 16:13:05 UTC

Add missing system includes to breakpad.

BUG=40263312

Change-Id: I210749ea709d4ead9cbd8b91a7951ac049e9d417
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/6686588
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>

lp:evergreen/3.13 Development 2024-05-13 18:42:26 UTC evergreen 2025-06-30 21:59:41 UTC
27578. LP#1973754: Fix match set type not di...

Author: Ian Skelskey
Revision Date: 2025-06-30 21:59:41 UTC

LP#1973754: Fix match set type not displaying correctly

Update the Record Editor to display labels for match set types - Modify the customValues in fieldOptions to include labels for 'biblio', 'serial', and 'authority' - Ensure the drop-down in the Record Matching definition Set dialog displays 'Bibliographic Records', 'Serial Records', and 'Authority Records' correctly.

Release-Note: Display match set types with appropriate labels in MARC Batch Import/Export.

Signed-off-by: Ian Skelskey <ianskelskey@gmail.com>
Signed-off-by: blake <blake@mobiusconsortium.org>

lp:~thopiekar/miracle/miraclecast-albfan Development 2015-03-19 21:39:39 UTC miracle 2025-06-30 09:24:26 UTC
303. fix gcc15 build errors

Author: Rémi Labelle
Revision Date: 2025-06-30 09:24:26 UTC

fix gcc15 build errors

lp:~ubuntu-touch-coreapps-drivers/trojita/git-kde Development 2014-03-31 13:30:13 UTC trojita 2025-06-29 02:30:06 UTC
5200. GIT_SILENT Sync po/docbooks with svn

Author: l10n daemon script
Revision Date: 2025-06-29 02:30:06 UTC

GIT_SILENT Sync po/docbooks with svn

lp:ddd Development 2011-10-10 21:41:48 UTC ddd 2025-06-28 18:33:04 UTC
6883. In BreakPoint::BreakPoint() replace t...

Author: eager
Revision Date: 2025-06-28 18:33:04 UTC

In BreakPoint::BreakPoint() replace test for debugger
type with gdb->info_break_strip() to strip leading spaces.
Add _info_break_strip to GDBAgent, default true. Set
GDBAgent_PERL::_info_break_strip to false.

lp:mandos/release bug Development 2014-11-08 02:33:47 UTC mandos 2025-06-27 20:06:35 UTC
415. Version 1.8.19-1 * Makefile (version...

Author: Teddy Hogeborn
Revision Date: 2025-06-27 20:06:35 UTC

Version 1.8.19-1

* Makefile (version): Change to "1.8.19".
* NEWS (Version 1.8.19): Add new entry.
* debian/changelog (1.8.19-1): - '' -

lp:~indicator-network-developers/wpasupplicant/trunk Development 2010-06-04 12:08:44 UTC wpasupplicant 2025-06-27 14:31:01 UTC
20617. Add QCA vendor interface for configur...

Author: Jay Shukla
Revision Date: 2025-06-27 14:31:01 UTC

Add QCA vendor interface for configuring feature control configurations

Add QCA_NL80211_VENDOR_SUBCMD_FEATURE_CONFIG to control the features
enablement based on the OUI data and capabilities advertised by the AP
in its Beacon and Probe Response frames.

Signed-off-by: Jay Shukla <jayshukl@qti.qualcomm.com>

lp:econsysqtcam Development 2020-03-05 07:33:03 UTC econsysqtcam 2025-06-26 11:56:06 UTC
307. UI changes for handling MaskId change...

Author: Geethalakshmi B
Revision Date: 2025-06-26 11:56:06 UTC

UI changes for handling MaskId change in see3cam_cu31.

lp:~vcs-imports/putty/master Development 2016-10-02 20:55:32 UTC putty 2025-06-25 18:37:17 UTC
6961. Fix crash in utmp-stamping on Wayland...

Author: Simon Tatham
Revision Date: 2025-06-25 18:37:17 UTC

Fix crash in utmp-stamping on Wayland.

Thanks to Colin Watson for the report: if pterm is both
able (appropriately setgid) and willing (given the right options) to
stamp utmp, it will use $DISPLAY as the location to write into utmp,
and segfault if it's not set. But in a Wayland-only system it might
very well not be set.

To fix this I've generalised seat_get_x_display() into
seat_get_display(), so that it can also return a display id string
like "wayland-0" if that's what's appropriate. So now in that
situation pterm will stamp utmp with a Wayland display id in place of
an X11 one.

However, seat_get_x_display() was also used to retrieve an X11 display
name specifically so as to populate $DISPLAY in the terminal's shell.
So the new seat_get_display() has a parameter to constrain the
returned display to be of a particular type, or NULL if that type
isn't available.

As a final fallback, in case seat_get_display(seat, SDISP_ANY) might
_still_ manage to return NULL for any reason, we catch that and turn
it into the empty string before stamping utmp, so that we still won't
segfault.

lp:denemo Development 2010-07-31 16:14:29 UTC denemo 2025-06-25 10:27:46 UTC
9349. Allow for earlier LilyPond versions

Author: Richard Shann
Revision Date: 2025-06-25 10:27:46 UTC

Allow for earlier LilyPond versions

lp:quilt Development 2011-06-12 17:48:53 UTC quilt 2025-06-23 11:27:06 UTC
1529. contrib/spec-filters/obs: /usr/bin/sh...

Author: Robert Yang
Revision Date: 2025-06-23 11:27:06 UTC

contrib/spec-filters/obs: /usr/bin/sh -> /bin/sh

The /bin/sh is more common than /usr/bin/sh, the later one doesn't exist on
distributions such as Ubuntu 22.04.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Jean Delvare <jdelvare@suse.de>

lp:bilancio Development 2025-06-23 06:58:30 UTC bilancio 2025-06-23 06:58:30 UTC
215. Fix LP #2114245: Find function does n...

Author: igi
Revision Date: 2025-06-22 16:17:57 UTC

Fix LP #2114245: Find function does not work.

lp:~firmware-testing-team/fwts/master Development 2013-03-21 17:18:24 UTC fwts 2025-06-23 02:45:46 UTC
5332. fwts: slit: sync up with the slit rem...

Author: Ivan Hu
Revision Date: 2025-06-23 02:45:46 UTC

fwts: slit: sync up with the slit remove equality checking

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>

lp:paxmirabilis Mature 2012-02-16 23:50:15 UTC paxmirabilis 2025-06-20 17:32:08 UTC
257. work around one groff version breakin...

Author: tg
Revision Date: 2025-06-20 17:32:08 UTC

work around one groff version breaking when I work around sth. in the other

lp:mksh Mature 2010-07-09 13:45:53 UTC mksh 2025-06-20 17:32:06 UTC
3591. work around one groff version breakin...

Author: tg
Revision Date: 2025-06-20 17:32:06 UTC

work around one groff version breaking when I work around sth. in the other

lp:connectbot Development 2018-11-15 00:12:16 UTC connectbot 2025-06-18 07:21:45 UTC
58. Automated export to po-files From br...

Author: Kenny Root
Revision Date: 2025-06-18 07:21:45 UTC

Automated export to po-files

From branch main commit 49c45b74399a62dc873a1e17ccccf80fa36f7c9f:

Automated translations import

Translations imported from Launchpad.

lp:~wjaguar/mtpaint/trunk Development 2012-01-01 18:35:56 UTC mtpaint 2025-06-16 10:41:35 UTC
422. Version 3.50.12 Fixed refresh of pal...

Author: wjaguar
Revision Date: 2025-06-16 10:41:35 UTC

Version 3.50.12

Fixed refresh of palette editor colors list, to account for the GtkTreeView-based option (since its addition in 3.49.22)
Fixed mismatched header for layer_refresh_list() and the corresponding call (since 3.44.53)

lp:libunistring Development 2011-10-11 18:40:57 UTC libunistring 2025-06-14 17:59:00 UTC
406. Fix copyright and license header in n...

Author: Bruno Haible
Revision Date: 2025-06-14 17:59:00 UTC

Fix copyright and license header in new files of last commit.

lp:dasher Development 2010-10-16 18:27:27 UTC dasher 2025-06-10 22:33:36 UTC
3858. Update Azerbaijani translation

Author: Ramal Rəhimov
Revision Date: 2025-06-10 22:33:36 UTC

Update Azerbaijani translation

lp:blume Development 2021-08-27 16:01:04 UTC blume 2025-06-09 17:01:14 UTC
503. make hp module import without psutil

Author: John Gill
Revision Date: 2025-06-09 17:01:14 UTC

make hp module import without psutil

lp:libsigsegv Development 2011-10-11 03:56:43 UTC libsigsegv 2025-06-09 12:54:41 UTC
649. build: Fix "make installcheck" failur...

Author: Bruno Haible
Revision Date: 2025-06-09 12:54:41 UTC

build: Fix "make installcheck" failure on MSVC with --enable-shared.

* configure.ac (WOE32DLL): New conditional and variable.
(WINDOWS_MSVC): New conditional.
* src/sigsegv.h.in (libsigsegv_version): Add __declspec attribute, as
needed on Windows with --enable-shared.
* src/Makefile.am (libsigsegv_la_CPPFLAGS): New variable.
(libsigsegv_la_LDFLAGS): Add --export-all-symbols for Cygwin and mingw.

lp:~diwic/alsa-driver/snd-firewire-improve Development 2014-04-11 13:07:20 UTC alsa-driver 2025-06-08 23:18:59 UTC
1027. add support for DKMS

Author: Takashi Sakamoto
Revision Date: 2025-06-08 23:18:59 UTC

add support for DKMS

lp:pspp Development 2011-10-08 12:51:52 UTC pspp 2025-06-05 20:18:02 UTC
7144. ext-array: Use fseeko64 instead of fs...

Author: Ben Pfaff
Revision Date: 2025-06-05 20:18:02 UTC

ext-array: Use fseeko64 instead of fseeko, if available.

lp:~beaky/wacs/trunk Development 2013-05-27 09:14:50 UTC wacs 2025-06-03 15:47:57 UTC
2070. Added srank support to wacsimglist, f...

Author: beaky
Revision Date: 2025-06-03 15:47:57 UTC

Added srank support to wacsimglist, fixed headshot display in wacsshow

lp:~beaky/wacs/wacs-devel Development 2017-02-08 13:44:27 UTC wacs 2025-06-03 10:44:53 UTC
479. Added stdcache fsloc

Author: beaky
Revision Date: 2025-06-03 10:44:53 UTC

Added stdcache fsloc

lp:nflux Development 2025-06-01 22:07:36 UTC nflux 2025-06-01 22:07:36 UTC
382. Change nflux project description

Author: containerscrew
Revision Date: 2025-06-01 22:04:41 UTC

Change nflux project description

lp:balsa Development 2011-06-17 02:24:50 UTC balsa 2025-05-31 17:42:59 UTC
9286. fix storing the current config on exi...

Author: Albrecht Dreß
Revision Date: 2025-05-31 17:42:59 UTC

fix storing the current config on exit

When balsa_app_destroy() is called, balsa_app.main_window is always NULL
and thus the current configuration is never saved. Be a little paranoid
by checking if the config has really been loaded.

Note: this bug was introduced with MR !93 (commit 8bb4e4d9).

Signed-off-by: Albrecht Dreß <albrecht.dress@posteo.de>

lp:gperf Development 2010-01-27 17:00:00 UTC gperf 2025-05-31 12:27:11 UTC
435. Mark automake 1.18 as supported. * a...

Author: Bruno Haible
Revision Date: 2025-05-31 12:27:11 UTC

Mark automake 1.18 as supported.

* autogen.sh: Update comment.

lp:~neon/kdegraphics-thumbnailers/master Development 2011-02-23 11:10:30 UTC kdegraphics-thumbnailers 2025-05-29 20:30:05 UTC
333. Add back CC0-1.0 It was actually nee...

Author: Carl Schwan
Revision Date: 2025-05-29 20:30:05 UTC

Add back CC0-1.0

It was actually needed for an existing file: the metainfo.xml file.

lp:~klaus-vormweg-deactivatedaccount/bluefish/trunk Development 2014-11-28 20:19:54 UTC bluefish 2025-05-29 08:36:30 UTC
7735. chinese strings zh_CN and zh_TW must ...

Author: oli4
Revision Date: 2025-05-29 08:36:30 UTC

chinese strings zh_CN and zh_TW must differ otherwise the code will always result in the first being chosen by the user

lp:rt Development 2013-10-03 20:05:06 UTC rt 2025-05-28 17:23:46 UTC
8679. Merge branch '6.0-trunk'

Author: sunnavy
Revision Date: 2025-05-28 17:23:46 UTC

Merge branch '6.0-trunk'

lp:opensrf Development 2011-10-18 14:40:04 UTC opensrf 2025-05-27 15:52:12 UTC
2276. LP#2106667: Remove Fedora Makefile.in...

Author: Chris Sharp
Revision Date: 2025-05-27 15:52:12 UTC

LP#2106667: Remove Fedora Makefile.install target

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

lp:upnp-router-control Development 2021-02-18 13:03:06 UTC upnp-router-control 2025-05-21 18:10:48 UTC
262. Bump to 0.3.5

Author: Daniele Napolitano
Revision Date: 2025-05-21 18:10:48 UTC

Bump to 0.3.5

lp:fairetodoapp Development 2025-03-09 18:46:33 UTC fairetodoapp 2025-05-20 17:01:36 UTC
400. Updating dependencies

Author: Charlesschaefer
Revision Date: 2025-03-08 23:07:13 UTC

Updating dependencies

lp:~stk/stk/stk-assets Development 2016-04-03 01:50:47 UTC stk 2025-05-20 07:37:40 UTC
5780. Remove unused files

Author: deveee
Revision Date: 2025-05-20 07:37:40 UTC

Remove unused files

lp:~neon/libkomparediff2/master Development 2013-09-22 03:19:27 UTC libkomparediff2 2025-05-20 01:44:45 UTC
494. GIT_SILENT Sync po/docbooks with svn

Author: l10n daemon script
Revision Date: 2025-05-20 01:44:45 UTC

GIT_SILENT Sync po/docbooks with svn

lp:bamtools Development 2012-11-08 08:56:02 UTC bamtools 2025-05-18 08:20:18 UTC
432. Release 2.5.3

Author: David Seifert
Revision Date: 2025-05-18 08:20:18 UTC

Release 2.5.3

lp:libpipeline Mature 2014-02-08 09:11:15 UTC libpipeline 2025-05-15 12:42:46 UTC
333. Update pre-commit hooks * .pre-commi...

Author: Colin Watson
Revision Date: 2025-05-15 12:42:46 UTC

Update pre-commit hooks

* .pre-commit-config.yaml (pre-commit-hooks): Update to v5.0.0.
(clang-format): Update to v20.1.4.

lp:electric Development 2011-10-08 22:38:10 UTC electric 2025-05-14 11:40:50 UTC
287. FIx crash when technology editor buil...

Author: strubin
Revision Date: 2025-05-14 11:40:50 UTC

FIx crash when technology editor builds library from technology

lp:global Development 2011-10-03 01:37:20 UTC global 2025-05-08 08:40:01 UTC
2953. Incompatible change of global(1): Now...

Author: shigio
Revision Date: 2025-05-08 08:40:01 UTC

Incompatible change of global(1):
Now "--path-style=through" option ignores GTAGSLIBPATH environment variable.
The original purpose of this style (through) was to allow external programs to do the
path manipulation that global(1) does. However, it has no meaning in the library path.

lp:mplayer Development 2011-06-07 12:03:22 UTC mplayer 2025-05-02 11:48:32 UTC
38523. Remove the call to avcodec_close() I...

Author: ib
Revision Date: 2025-05-02 11:48:32 UTC

Remove the call to avcodec_close()

It is no longer available in FFmpeg, and closing the codec is already
done by avcodec_free_context().

lp:~roguescholar/jdownloader/browser Development 2020-01-04 09:18:22 UTC jdownloader 2025-04-30 10:17:15 UTC
841. *General* - Browser: added detection ...

Author: psp
Revision Date: 2025-04-30 10:17:15 UTC

*General*
- Browser: added detection of Amazon AWS Web Application Firewall RE forum 97327

lp:rt/4.4 Mature 2016-02-04 17:20:00 UTC rt 2025-04-29 16:00:06 UTC
9002. Merge branch '4.4.8-releng' into 4.4-...

Author: sunnavy
Revision Date: 2025-04-29 16:00:06 UTC

Merge branch '4.4.8-releng' into 4.4-trunk

lp:jupp Mature 2012-08-19 20:56:57 UTC jupp 2025-04-25 20:48:06 UTC
748. modernise licence header, ensure RCS Id

Author: tg
Revision Date: 2025-04-25 20:48:06 UTC

modernise licence header, ensure RCS Id

lp:starlet Development 2022-08-17 12:30:53 UTC starlet 2025-04-05 13:27:20 UTC
41. Correct args of __util$hex2bin()

Author:
Revision Date: 2025-04-05 13:27:20 UTC

Correct args of __util$hex2bin()

lp:imath Mature 2018-05-10 13:53:23 UTC imath 2025-04-03 18:42:18 UTC
526. Revert libginac11 version to 1.8.2 to...

Author: Jan Rheinländer
Revision Date: 2025-04-03 18:42:18 UTC

Revert libginac11 version to 1.8.2 to enable Jammy build.
Add dependency for FlexLexer.h

lp:telegnome Development 2009-05-27 07:38:38 UTC telegnome 2025-03-28 11:02:48 UTC
285. Release version 0.3.7

Author: Colin Watson
Revision Date: 2025-03-28 11:02:48 UTC

Release version 0.3.7

lp:~milanp3011/fox-c/main Development 2025-03-17 16:08:09 UTC fox-c 2025-03-27 21:49:17 UTC
19. Update README.md

Author: milanpatel3011
Revision Date: 2025-03-27 21:49:17 UTC

Update README.md

lp:openobject-italia/6.0 Development 2014-07-06 11:03:20 UTC openobject-italia 2025-03-19 12:06:33 UTC
186. Translated using Weblate (Italian) C...

Author: mymage
Revision Date: 2025-03-19 12:06:33 UTC

Translated using Weblate (Italian)

Currently translated at 100.0% (53 of 53 strings)

Translation: l10n-italy-6.0/l10n-italy-6.0-l10n_it_corrispettivi
Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-6-0/l10n-italy-6-0-l10n_it_corrispettivi/it/

lp:stk Development 2025-03-18 21:23:27 UTC stk 2025-03-18 21:25:32 UTC
15169. Fix missing PBR textures when materia...

Author: CodingJellyfish
Revision Date: 2025-03-16 04:51:06 UTC

Fix missing PBR textures when material is shared in vulkan engine

lp:~gnustep/gnustep/gap-pdfkit Development 2019-12-30 21:44:56 UTC gnustep 2025-03-18 00:22:34 UTC
98. remove 4.02

Author: rmottola
Revision Date: 2025-03-18 00:22:34 UTC

remove 4.02

lp:~vcs-imports/debian-policy/master Development 2010-03-04 12:49:59 UTC debian-policy 2025-03-15 04:19:49 UTC
1258. Rewrite "date"->"day-of-month" in Pol...

Author: Sean Whitton
Revision Date: 2025-03-15 04:19:49 UTC

Rewrite "date"->"day-of-month" in Policy 3.2.1

lp:evolution-mapi Development 2009-06-17 12:34:45 UTC evolution-mapi 2025-03-14 07:33:16 UTC
1937. Post-release version bump

Author: Milan Crha
Revision Date: 2025-03-14 07:33:16 UTC

Post-release version bump

lp:~slgeorge/isync/trunk Development 2016-08-17 17:10:50 UTC isync 2025-03-11 19:01:36 UTC
1215. release preparation update NEWS and ...

Author: Oswald Buddenhagen
Revision Date: 2025-03-11 19:01:36 UTC

release preparation

update NEWS and AUTHORS

lp:dj64dev-host-addon Development 2025-03-07 19:09:31 UTC dj64dev-host-addon 2025-03-07 19:09:31 UTC
15. add debian packaging

Author: stsp
Revision Date: 2025-03-07 19:04:11 UTC

add debian packaging

lp:klibc Development 2012-02-17 00:37:14 UTC klibc 2025-03-04 03:11:31 UTC
2243. [klibc] 2.0.14 released, next version...

Author: Ben Hutchings
Revision Date: 2025-03-04 03:11:31 UTC

[klibc] 2.0.14 released, next version is 2.0.15

lp:imaginario Development 2017-04-26 14:29:39 UTC imaginario 2025-03-03 15:15:13 UTC
972. ubports: minimal set of changes to ge...

Author: Alberto Mardegan
Revision Date: 2025-03-03 15:15:13 UTC

ubports: minimal set of changes to get the project work on 20.04

lp:install-win31 Development 2025-03-02 11:18:14 UTC install-win31 2025-03-02 11:18:14 UTC
21. move away config.sys created by sb16 ...

Author: stsp
Revision Date: 2025-03-02 11:09:49 UTC

move away config.sys created by sb16 install

It triggers the compatibility warning on dosemu2 startup.

lp:npstats Mature 2013-01-14 21:37:08 UTC npstats 2025-03-01 19:46:28 UTC
195. 1) removed link to "signal page" (sig...

Author: Jose F Nieves
Revision Date: 2025-03-01 19:46:28 UTC

1) removed link to "signal page" (signal.noaaport.net) that no longer exists
2) corrected (updated) npstatsversion to use pkg instead of the
old pkg_info (in freebsd) to display the package version.

lp:betcon Mature 2018-05-08 18:39:04 UTC betcon 2025-02-28 09:23:08 UTC
80. Merge pull request #53 from soker90/d...

Author: Eduardo Parra
Revision Date: 2018-05-05 16:28:31 UTC

Merge pull request #53 from soker90/devel

fix

lp:tizen-mic/0.27.3 Development 2017-02-02 04:04:53 UTC tizen-mic 2025-02-26 10:48:14 UTC
1086. load filesystem kernel module on host...

Author: wang biao
Revision Date: 2024-11-14 06:07:05 UTC

load filesystem kernel module on host pc

Change-Id: I96a097b88fd8b2634ac7c8ccb60b6b67465b8468
Signed-off-by: wang biao <biao716.wang@samsung.com>

1100 of 8594 results