log frontends/src/jp/base.py @ 1683:9bf1262297f2

age author description
2015-11-22 Goffi jp (base): progressStarted signals are cached until progress_id is known, this avoid missing the progression if we have the signal before the id.
2015-11-22 Goffi jp (base): fixed verbose option + there is a new line on ProgressErrorHandler only if the progress bar is actually displayed
2015-11-19 Goffi jp (base, file): use of new progress API. Progress callbacks are managed through CommandBase.onProgress* method instead of host attributes.
2015-11-17 Goffi jp: use the new actionsGet method
2015-11-15 Goffi jp (base, file): file command and progress fixes and adaptation to new API:
2015-11-15 Goffi jp (base): added a self.disp method which manage verbosity and stderr + verbosity property
2015-11-15 Goffi jp (base): added quitFromSignal method to quit from signal handler with errcode without traceback, and addOnQuitCallback to manage cleaning callbacks
2015-11-14 Goffi jp: added a --verbose command
2015-11-14 Goffi jp: profile session can now be started without connection:
2015-11-14 Goffi jp: fixed bad --connect option check
2015-11-02 Goffi jp: separate password and connection of profile in --connect and --pwd arguments
2015-04-06 Goffi jp: fixed crash on commands using profile without "connect" option
2015-03-30 Goffi 2015 copyright dates update
2015-03-30 Goffi jp: fixed bad try/except hidding errors + fixed bad management of jids without node
2015-01-24 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles