View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:gnome-themes Development 2021-02-04 11:23:50 UTC
1578. [l10n] Updated Estonian translation

Author: mahfiaz
Revision Date: 2012-09-24 08:12:36 UTC

[l10n] Updated Estonian translation

lp:ntk Development 2021-01-28 01:45:29 UTC
166. Bump version.

Author: Jonathan Moore Liles
Revision Date: 2021-01-28 01:45:29 UTC

Bump version.

lp:shishi Development 2021-01-08 21:34:25 UTC
3586. Update GTK-DOC macros.

Author: Simon Josefsson
Revision Date: 2021-01-08 21:34:25 UTC

Update GTK-DOC macros.

lp:dpkg Development 2021-01-04 03:21:39 UTC
9610. libdpkg: Fix passing the allocated in...

Author: Guillem Jover
Revision Date: 2021-01-04 03:21:39 UTC

libdpkg: Fix passing the allocated instdir back into fsys_set_dir()

The code was free()ing the previously allocated string too early, then
trying to strdup() it. Instead use an intermediate to free() the old
pointer before overwriting it with the new one.

Fixes: commit f13aebc8a05da51a54da55d55b023ca8199a6471
Changelog: silent

lp:wocky Development 2020-11-27 19:39:10 UTC
1731. Merge pull request #18 from rufferson...

Author: ruff
Revision Date: 2020-11-27 19:39:10 UTC

Merge pull request #18 from rufferson/ci

Add CI pipeline for code verification

lp:php Development 2020-11-17 05:45:37 UTC
51697. Merge branch 'PHP-5.6' * PHP-5.6: ...

Author: Stanislav Malyshev
Revision Date: 2014-08-19 08:34:38 UTC

Merge branch 'PHP-5.6'

* PHP-5.6:
  5.4.32
  fix potentially missing NUL termination
  Fix bug #67730 - Null byte injection possible with imagexxx functions
  Fixed bug #67717 - segfault in dns_get_record
  Fix bug #67716 - Segfault in cdf.c
  5.4.32 RC1

lp:~vcs-imports/octopussy/main Development 2020-10-08 20:38:23 UTC
760. Merge fix (bis)

Author: Sebastien Thebert
Revision Date: 2020-10-08 20:38:23 UTC

Merge fix (bis)

lp:libssh Development 2020-08-13 16:31:56 UTC
5135. README.md: Add OSS-Fuzz badge Signed...

Author: Anderson Toshiyuki Sasaki
Revision Date: 2020-08-13 16:31:56 UTC

README.md: Add OSS-Fuzz badge

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>

lp:ffmpeg Mature 2020-07-30 01:48:28 UTC
79569. avformat/apm: fix APM_FILE_HEADER_SIZ...

Author: Zane van Iperen
Revision Date: 2020-07-30 01:48:28 UTC

avformat/apm: fix APM_FILE_HEADER_SIZE value

Value was incorrectly changed in 3bf1be210150b435c51c7c8eb8fd05a1fca08814.

Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>

lp:quagga Development 2020-07-19 15:08:50 UTC
3423. nhrpd: add reference to net.ipv4.ip_f...

Author: Timo Teräs
Revision Date: 2020-07-19 15:08:50 UTC

nhrpd: add reference to net.ipv4.ip_forward_use_pmtu=1 thread

Add a mailing list reference regard net.ipv4.ip_forward_use_pmtu=1.

lp:libdmapsharing Development 2020-07-08 22:18:40 UTC
614. libdmapsharing4.spec: edit to match b...

Author: W. Michael Petullo
Revision Date: 2020-07-08 22:18:40 UTC

libdmapsharing4.spec: edit to match bumped release number

lp:egit Development 2020-06-23 15:17:05 UTC
4654. [staging] Clear and restore selection...

Author: Thomas Wolf
Revision Date: 2020-06-23 15:17:05 UTC

[staging] Clear and restore selection when refreshing

Clear the selection before refreshing a view, and re-set it
afterwards. refreshViewersInternal() is always called inside a
setRedraw(false), so this has no visible effects. But it greatly
simplifies the work of viewer.refresh(), which might otherwise try
to re-set the selection too many times, which causes quadratic
behavior when the presentation is switched from tree view to list
view or vice versa while there is a selection.

Bug: 519231
Change-Id: Ib684b15642aeb8bc5ec8a357db7a8546732a48cd
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>

lp:rsync Development 2020-05-25 22:05:06 UTC
6555. Rename a couple files to .md

Author: Wayne Davison
Revision Date: 2020-05-25 22:05:06 UTC

Rename a couple files to .md

lp:codespeed Development 2020-05-17 09:25:47 UTC
532. Merge pull request #290 from pared/pa...

Author: Miquel Torres
Revision Date: 2020-05-17 09:25:47 UTC

Merge pull request #290 from pared/patch-1

Update README.md

lp:~vcs-imports/ubiquity/linuxmint Development 2020-05-12 13:40:57 UTC
204. Add Occitan to language selection (#4...

Author: Mejans
Revision Date: 2020-05-12 13:40:57 UTC

Add Occitan to language selection (#45)

Occitan is spelt «Occitan» in Occitan too.

lp:openldap Development 2020-03-11 19:17:10 UTC
21348. ITS#9182 pcache: fix private DB init

Author: Howard Chu
Revision Date: 2020-03-11 19:17:10 UTC

ITS#9182 pcache: fix private DB init

lp:nautilus-sendto Development 2020-03-10 21:11:27 UTC
1043. Update Ukrainian translation

Author: Daniel Korostil
Revision Date: 2020-03-10 21:11:27 UTC

Update Ukrainian translation

lp:postgresql Development 2020-03-05 14:35:02 UTC
48627. Remove RangeIOData->typiofunc We use...

Author: Álvaro Herrera
Revision Date: 2020-03-05 14:35:02 UTC

Remove RangeIOData->typiofunc

We used to carry the I/O function OID in RangeIOData, but it's not used
for anything. Since the struct is not exposed to the world anyway, we
can simplify it a bit. Also, rename the FmgrInfo member to match
the accompanying 'typioparam' and put them in a more sensible order.

Reviewed by Tom Lane and Paul Jungwirth.

Discussion: https://postgr.es/m/20200304215711.GA8732@alvherre.pgsql

lp:~vcs-imports/haskell-aws/trunk Development 2020-03-04 19:19:14 UTC
692. prepare 0.22

Author: Aristid Breitkreuz
Revision Date: 2020-03-04 19:19:14 UTC

prepare 0.22

lp:shared-mime-info Development 2020-03-03 10:59:36 UTC
1687. Add Common Lisp definition

Author: Tarn Burton
Revision Date: 2020-03-03 10:59:36 UTC

Add Common Lisp definition

lp:vendor Development 2020-03-02 05:34:31 UTC
364. Point only to go modules.

Author: Daniel Theophanes
Revision Date: 2020-03-02 05:34:31 UTC

Point only to go modules.

lp:seahorse-plugins Development 2020-03-01 12:13:23 UTC
437. Fix broken markup in Vietnamese UI tr...

Author: Andre Klapper
Revision Date: 2020-03-01 12:13:23 UTC

Fix broken markup in Vietnamese UI translation

lp:xdg-utils Development 2020-02-20 21:01:04 UTC
760. fixed #166: xdg-open dose not search ...

Author: Andrea Tarocchi
Revision Date: 2020-02-20 21:01:04 UTC

fixed #166: xdg-open dose not search correctly in directories with spaces in the name

lp:~vcs-imports/mew/master Development 2020-01-28 01:10:48 UTC
349. Merge pull request #132 from yasuhiro...

Author: Kazu Yamamoto
Revision Date: 2020-01-28 01:10:48 UTC

Merge pull request #132 from yasuhirokimura/fix_install_info_with_MSYS2

Fix 'no info dir entry' warning when installing info files with MSYS2

lp:infamous-plugins Development 2019-12-05 18:16:07 UTC
352. Merge pull request #36 from vallsv/pa...

Author: Spencer Jackson
Revision Date: 2019-12-05 18:16:07 UTC

Merge pull request #36 from vallsv/patch-1

Mindi: Update category to Midi plugin

lp:ember Development 2019-11-24 09:24:42 UTC
6936. Force update

Author: Erik Ogenvik
Revision Date: 2019-11-24 09:24:42 UTC

Force update

lp:libcairo Development 2019-10-05 12:07:28 UTC
10567. image compositor: Remove the right gl...

Author: Jan Steffens
Revision Date: 2019-10-05 12:07:28 UTC

image compositor: Remove the right glyph from pixman's cache

We need to use the index including the phase. Otherwise we leave glyphs
in the cache that cause problems later as indices are reused.

lp:json-framework Development 2019-09-30 09:44:07 UTC
846. Merge pull request #260 from stig/fix...

Author: Stig Brautaset
Revision Date: 2019-09-30 09:44:07 UTC

Merge pull request #260 from stig/fix-type-error

Fix type error in sbjson cli tool

lp:vim Development 2019-08-28 20:38:07 UTC
10444. patch 8.1.1935: test for text propert...

Author: Bram Moolenaar
Revision Date: 2019-08-28 20:38:07 UTC

patch 8.1.1935: test for text property popup window is flaky

Problem: Test for text property popup window is flaky.
Solution: Remove the undo message

lp:clutter-gtk Development 2019-08-19 23:03:37 UTC
533. Merge branch 'wip/hadess/use-layout-s...

Author: Emmanuele Bassi
Revision Date: 2019-08-19 23:03:37 UTC

Merge branch 'wip/hadess/use-layout-size-doc' into 'master'

embed: Fix GtkClutterEmbed:use-layout-size API doc

See merge request GNOME/clutter-gtk!1

lp:libice Development 2019-07-14 17:37:25 UTC
173. libICE 1.0.10 Signed-off-by: Alan Co...

Author: Alan Coopersmith
Revision Date: 2019-07-14 17:37:25 UTC

libICE 1.0.10

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

lp:mod-utilities Development 2019-06-27 12:20:13 UTC
123. Use correct soundcard for Duo X Sign...

Author: Registry Administrators
Revision Date: 2019-06-27 12:20:13 UTC

Use correct soundcard for Duo X

Signed-off-by: falkTX <falktx@falktx.com>

lp:gocov Development 2019-06-18 05:29:22 UTC
83. Add go.mod

Author: Andrew Wilkins
Revision Date: 2019-06-18 05:29:22 UTC

Add go.mod

lp:gpsd Development 2019-06-12 22:51:34 UTC
13882. gpsutils.c: Fix strlcpy() missing pro...

Author: Gary E. Miller
Revision Date: 2019-06-12 22:51:34 UTC

gpsutils.c: Fix strlcpy() missing prototype warning.

lp:triceratops Development 2019-06-09 23:47:25 UTC
4. Merge pull request #4 from schnitzelt...

Author: Nick Bailey (ThunderOx Software)
Revision Date: 2019-06-09 23:47:25 UTC

Merge pull request #4 from schnitzeltony/master

Replace lv2core by lv2

lp:ubuntu-tweak (Linked to a blueprint) Development 2019-06-03 07:15:01 UTC
2000. Remove a translator of tr.po by his r...

Author: Ding Zhou
Revision Date: 2019-06-03 07:15:01 UTC

Remove a translator of tr.po by his request

lp:alsa-utils Development 2019-05-27 13:37:05 UTC
1473. axfer: remove unused variable warning...

Author: Jaroslav Kysela
Revision Date: 2019-05-27 13:37:05 UTC

axfer: remove unused variable warnings

Signed-off-by: Jaroslav Kysela <perex@perex.cz>

lp:alsa-plugins Development 2019-05-10 06:57:24 UTC
346. Release v1.1.9 Signed-off-by: Jarosl...

Author: Jaroslav Kysela
Revision Date: 2019-05-10 06:57:24 UTC

Release v1.1.9

Signed-off-by: Jaroslav Kysela <perex@perex.cz>

lp:unbound Mature 2019-05-01 09:17:32 UTC
5178. Removed all files from svn repository...

Author: ralph
Revision Date: 2019-05-01 09:17:32 UTC

Removed all files from svn repository. Added file to point to github.

lp:lv2 Development 2019-04-21 12:36:26 UTC
1170. Update autowaf

Author: David Robillard
Revision Date: 2019-04-21 12:36:26 UTC

Update autowaf

lp:fontconfig bug Development 2019-04-15 19:42:48 UTC
1797. Only use test wrapper-script if host ...

Author: Jon TURNEY
Revision Date: 2019-04-15 19:42:48 UTC

Only use test wrapper-script if host is MinGW

Currently it fails if the executable extension is .exe, but wine isn't
available (e.g. on Cygwin)

Possibly the check to use this wrapper should be even more restrictive
e.g. checking if cross-building and/or if wine is available.

lp:screen Development 2019-03-29 19:26:32 UTC
1202. Copyright update for 2019

Author: Alexander Naumov
Revision Date: 2019-03-29 19:26:32 UTC

Copyright update for 2019

lp:caps-lv2 Development 2019-03-22 09:42:59 UTC
135. Merge pull request #17 from jujudusud...

Author: Bram Giesen
Revision Date: 2019-03-22 09:42:59 UTC

Merge pull request #17 from jujudusud/0.9.26

0.9.26

lp:xtrans Development 2019-03-16 21:25:35 UTC
259. xtrans 1.4.0 Signed-off-by: Alan Coo...

Author: Alan Coopersmith
Revision Date: 2019-03-16 21:25:35 UTC

xtrans 1.4.0

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

lp:xft Development 2019-03-16 18:03:38 UTC
106. libXft 2.3.3 Signed-off-by: Alan Coo...

Author: Alan Coopersmith
Revision Date: 2019-03-16 18:03:38 UTC

libXft 2.3.3

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

lp:~vcs-imports/kupfer/trunk Development 2019-03-15 20:17:33 UTC
3356. Merge pull request #117 from leoen25d...

Author: SanskritFritz
Revision Date: 2019-03-15 20:17:33 UTC

Merge pull request #117 from leoen25demayo/master

A small update of spanish translations that were missing

lp:xcursor Development 2019-03-11 00:36:26 UTC
117. libXcursor 1.2.0 Signed-off-by: Alan...

Author: Alan Coopersmith
Revision Date: 2019-03-11 00:36:26 UTC

libXcursor 1.2.0

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

lp:libfs Development 2019-03-10 22:39:06 UTC
127. libFS 1.0.8 Signed-off-by: Alan Coop...

Author: Alan Coopersmith
Revision Date: 2019-03-10 22:39:06 UTC

libFS 1.0.8

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

lp:logcheck Development 2019-03-01 22:35:39 UTC
2307. Prepare upload to unstable

Author: Hannes von Haugwitz
Revision Date: 2019-03-01 22:35:39 UTC

Prepare upload to unstable

lp:poppler Development 2019-01-25 21:19:08 UTC
5082. glib: Fix cast from 'GTime *' (aka 'i...

Author: Albert Astals Cid
Revision Date: 2019-01-25 21:19:08 UTC

glib: Fix cast from 'GTime *' (aka 'int *') to 'time_t *' (aka 'long *')

Sounds rather scary since we're storing a bigger value than what really
fits.

Fixed by the suggestion of https://developer.gnome.org/glib/stable/glib-Date-and-Time-Functions.html#GTime

Changing the type of _PopplerAttachment ctime/mtime would change the
structure size, thus break the BC, so leaving that for the future for
now

lp:~vcs-imports/mintinstall/trunk bug Development 2019-01-06 12:18:27 UTC
410. removed 'opera' from internet-web.lis...

Author: xenopeek
Revision Date: 2019-01-06 12:18:27 UTC

removed 'opera' from internet-web.list

opera is no longer available through default repositories, hence removing it from category highlight. Users should install opera-stable instead by downloading the .deb file installer from https://www.opera.com/.

lp:~vcs-imports/parsek/trunk Development 2018-12-29 11:24:07 UTC
67. SVN_SILENT made messages (.desktop fi...

Author: scripty
Revision Date: 2018-12-29 11:24:07 UTC

SVN_SILENT made messages (.desktop file) - always resolve mine-conflict

In case of conflict in i18n, keep the version of the branch "--accept mine-conflict"
To resolve a particular conflict, "svn resolve --accept mine-full path/to/file.desktop"

lp:xchat-gnome Development 2018-12-16 19:15:54 UTC
2776. Replace Bugzilla by Gitlab URL in DOA...

Author: Andre Klapper
Revision Date: 2018-12-16 19:15:54 UTC

Replace Bugzilla by Gitlab URL in DOAP file

lp:gnome-common Development 2018-12-16 00:54:04 UTC
951. Replace Bugzilla by Gitlab URL in DOA...

Author: Andre Klapper
Revision Date: 2018-12-16 00:54:04 UTC

Replace Bugzilla by Gitlab URL in DOAP file

lp:python-debian Development 2018-11-23 14:12:38 UTC
454. Fix a typo.

Author: Jelmer Vernooij
Revision Date: 2018-11-23 14:12:38 UTC

Fix a typo.

lp:nut Development 2018-11-15 17:46:50 UTC
2752. man pages: clarification on polling p...

Author: Arnaud Quette
Revision Date: 2017-11-17 13:19:01 UTC

man pages: clarification on polling parameters

Explain difference between pollfreq and pollinterval in usbhid-ups, and
highlight the pollinterval parameter use from ups.conf in nutupsdrv

Closes: https://github.com/networkupstools/nut/issues/476

Signed-off-by: Arnaud Quette <ArnaudQuette@Eaton.com>

lp:pktdump Development 2018-11-13 02:09:32 UTC
183. Initial hack at ipsec-nat-t (UDP/4500...

Author: Paul "LeoNerd" Evans
Revision Date: 2018-11-13 02:09:32 UTC

Initial hack at ipsec-nat-t (UDP/4500) decoder

lp:~vcs-imports/webpy/trunk Development 2018-10-31 04:21:09 UTC
746. Merge pull request #483 from cclauss/...

Author: Anand Chitipothu
Revision Date: 2018-10-31 04:21:09 UTC

Merge pull request #483 from cclauss/python3.7.1

Many Python 3 fixes

lp:tomboy Development 2018-10-19 17:16:57 UTC
3663. Added Slovenian translation

Author: Matej Urbančič
Revision Date: 2018-10-19 17:16:57 UTC

Added Slovenian translation

lp:xjadeo Development 2018-10-10 11:19:09 UTC
797. Change for building it for 64-bit win...

Author: Jonatã Bolzan Loss
Revision Date: 2018-10-10 11:19:09 UTC

Change for building it for 64-bit windows

https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-setclasslongptra

lp:thunar Development 2018-09-26 21:34:38 UTC
4578. fixed two compiler warnings

Author: Alexander Schwinn
Revision Date: 2018-09-26 21:34:38 UTC

fixed two compiler warnings

lp:xfwm4 Development 2018-09-26 16:33:18 UTC
5060. I18n: Update translation fr (100%). ...

Author: Charles Monzat
Revision Date: 2018-09-26 16:33:18 UTC

I18n: Update translation fr (100%).

169 translated messages.

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

lp:xfdesktop Development 2018-09-26 16:33:09 UTC
3969. I18n: Update translation fr (100%). ...

Author: Charles Monzat
Revision Date: 2018-09-26 16:33:09 UTC

I18n: Update translation fr (100%).

232 translated messages.

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

lp:xfce4-session Development 2018-09-26 16:31:42 UTC
2173. I18n: Update translation fr (100%). ...

Author: Charles Monzat
Revision Date: 2018-09-26 16:31:42 UTC

I18n: Update translation fr (100%).

218 translated messages.

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

lp:exo Development 2018-09-26 16:30:04 UTC
2244. I18n: Update translation fr (100%). ...

Author: Charles Monzat
Revision Date: 2018-09-26 16:30:04 UTC

I18n: Update translation fr (100%).

299 translated messages.

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

lp:xfce4-terminal Development 2018-09-25 20:02:45 UTC
3259. Clean the pointer to the last active ...

Author: Igor Zakharov
Revision Date: 2018-09-25 20:02:45 UTC

Clean the pointer to the last active tab when it gets closed

lp:libxfce4ui Development 2018-09-23 17:42:04 UTC
838. Fixes for gladeui2 detection - Use t...

Author: Skunnyk
Revision Date: 2018-09-23 17:42:04 UTC

Fixes for gladeui2 detection

- Use the same method for gladeui and gladeui2
- Also disable gladeui2 in distcheck

lp:libxfce4util Development 2018-09-22 19:18:07 UTC
777. Add support for rc files as symlinks ...

Author: Igor Zakharov
Revision Date: 2018-09-22 19:18:07 UTC

Add support for rc files as symlinks

This prevents a symlink from being overwritten with an actual file contents.
Instead, the symlink is preserved, and its target gets updated.

Fixes bug #14698

lp:xfce4-appfinder Development 2018-09-20 16:30:46 UTC
1362. I18n: Update translation fr (100%). ...

Author: Anonymous
Revision Date: 2018-09-20 16:30:46 UTC

I18n: Update translation fr (100%).

78 translated messages.

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

lp:orage Development 2018-09-15 22:31:57 UTC
2171. I18n: Update translation ca (100%). ...

Author: Robert Antoni Buj Gelonch
Revision Date: 2018-09-15 22:31:57 UTC

I18n: Update translation ca (100%).

1030 translated messages.

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

lp:xfconf Development 2018-09-14 04:50:29 UTC
1032. I18n: Update translation zh_TW (100%)...

Author: Xfce Bot
Revision Date: 2018-09-14 04:50:29 UTC

I18n: Update translation zh_TW (100%).

68 translated messages.

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

lp:xfce4-mixer Development 2018-09-14 04:46:52 UTC
1411. I18n: Update translation zh_TW (100%)...

Author: Jeff Huang
Revision Date: 2018-09-14 04:46:52 UTC

I18n: Update translation zh_TW (100%).

32 translated messages.

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

lp:inetutil Development 2018-09-06 17:06:46 UTC
2833. README-alpha (Development): Remove br...

Author: Simon Josefsson
Revision Date: 2018-09-06 17:06:46 UTC

README-alpha (Development): Remove broken links.

lp:zsh Development 2018-09-03 17:56:08 UTC
10538. 43370: New maintainer-facing document...

Author: Daniel Shahaf
Revision Date: 2018-09-03 17:56:08 UTC

43370: New maintainer-facing documentation.

lp:gparted Development 2018-08-22 17:10:05 UTC
3375. Fix broken XML tag in Romanian transl...

Author: Curtis Gedak
Revision Date: 2018-08-22 17:10:05 UTC

Fix broken XML tag in Romanian translation of help manual

lp:gbrainy Development 2018-08-21 17:07:28 UTC
2300. Update git links

Author: Jordi Mas
Revision Date: 2018-08-21 17:07:28 UTC

Update git links

lp:~vcs-imports/mintupdate/trunk Development 2018-08-20 16:08:14 UTC
570. main.ui: Fix some widget expand/fill ...

Author: Michael Webster
Revision Date: 2018-08-20 16:08:14 UTC

main.ui: Fix some widget expand/fill properties to allow the window
to be more flexible when resizing.

The welcome page had a fixed height for its scroll area, which was
preventing other views from resizing (since when dealing with stacks,
non-visible pages are still accounted for when figuring out size
allocations.

lp:~vcs-imports/metacity/master Development 2018-08-16 18:22:39 UTC
5066. Update MSGID_BUGS_ADDRESS in po/Makev...

Author: Piotr Drąg
Revision Date: 2018-08-16 18:22:39 UTC

Update MSGID_BUGS_ADDRESS in po/Makevars

lp:~vcs-imports/gnome-panel/master Development 2018-08-16 18:14:17 UTC
12322. Update MSGID_BUGS_ADDRESS in po/Makev...

Author: Piotr Drąg
Revision Date: 2018-08-16 18:14:17 UTC

Update MSGID_BUGS_ADDRESS in po/Makevars

lp:gedit-plugins Development 2018-08-10 12:26:38 UTC
1525. Update German translation

Author: Mario Blättermann
Revision Date: 2018-08-10 12:26:38 UTC

Update German translation

lp:xf86-input-wacom Mature 2018-08-08 23:11:35 UTC
1646. Running 'xsetwacom get $id Serial' gi...

Author: James Pearson
Revision Date: 2018-08-08 23:11:35 UTC

Running 'xsetwacom get $id Serial' gives:

  Unknown parameter name 'Serial'.

'Serial' should be in the deprecated parameter list - also 'GetTabletID'
is defined twice in the same list

Signed-off-by: James Pearson <james-p@moving-picture.com>
Reviewed-by: Jason Gerecke <jason.gerecke@wacom.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

lp:amahi Development 2018-08-06 11:08:47 UTC
369. update the bin files

Author: Carlos Puchol
Revision Date: 2018-08-06 11:08:47 UTC

update the bin files

lp:~vcs-imports/freebsd/head Development 2018-06-27 01:51:17 UTC
223755. cxgbe(4): Do not leak the filters in ...

Author: np
Revision Date: 2018-06-27 01:51:17 UTC

cxgbe(4): Do not leak the filters in the hashfilter table on module
unload.

MFC after: 1 week
Sponsored by: Chelsio Communications

lp:jgit Development 2018-06-21 04:24:05 UTC
3872. Merge branch 'stable-5.0' * stable-5...

Author: Jonathan Nieder
Revision Date: 2018-06-21 04:24:05 UTC

Merge branch 'stable-5.0'

* stable-5.0:
  Respect "unshallow" lines in protocol v2
  Temporarily @Ignore flaky CommitCommandTest methods

Change-Id: I14bd522d2f6bafb1b41e3c730d6dbef827e3e88a
Signed-off-by: Jonathan Nieder <jrn@google.com>

lp:wireshark Development 2018-06-21 04:08:34 UTC
71977. Fix in CRC checker for FPP fix in t...

Author: Erika Szelleova
Revision Date: 2018-06-21 04:08:34 UTC

Fix in CRC checker for FPP

 fix in the computation of CRC + little change in the dissector - now it
 shows the fields SMD and FRAG_COUNT in the tree correctly

Bug: 14610
Change-Id: I74982ff836f02803843f6b44a0955a4b20f48e43
Reviewed-on: https://code.wireshark.org/review/28286
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>

lp:wine Development 2018-06-20 14:53:34 UTC
124897. gdiplus: Avoid calling GdipFillPath()...

Author: Zhiyi Zhang
Revision Date: 2018-06-20 14:53:34 UTC

gdiplus: Avoid calling GdipFillPath() with an empty path.

There is no point filling an empty path. And an empty
path will cause SelectClipPath() used in brush_fill_path()
to return error.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

lp:~vcs-imports/llvm/clang-trunk Development 2018-06-19 04:39:07 UTC
73979. Update NRVO logic to support early re...

Author: tzik
Revision Date: 2018-06-19 04:39:07 UTC

Update NRVO logic to support early return (Attempt 2)

Summary:
This is the second attempt of r333500 (Update NRVO logic to support early return).
The previous one was reverted for a miscompilation for an incorrect NRVO set up on templates such as:
```
struct Foo {};

template <typename T>
T bar() {
  T t;
  if (false)
    return T();
  return t;
}
```

Where, `t` is marked as non-NRVO variable before its instantiation. However, while its instantiation, it's left an NRVO candidate, turned into an NRVO variable later.

Reviewers: rsmith

Reviewed By: rsmith

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D47586

lp:ruby Development 2018-06-13 11:00:28 UTC
50996. Revert "range.c: prohibit `(1..nil)`"...

Author: mame
Revision Date: 2018-06-13 11:00:28 UTC

Revert "range.c: prohibit `(1..nil)`"

This reverts commit a44c010764a16ae09aaed49d76eec055ca0057c8.
Refs #14845.

lp:~vcs-imports/llvm/llvm-trunk Development 2018-06-12 22:40:20 UTC
165466. Added missing include to AMDHSAKernel...

Author: teemperor
Revision Date: 2018-06-12 22:40:20 UTC

Added missing include to AMDHSAKernelDescriptor.h

We use size_t in this header, so we also need to include
cstddef to make it compile. Fixes the module builds.

lp:mesa Development 2018-06-11 11:17:07 UTC
78340. egl/glvnd: Fix a segfault in eglGetPr...

Author: Kyle Brenneman
Revision Date: 2018-06-11 11:17:07 UTC

egl/glvnd: Fix a segfault in eglGetProcAddress.

If FindProcIndex in egldispatchstubs.c is called with a name that's less than
the first entry in the array, it would end up trying to store an index of -1 in
an unsigned integer, wrap around to 2^32, and then crash when it tries to look
that up.

Change FindProcIndex so that it uses bsearch(3) instead of implementing its own
binary search, like the GLX equivalent FindGLXFunction does.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>

lp:virtualbox Development 2018-06-08 13:58:25 UTC
72225. HostDnsService: G/c operator== that i...

Author: vboxsync
Revision Date: 2018-06-08 13:58:25 UTC

HostDnsService: G/c operator== that is no longer used.

lp:gcc Development 2018-06-08 00:16:33 UTC
162052. Daily bump.

Author: gccadmin
Revision Date: 2018-06-08 00:16:33 UTC

Daily bump.

lp:~vcs-imports/gcc/git-mirror Development 2018-06-08 00:16:33 UTC
162062. Daily bump. git-svn-id: svn+ssh://gc...

Author: gccadmin
Revision Date: 2018-06-08 00:16:33 UTC

Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261303 138bc75d-0d04-0410-961f-82ee72b054a4

lp:unetbootin Development 2018-06-01 03:37:57 UTC
638. Merge pull request #179 from qwertych...

Author: Geza Kovacs
Revision Date: 2018-06-01 03:37:57 UTC

Merge pull request #179 from qwertychouskie/patch-1

Probably fix #177

lp:~vcs-imports/memcached/1.4 Development 2018-05-25 06:57:03 UTC
1414. fix sasl tests apparently I broke th...

Author: dormando
Revision Date: 2018-05-25 06:57:03 UTC

fix sasl tests

apparently I broke them with the unix domain socket update, since you have to
add an environment variable for them to even run.

need to make it work with the unix socket at some point though.

lp:supybot Development 2018-05-10 00:36:33 UTC
7026. Final release of Supybot Signed-off-...

Author: James McCoy
Revision Date: 2018-05-10 00:36:33 UTC

Final release of Supybot

Signed-off-by: James McCoy <jamessan@jamessan.com>

lp:tomcat6 Development 2018-05-07 05:35:01 UTC
18456. Remove unnecessary default property v...

Author: kfujino
Revision Date: 2018-05-07 05:35:01 UTC

Remove unnecessary default property values.

lp:kdesupport Development 2018-05-05 07:32:08 UTC
19595. Allow building with Qt 5.11 qt5_use_...

Author: lbeltrame
Revision Date: 2018-05-05 07:32:08 UTC

Allow building with Qt 5.11

qt5_use_modules is no longer present in Qt 5.11. Fix build by
moving to target_link_libraries
This also adds a dependency on Qt5 Widgets (used by the test)

lp:so-synth-lv2 Development 2018-04-20 14:02:28 UTC
17. d/rules: Remove trailing whitespaces

Author: Ondřej Nový
Revision Date: 2018-04-20 14:02:28 UTC

d/rules: Remove trailing whitespaces

lp:spamassassin bug Development 2018-04-09 08:30:38 UTC
21383. promotions validated

Author: spamassassin_role
Revision Date: 2018-04-09 08:30:38 UTC

promotions validated

101200 of 2909 results