]> git.phdru.name Git - xsetbg.git/shortlog
xsetbg.git
2024-02-25 Oleg BroytmanFix(DB): Fix column encoding master 5.1.2
2024-02-24 Oleg BroytmanFix(DB): Close connexions 5.1.1
2024-02-24 Oleg BroytmanFix(py3): Fix filesystem encoding
2024-02-24 Oleg BroytmanVersion 5.1.0: Python 3 5.1.0
2024-02-24 Oleg BroytmanFix(py3): Fix encodings
2024-02-24 Oleg BroytmanFix(py3): Use `configparser` instead of `ConfigParser`
2024-02-24 Oleg BroytmanFeat: Python 3
2024-02-24 Oleg BroytmanFeat: Remove DBus-related scripts
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error W605 invalid escape sequence...
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error F821 undefined name 'error'
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error E999 SyntaxError: leading...
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error E999 SyntaxError: Missing...
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error E722 bare 'except'
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error E501 line too long
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error E402 module level import...
2024-02-24 Oleg BroytmanStyle: Fix `flake8` errors E302,E305 expected 2 blank...
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error E261 at least two spaces...
2024-02-24 Oleg BroytmanStyle: Fix `flake8` error E111 indentation is not a...
2023-11-10 Oleg BroytmanDocs(TODO): Rating
2023-03-05 Oleg BroytmanFeat(reload_db): Update existing row if the full name...
2023-03-05 Oleg BroytmanFeat(reload_db): Get existing row by id
2022-10-27 Oleg BroytmanFix deprecated open mode `rU` -> `r`
2021-02-19 Oleg BroytmanFeat: Display WEBP images using `display` from ImageMagic
2021-02-19 Oleg BroytmanFeat: For TIFF files use `xsetbg`
2019-05-01 Oleg BroytmanBuild(.gitignore): Ignore `*.py[co]` in `__pycache__`
2018-08-20 Oleg BroytmanFeat: Show only image files
2018-08-20 Oleg BroytmanFeat: Print (non-)images counts
2018-08-20 Oleg BroytmanFeat: Update `is_image`
2018-08-16 Oleg BroytmanFeat(DB): Add column `is_image`
2017-04-30 Oleg BroytmanMinor change in README
2017-04-17 Oleg BroytmanRemove update script
2016-10-24 Oleg BroytmanFix VACUUM command
2016-06-05 Oleg BroytmanRemove outdated __copyright__
2016-06-05 Oleg BroytmanCopyright 2016
2016-06-05 Oleg BroytmanVersion 5.0.2 5.0.2
2016-05-20 Oleg BroytmanEncode file name to filesystem encoding
2015-07-28 Oleg BroytmanPrint older files using an index
2015-07-28 Oleg BroytmanRemove print_all.py
2015-07-26 Oleg BroytmanVersion 5.0.1: a minor enhancemet and a bugfix v5.0.1
2015-07-26 Oleg BroytmanFix a bug
2015-07-26 Oleg BroytmanSQL table instead of serialized list of images
2015-07-26 Oleg BroytmanDisplay stats
2015-07-26 Oleg BroytmanVersion 5.0.0 v5.0.0
2015-07-26 Oleg BroytmanUse longer path to make in unique
2015-07-25 Oleg BroytmanFix: last_shown can be None
2015-07-25 Oleg BroytmanConvert xsetbg.py
2015-07-25 Oleg BroytmanSet umask
2015-07-25 Oleg BroytmanReport counts of new and exiting images
2015-07-25 Oleg BroytmanAdd rescan_fs.py: scan images directories and update DB
2015-07-25 Oleg BroytmanDecode filename to unicode, encode to utf-8 for Insert
2015-07-24 Oleg BroytmanRefactor mass insert into SQLiteMassInsert context...
2015-07-23 Oleg BroytmanExecute VACUUM after reloading
2015-07-23 Oleg BroytmanFix a bug: id can be None
2015-07-23 Oleg BroytmanUpdate data
2015-07-22 Oleg BroytmanRefactoring: move DB (re)creation code to xsetbg_db.py
2015-07-22 Oleg BroytmanFix flake8 warnings
2015-07-22 Oleg BroytmanConvert print-filename.py
2015-07-22 Oleg BroytmanUse configured FS encoding instead of the current locale
2015-07-22 Oleg BroytmanCreate indices for the table
2015-07-21 Oleg BroytmanConvert find_oldest.py
2015-07-21 Oleg BroytmanConvert print_all.py
2015-07-21 Oleg BroytmanConvert dump_db.py and reload_db.py to use SQLObject
2015-07-21 Oleg BroytmanPrevent debugging output from SQLObject
2015-07-21 Oleg BroytmanRename path to full_name and make it UnicodeCol
2015-07-21 Oleg BroytmanAdd table SqliteSequence
2015-07-19 Oleg BroytmanStarting to switch XSetBg to SQLite instead of bsddb
2015-07-14 Oleg BroytmanAdd ChangeLog
2015-07-14 Oleg BroytmanAdd README.txt
2015-06-05 Oleg BroytmanRefactor update script
2014-12-31 Oleg BroytmanOrder options by name
2014-05-20 Oleg BroytmanAllow the script to be run only in the origin directory
2014-05-19 Oleg BroytmanAdd update script
2014-03-09 Oleg BroytmanVersion 4.1.0 v4.1.0
2014-03-09 Oleg BroytmanFix a bug: get xsetbg_dir
2014-03-09 Oleg BroytmanDo not raise exception if DB file was not found
2014-03-09 Oleg BroytmanRename db_file to xsetbg_db_path
2014-03-08 Oleg BroytmanSearch xsetbg.db in XDG directories
2014-03-08 Oleg BroytmanSearch xsetbg.conf in XDG directories
2014-03-06 Oleg BroytmanTODO: move xsetbg.conf and xsetbg.db to XDG-defined...
2014-01-14 Oleg BroytmanRemove absolute directory ~/lib to make it portable
2014-01-08 Oleg BroytmanMove getting httpd settings from xsetbg.py to xsetbg...
2014-01-08 Oleg BroytmanExport xsetbg_db_path
2014-01-07 Oleg BroytmanFix a bug: open xsetbg.py with full path
2014-01-07 Oleg BroytmanFix a bug: import xsetbg_db_path
2014-01-07 Oleg BroytmanDone: configurable path to xsetbg.db
2014-01-07 Oleg BroytmanFix permissions: make helper modules not-executable
2014-01-07 Oleg BroytmanExpand tilde in the database path
2014-01-07 Oleg BroytmanConfigure path to the database
2014-01-07 Oleg BroytmanOpen config in xsetbg_conf.py, open db in xsetbg_db.py
2014-01-07 Oleg BroytmanRename xsetbg.conf -> xsetbg.conf.pat. Ignore xsetbg...
2014-01-07 Oleg Broytmanxsetbg doesn't use xsetbg.sock
2014-01-03 Oleg BroytmanVersion 4.0.0 v4.0.0
2014-01-03 Oleg BroytmanTODO: configurable path to xsetbg.db
2013-12-24 Oleg BroytmanMerge branch 'master' of /home/phd/lib/xsetbg
2013-12-24 Oleg BroytmanDo not include .git* files on export
2013-12-18 Oleg BroytmanTODO: add __version__.py
2013-12-17 Oleg BroytmanMake it portable
2013-07-21 Oleg BroytmanExecutable
2013-07-21 Oleg BroytmanSet output encoding
2013-07-19 Oleg BroytmanAdd .gitignore
next