| It's time for python 3.10 it provides so much typing enhancements and other nice things like structural pattern matching. | 1 年前 |
| Move SendTo class to main.SendTo | 1 年前 |
| StatusNotifierItem: announce children-display (#2597) | 1 年前 |
| ManagerToolbar: Set homogeneous to false for all buttons | 1 年前 |
| meson: Do not emit absolute path when S != B (#2461) * meson: Do not emit absolute path when S != B build systems like OE build outside sourcetree in such cases it works ok but cython resolves the input file to absolute path and that gets emitted into genetate _blueman.c as module name, renders the build non-reproducible, wish cython had a better way to handle this but there is not, therefore tweak the meson build rule to account for specifying workdir to cython which will search the inputs correctly, and use meson's build_root to emit the output into build dir. This ensures that it becomes independent of source or build directories and cython does not generate the absolute paths into generate C code. See cython discussion on [1] [1] https://github.com/cython/cython/issues/5949 Signed-off-by: Khem Raj <raj.khem@gmail.com> * Fix usage of deprecated function --------- Signed-off-by: Khem Raj <raj.khem@gmail.com> | 1 年前 |
| Update blumean.pot | 1 年前 |
| Adapt sendto extension for recent nautilus nautilus 0.43 / nautilus-python 4.0 dropped the window argument: https://gitlab.gnome.org/GNOME/nautilus/-/commit/bc55ff7599ef7f5acc6e9b648765fdb45b56431c https://gitlab.gnome.org/GNOME/nautilus-python/-/commit/fac72de53ba7a102b22b64976bc49f68c97c23f7 Closes #2134 | 2 年前 |
| More direct types Replace all imports from typing_extensions with standard typing, move them out of TYPE_CHECKING checks and use defined types directly instead of as strings | 1 年前 |
| Add omitted files in test/main/Makefile.am | 1 年前 |
| Fix flake8 issues | 7 年前 |
| Add release script | 6 年前 |
| Fix typos and ignore byte-compiled cached files Found via `codespell -S po -L filetest,keypair` | 3 年前 |
| Configure sonarcloud paths By default Sonarcloud includes our test directory as standard sources. Defining it as test sources hopefully saves us from pointless findings like hardcoded, potentially vulnerable paths and repeated strings. | 3 年前 |
| Fix fatal LoadException It looks like this rarely ever manifests, but we erroneously stopped catching the exception in https://github.com/blueman-project/blueman/commit/c71294c1cc1246e55da263a9d0014c94977716df. | 1 年前 |
| Update copyright | 17 年前 |
| notification: Replace gnome spec page for fdo The gnome one goes nowhere. | 2 年前 |
| Fix typos and ignore byte-compiled cached files Found via `codespell -S po -L filetest,keypair` | 3 年前 |
| Extra dist meson_options.txt | 1 年前 |
| Polish readme a little bit * Remove explicit cell phone technologies. * Remove Launchpad reference. * Use badges for Repology and Weblate | 4 年前 |
| Update deprecated python syntax in acinclude.m4 | 12 年前 |
| Use gettext for translations intltool is deprecated now that gettext support things like dekstop files. | 6 年前 |
| It's time for python 3.10 it provides so much typing enhancements and other nice things like structural pattern matching. | 1 年前 |
| Add release script | 6 年前 |
| It's time for python 3.10 it provides so much typing enhancements and other nice things like structural pattern matching. | 1 年前 |
| Add log_system_info function to log some basic system info Should help with bug reports as all debug logs will have this. | 1 年前 |