-
2df820e...
by
Gunnar Hjalmarsson
on 2011-12-28
-
Import patches-applied version 0.56.1 to applied/ubuntu/oneiric-proposed
Imported using git-ubuntu import.
Changelog parent: ae99a45f93aa78cfcfd682b95aadd41050bf35a5
Unapplied parent: cab89aaa11da85bb6cb41a5569f8e7ef74d6f7eb
New changelog entries:
* LanguageSelector/gtk/GtkLanguageSelector.py:
Work around python2.7 crash when passing a unicode value to
locale.setlocale() (LP: #909256).
(Same solution as the solution in Precise to bug 905429.)
-
cab89aa...
by
Gunnar Hjalmarsson
on 2011-12-28
-
Import patches-unapplied version 0.56.1 to ubuntu/oneiric-proposed
Imported using git-ubuntu import.
Changelog parent: e0f100bd0466366764ec2f32732382b50715b97d
New changelog entries:
* LanguageSelector/gtk/GtkLanguageSelector.py:
Work around python2.7 crash when passing a unicode value to
locale.setlocale() (LP: #909256).
(Same solution as the solution in Precise to bug 905429.)
-
ae99a45...
by
Martin Pitt
on 2011-10-10
-
Import patches-applied version 0.56 to applied/ubuntu/oneiric
Imported using git-ubuntu import.
Changelog parent: 700bfc72c32bf6e803243564a5908596d151ee9d
Unapplied parent: e0f100bd0466366764ec2f32732382b50715b97d
New changelog entries:
* LanguageSelector/LangCache.py: Fix crash when "sys.argv" does not exist,
which happens when being called from the KDE control center.
(LP: #871922)
-
e0f100b...
by
Martin Pitt
on 2011-10-10
-
Import patches-unapplied version 0.56 to ubuntu/oneiric
Imported using git-ubuntu import.
Changelog parent: eeec8f4d6078761e08fa365006d9bf2a881825b7
New changelog entries:
* LanguageSelector/LangCache.py: Fix crash when "sys.argv" does not exist,
which happens when being called from the KDE control center.
(LP: #871922)
-
700bfc7...
by
Gunnar Hjalmarsson
on 2011-10-04
-
Import patches-applied version 0.55 to applied/ubuntu/oneiric
Imported using git-ubuntu import.
Changelog parent: 5923d1fcd6988f9ddd99ecc70eef9652fe0e6916
Unapplied parent: eeec8f4d6078761e08fa365006d9bf2a881825b7
New changelog entries:
* Minor tweaking of help/C/language-selector.xml.
-
eeec8f4...
by
Gunnar Hjalmarsson
on 2011-10-04
-
Import patches-unapplied version 0.55 to ubuntu/oneiric
Imported using git-ubuntu import.
Changelog parent: 52ee1a1d7f12ca1072e8942cde9766bb1283428a
New changelog entries:
* Minor tweaking of help/C/language-selector.xml.
-
5923d1f...
by
Gunnar Hjalmarsson
on 2011-09-28
-
Import patches-applied version 0.54 to applied/ubuntu/oneiric
Imported using git-ubuntu import.
Changelog parent: fce988ab48716734e378773711cde0932013acd4
Unapplied parent: 52ee1a1d7f12ca1072e8942cde9766bb1283428a
New changelog entries:
* data/LanguageSelector.ui:
- Reference to the handler "on_treeview_languages_cursor_changed",
which was removed in v. 0.53, dropped (LP: #859961).
- Property "relief" for help button reinserted.
* LanguageSelector/LangCache.py [change not affecting KDE]:
- Don't confuse the UI by testing whether dropped metapackages
are installed. Makes a difference on upgraded systems where
(traces of) such packages are left on disk from previous
language installations (should affect LP: #841712).
-
52ee1a1...
by
Gunnar Hjalmarsson
on 2011-09-28
-
Import patches-unapplied version 0.54 to ubuntu/oneiric
Imported using git-ubuntu import.
Changelog parent: 15794b8af5e575c83f4efcb2d5b7c5600ec9d2d7
New changelog entries:
* data/LanguageSelector.ui:
- Reference to the handler "on_treeview_languages_cursor_changed",
which was removed in v. 0.53, dropped (LP: #859961).
- Property "relief" for help button reinserted.
* LanguageSelector/LangCache.py [change not affecting KDE]:
- Don't confuse the UI by testing whether dropped metapackages
are installed. Makes a difference on upgraded systems where
(traces of) such packages are left on disk from previous
language installations (should affect LP: #841712).
-
fce988a...
by
Martin Pitt
on 2011-09-26
-
Import patches-applied version 0.53 to applied/ubuntu/oneiric
Imported using git-ubuntu import.
Changelog parent: b5b47e55d0c8a0e71c5cdced41d382be2cb1d496
Unapplied parent: 15794b8af5e575c83f4efcb2d5b7c5600ec9d2d7
New changelog entries:
[ Gunnar Hjalmarsson ]
* LanguageSelector/LocaleInfo.py:
- Change of makeEnvString() in v. 0.52 reversed. Didn't work
as expected; old simpler code sufficient for now
(fixes LP: #858184).
- New function for testing whether the user language is set
completely.
* LanguageSelector/gtk/GtkLanguageSelector.py:
- When setting the own regional formats, ensure that the user
language is set completely in order to prevent a surprise change
of the display language.
[ Martin Pitt ]
* debian/control: Explicitly depend on "dbus", to ensure that it is
configured at the time the postinst runs. Might help for bugs like
LP #856975.
* LanguageSelector/LangCache.py: Add a __str__() method to
LanguagePackageStatus class, to ease debugging.
* debian/control: Add missing python-kde4 dependency to l-s-kde.
* Drop the details expander from the GTK UI for the "fonts/writing
aids/etc." checkboxes. These were used to install language-support-*-XX
metapackages which got dropped. (LP: #856217)
* tests/test_check_language_support.py: Fix test case for current number of
language support packages: -ar installs exactly 5, so reduce the "> 5"
check to "> 3".
-
15794b8...
by
Martin Pitt
on 2011-09-26
-
Import patches-unapplied version 0.53 to ubuntu/oneiric
Imported using git-ubuntu import.
Changelog parent: 69b3f1b75929d037a852f646630074ca0f214267
New changelog entries:
[ Gunnar Hjalmarsson ]
* LanguageSelector/LocaleInfo.py:
- Change of makeEnvString() in v. 0.52 reversed. Didn't work
as expected; old simpler code sufficient for now
(fixes LP: #858184).
- New function for testing whether the user language is set
completely.
* LanguageSelector/gtk/GtkLanguageSelector.py:
- When setting the own regional formats, ensure that the user
language is set completely in order to prevent a surprise change
of the display language.
[ Martin Pitt ]
* debian/control: Explicitly depend on "dbus", to ensure that it is
configured at the time the postinst runs. Might help for bugs like
LP #856975.
* LanguageSelector/LangCache.py: Add a __str__() method to
LanguagePackageStatus class, to ease debugging.
* debian/control: Add missing python-kde4 dependency to l-s-kde.
* Drop the details expander from the GTK UI for the "fonts/writing
aids/etc." checkboxes. These were used to install language-support-*-XX
metapackages which got dropped. (LP: #856217)
* tests/test_check_language_support.py: Fix test case for current number of
language support packages: -ar installs exactly 5, so reduce the "> 5"
check to "> 3".