Debian Patches
Status for confy/0.6.3-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Change-event-text-justification-to-LEFT.patch | Change event text justification to "LEFT" | fabrixxm <fabrixxm@kirgroup.net> | no | 2022-01-18 | ||
0002-Symbolic-icon-in-placeholder.patch | Symbolic icon in placeholder | fabrixxm <fabrixxm@kirgroup.net> | no | 2022-04-29 | ||
0003-LoadingWidget-Use-margin.patch | LoadingWidget: Use margin This makes sure we don't have the progress bar extend to the screen edge which looks slightly odd on mobile. |
=?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org> | no | 2022-07-19 | ||
0004-Convert-markdown-links-to-html-hyperlinks.patch | Convert markdown links to html hyperlinks The following is an example of the regex: >>> orig 'some text about [debian](https://debian.org "woohoo") yay!' >>> re.sub("\[([^]]+?)\]\(([^)\s]+?)(?:\s.*?)?\)", r'<a href="\2">\1</a>', orig) 'some text about <a href="https://debian.org">debian</a> yay!' Closes #19 |
Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu> | no | 2022-07-21 | ||
0005-Don-t-track-visited-links-in-GtkLabel.patch | Don't track visited links in GtkLabel Visited links might get mistaken for underlined text, so disable tracking visiting links. |
Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu> | no | 2022-07-21 | ||
0006-Make-GtkLabels-selectable.patch | Make GtkLabels selectable This allows copy and pasting from the UI. |
Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu> | no | 2022-07-21 |