lp:~nteodosio/software-properties

Owned by Nathan Teodosio
Get this repository:
git clone https://git.launchpad.net/~nteodosio/software-properties
Only Nathan Teodosio can upload to this repository. If you are Nathan Teodosio please log in for upload directions.

Branches

Name Last Modified Last Commit
4in1 2024-04-18 07:23:42 UTC
Update change log.

Author: Nathan Teodosio
Author Date: 2024-04-18 07:23:42 UTC

Update change log.

cache-dialog-buttons 2024-04-17 08:48:23 UTC
Trigger close action when pressing enter on close button of out-of-date cache...

Author: Nathan Teodosio
Author Date: 2024-04-17 08:45:44 UTC

Trigger close action when pressing enter on close button of out-of-date cache dialog.

Previously it would still trigger the reload action.

LP:2061978

deb822-apt-add 2024-04-17 07:26:15 UTC
add-apt-repository --list: print deb822 sources too.

Author: Nathan Teodosio
Author Date: 2024-04-16 14:10:40 UTC

add-apt-repository --list: print deb822 sources too.

LP:2060331

comment-flood 2024-04-11 11:56:55 UTC
Display no more than 1 comment line for "Other Software".

Author: Nathan Teodosio
Author Date: 2024-04-09 09:02:44 UTC

Display no more than 1 comment line for "Other Software".

Truncate line if too large.

LP:2060915

ppa-removal 2024-04-09 07:05:00 UTC
Update change log.

Author: Nathan Teodosio
Author Date: 2024-04-09 07:04:02 UTC

Update change log.

escape-syntax 2024-03-28 13:49:43 UTC
Fix 'invalid escape sequence' SyntaxWarning.

Author: Nathan Teodosio
Author Date: 2024-03-28 13:49:43 UTC

Fix 'invalid escape sequence' SyntaxWarning.

LP:2059412

noble-create-dir 2024-03-15 14:38:13 UTC
Update change log.

Author: Nathan Teodosio
Author Date: 2024-03-15 13:37:06 UTC

Update change log.

xenial-test-fix 2024-03-12 12:59:45 UTC
Update change log for version 0.96.20.13.

Author: Nathan Teodosio
Author Date: 2024-03-04 15:54:05 UTC

Update change log for version 0.96.20.13.

xenial-ua 2023-11-16 13:10:53 UTC
Release software-properties 0.96.20.12.

Author: Nathan Teodosio
Author Date: 2023-11-15 14:25:08 UTC

Release software-properties 0.96.20.12.

attach-url 2023-10-31 15:41:42 UTC
Accessibility: Help screen reader to read radio buttons.

Author: Nathan Teodosio
Author Date: 2023-10-31 15:35:14 UTC

Accessibility: Help screen reader to read radio buttons.

update-state-after-token-none 2023-06-06 15:31:47 UTC
Throw a more detailed error if token is not string.

Author: Nathan Teodosio
Author Date: 2023-02-10 13:51:14 UTC

Throw a more detailed error if token is not string.

https://launchpad.net/bugs/2006931 reports that
self.ua_object.Attach(token, ...) ultimately raises
TypeError: Expected a string or unicode object.

This could be caused by a invalid response from wait().
Alternatively, the user could input some random bytes
in the text field, but get_text() is supposed to return gchar*
so this is unlikely to be the source of the problem.

interim-releases 2023-03-21 11:56:33 UTC
Do not change LTS service description label.

Author: Nathan Teodosio
Author Date: 2023-03-21 11:56:33 UTC

Do not change LTS service description label.

focal-threading 2023-03-13 18:55:35 UTC
Don't use GLib.Thread.new not available in focal.

Author: Nathan Teodosio
Author Date: 2023-03-13 18:55:35 UTC

Don't use GLib.Thread.new not available in focal.

The fix is the same as in Bionic.

warning 2023-03-10 19:04:23 UTC
Retrieve and print warning if service has one.

Author: Nathan Teodosio
Author Date: 2023-03-10 18:38:43 UTC

Retrieve and print warning if service has one.

interim-releases-unsquashed 2023-03-09 12:48:31 UTC
Fixes

Author: Nathan Teodosio
Author Date: 2023-03-09 12:48:31 UTC

Fixes

ua-attach-tests 2023-03-07 15:07:28 UTC
d/control: nocheck for the new build-depends

Author: Nathan Teodosio
Author Date: 2023-03-07 15:06:58 UTC

d/control: nocheck for the new build-depends

valid-magic-wait-contract 2023-03-06 14:21:23 UTC
Don't trigger on_radio_toggled twice.

Author: Nathan Teodosio
Author Date: 2023-03-06 14:21:23 UTC

Don't trigger on_radio_toggled twice.

valid-magic-wait-event 2023-03-03 14:41:03 UTC
Make PIN validation wait to update UI until magic radio is selected.

Author: Nathan Teodosio
Author Date: 2023-03-03 14:41:03 UTC

Make PIN validation wait to update UI until magic radio is selected.

https://launchpad.net/bugs/2006940

bionic-threading 2023-02-16 13:54:55 UTC
Fix: Replace GLib.Thread.new by threading.Thread.

Author: Nathan Teodosio
Author Date: 2023-02-16 13:49:06 UTC

Fix: Replace GLib.Thread.new by threading.Thread.

GLib.Thread.new is not available in Bionic.

valid-magic-wait 2023-02-10 14:26:45 UTC
Make PIN validation wait to update UI until magic radio is selected.

Author: Nathan Teodosio
Author Date: 2023-02-10 13:13:48 UTC

Make PIN validation wait to update UI until magic radio is selected.

https://launchpad.net/bugs/2006940

network 2023-02-02 15:47:18 UTC
Don't initiate magic request without internet.

Author: Nathan Teodosio
Author Date: 2023-02-02 15:47:18 UTC

Don't initiate magic request without internet.

catch-exception 2023-01-31 16:25:59 UTC
Polling: Catch any exception to wait()

Author: Nathan Teodosio
Author Date: 2023-01-27 12:18:17 UTC

Polling: Catch any exception to wait()

Uncaught exceptions to wait will trigger error reports even though
it's only the polling thread that dies:
https://launchpad.net/bugs/2003996

They are caused by connectivity issues.

This is temporary until a UX plan has been devised to warn the user
about the connectivity issue.

initialize-pin 2023-01-31 10:45:30 UTC
Initialize pin as empty string

Author: Nathan Teodosio
Author Date: 2023-01-31 10:37:01 UTC

Initialize pin as empty string

start_magic_attach is the only function that assigns a value to pin.
If it can't retrieve it from the server, then it is uninitialized and
selecting the pin radio button causes an error as update_state tries
to use it (LP: #2004245).

pin 2023-01-20 14:08:05 UTC
Pass True or False if boolean argument is expected.

Author: Nathan Teodosio
Author Date: 2023-01-20 14:08:05 UTC

Pass True or False if boolean argument is expected.

String->True and None->False is not reliable.

dt-915 2023-01-19 17:14:55 UTC
Get rid of grey rectangle box and don't hide the font

Author: Nathan Teodosio
Author Date: 2023-01-19 17:14:55 UTC

Get rid of grey rectangle box and don't hide the font

threading 2022-12-16 17:01:20 UTC
Use Python threading module.

Author: Nathan Teodosio
Author Date: 2022-12-16 17:01:20 UTC

Use Python threading module.

ubuntu/master 2022-12-16 12:03:44 UTC
Ubuntu Pro attachment dialog: Support for magic and manual token attachment.

Author: Nathan Teodosio
Author Date: 2022-12-05 17:34:03 UTC

Ubuntu Pro attachment dialog: Support for magic and manual token attachment.

fips 2022-12-15 18:26:22 UTC
UI: Expander's label changes when it is expanded.

Author: Nathan Teodosio
Author Date: 2022-12-15 18:24:48 UTC

UI: Expander's label changes when it is expanded.

ubuntu/jammy 2022-11-09 14:29:33 UTC
releasing package software-properties version 0.99.22.4

Author: Corey Bryant
Author Date: 2022-11-09 14:29:33 UTC

releasing package software-properties version 0.99.22.4

ubuntu/kinetic 2022-10-19 14:39:04 UTC
releasing package software-properties version 0.99.28.1

Author: Brian Murray
Author Date: 2022-10-19 14:39:04 UTC

releasing package software-properties version 0.99.28.1

ubuntu/bionic 2021-11-05 03:44:58 UTC
releasing package software-properties version 0.96.24.32.18

Author: Robert Ancell
Author Date: 2021-11-05 03:44:58 UTC

releasing package software-properties version 0.96.24.32.18

ubuntu/focal 2021-11-02 18:22:40 UTC
releasing package software-properties version 0.99.9.8

Author: Corey Bryant
Author Date: 2021-11-02 18:22:40 UTC

releasing package software-properties version 0.99.9.8

ubuntu/hirsute 2021-11-02 18:21:11 UTC
releasing package software-properties version 0.99.10.2

Author: Corey Bryant
Author Date: 2021-11-02 18:21:11 UTC

releasing package software-properties version 0.99.10.2

ubuntu/impish 2021-11-02 18:19:22 UTC
releasing package software-properties version 0.99.13.1

Author: Corey Bryant
Author Date: 2021-11-02 18:19:22 UTC

releasing package software-properties version 0.99.13.1

getiterator-python39-deprecated 2021-04-15 09:58:45 UTC
Remove use of getiterator which is deprecated in python3.9

Author: Sebastien Bacher
Author Date: 2021-04-15 09:58:45 UTC

Remove use of getiterator which is deprecated in python3.9

https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1909918

ubuntu/xenial 2021-03-19 03:25:37 UTC
Import Debian version 0.96.20.10

Author: Robert Ancell
Author Date: 2021-03-19 03:25:37 UTC

Import Debian version 0.96.20.10

software-properties (0.96.20.10) xenial-security; urgency=medium

  * SECURITY UPDATE: malicious repo could send ANSI sequences to terminal
    (LP: #1890286)
    - add-apt-repository: strip ANSI sequences from the description.
    - CVE-2020-15709

ubuntu/groovy 2020-08-17 14:38:59 UTC
add-apt-repository: strip ANSI sequences from the description.

Author: Marc Deslauriers
Author Date: 2020-08-17 14:38:59 UTC

add-apt-repository: strip ANSI sequences from the description.

ubuntu/trusty 2019-03-20 13:50:53 UTC
debian/gbp.conf: Add default configuration

Author: Balint Reczey
Author Date: 2019-03-19 13:28:12 UTC

debian/gbp.conf: Add default configuration

ubuntu/precise 2019-03-19 13:28:12 UTC
Drop obsolete bzr-buildpackage config

Author: Balint Reczey
Author Date: 2019-03-19 13:28:12 UTC

Drop obsolete bzr-buildpackage config

139 of 39 results
This repository contains Public information 
Everyone can see this information.

Subscribers