2018-01-28 |
Tuomo Valkonen |
Cleaned up module organisation to simplify borgend.py and not have to import it in other modules.
|
changeset |
files
|
2018-01-28 |
Tuomo Valkonen |
Renamed the "sleep" module "dreamtime"
|
changeset |
files
|
2018-01-28 |
Tuomo Valkonen |
DreamTime.monotonic() no longer needs to call time.monotonic()
|
changeset |
files
|
2018-01-28 |
Tuomo Valkonen |
Dreamtime scheduling: discount system sleep periods
|
changeset |
files
|
2018-01-27 |
Tuomo Valkonen |
UI refresh fix; added debug messages
|
changeset |
files
|
2018-01-26 |
Tuomo Valkonen |
Separated repository configuration form backup configuration;
|
changeset |
files
|
2018-01-26 |
Tuomo Valkonen |
Added --debug switch to enable debug logging level
|
changeset |
files
|
2018-01-26 |
Tuomo Valkonen |
Improved time display in menu
|
changeset |
files
|
2018-01-26 |
Tuomo Valkonen |
Changed retry timing to start form end of previous attempt instead of beginning
|
changeset |
files
|
2018-01-26 |
Tuomo Valkonen |
Do not set error status from borg output if loglevel = WARNING, only >= ERROR
|
changeset |
files
|
2018-01-26 |
Tuomo Valkonen |
Scheduling list fix and simplifications
|
changeset |
files
|
2018-01-26 |
Tuomo Valkonen |
Added basic sleep/wake detection code for MacOS
|
changeset |
files
|
2018-01-25 |
Tuomo Valkonen |
README Non-MacOS description fix
|
changeset |
files
|
2018-01-25 |
Tuomo Valkonen |
typofixes
|
changeset |
files
|
2018-01-25 |
Tuomo Valkonen |
README and config.example.yaml updates to describe queuing features
|
changeset |
files
|
2018-01-25 |
Tuomo Valkonen |
Repository queuing fixes
|
changeset |
files
|
2018-01-24 |
Tuomo Valkonen |
Oops..
|
changeset |
files
|
2018-01-24 |
Tuomo Valkonen |
Turned Status and Operation into classes instead of dictionaries
|
changeset |
files
|
2018-01-24 |
Tuomo Valkonen |
Made combination error-state into an error-state matrix, as well as Enum
|
changeset |
files
|
2018-01-24 |
Tuomo Valkonen |
py2app fails on several dependencies (xdg, pyyaml) that are satisfied
|
changeset |
files
|
2018-01-24 |
Tuomo Valkonen |
Oops, accidentally calling the wrong function (+log message clarification)
|
changeset |
files
|
2018-01-24 |
Tuomo Valkonen |
launch error handling fix
|
changeset |
files
|
2018-01-23 |
Tuomo Valkonen |
merge
|
changeset |
files
|
2018-01-23 |
Tuomo Valkonen |
pyyaml was missing from listed dependencies
|
changeset |
files
|
2018-01-23 |
Tuomo Valkonen |
Improved backup main thread loop, etc.
|
changeset |
files
|
2018-01-22 |
Tuomo Valkonen |
Basic repository queue
|
changeset |
files
|
2018-01-22 |
Tuomo Valkonen |
Generalisation of scheduler thread to general queue threads
|
changeset |
files
|
2018-01-22 |
Tuomo Valkonen |
Have to clean up logger handlers in same cases to avoid duplicate messages
|
changeset |
files
|
2018-01-22 |
Tuomo Valkonen |
crashfix
|
changeset |
files
|
2018-01-22 |
Tuomo Valkonen |
Logging improvements
|
changeset |
files
|
2018-01-22 |
Tuomo Valkonen |
Improved scheduler
|
changeset |
files
|
2018-01-22 |
Tuomo Valkonen |
reorder-fix
|
changeset |
files
|
2018-01-22 |
Tuomo Valkonen |
README configuration file location update
|
changeset |
files
|
2018-01-22 |
Tuomo Valkonen |
Unsuccesfull attempts at clean quit on exceptions that fall through
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Further improvements to state reporting; indicate busyness if repository lock cannot be acquired
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
License note
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Use platform package to detect whether to:
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Moved logwindow dispay out of BorgendTray, and made notification_center
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
--no-tray command line option for running on non-MacOS systems
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Improved exception reporting etc.
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Just don't set a diffirent level for fifolog after all
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Improved error indicators
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
README tune
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Set FIFO log level to INFO
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Python indexes from zero...
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Log window and other logging improvements
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Use rumps.application_support instead of xdg paths. Also separated branding into config.py
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Error handling improvements
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
More logging detail
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Added no_quit_menu_entry option
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Something weird going on
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Reorder
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
UI refresh delay to reduce flicker
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
typofix
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Sample configuration file added along with a few words of documentation
|
changeset |
files
|
2018-01-21 |
Tuomo Valkonen |
Workaround to PYTHONPATH and PYTHONHOME being messed up by py2app.
|
changeset |
files
|