nicotine+:3.2.x

Last commit made on 2023-03-05
Get this branch:
git clone -b 3.2.x https://git.launchpad.net/nicotine+

Branch merges

Branch information

Name:
3.2.x
Repository:
lp:nicotine+

Recent commits

93b070c... by Mat

Version 3.2.9 (#2429)

3c703f5... by Mat

Avoid storing file attribute types as strings (part 2)

5a7673d... by slook <email address hidden>

Update NEWS.md for Nicotine+ 3.2.9.dev1 (#2427)

b86b9cb... by Mat

Update release notes

bb21aad... by Mat

slskmessages.py: set ext to None instead of empty string

982ef87... by Mat

slskmessages.py: ignore file extension attribute

The file extension attribute is no longer used, and wastes memory.

092af09... by Mat

Avoid storing file attribute types as strings

Hundreds of thousands of strings take up a lot of memory.

2c1541f... by Mat

dialogs.py: set homogenenous property for certain rows

40ab91c... by Mat

ui.py: translate UI strings using Python's gettext

I've had enough of the dll/dylib hacks to get translations working on Windows and macOS.
Just translate strings in UI files like we do in Python code.

858f967... by Mat

Rename zh_Hans -> zh_CN

zh_Hans is newer, but gettext doesn't use it.