log frontends/src/jp/base.py @ 1671:1895846fc9cb

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
2014-08-26 souliane move sat.tools.jid to sat_frontends.tools.jid
2014-05-07 souliane jp: option '-c' is not longer a flag but a string to define the profile password:
2014-04-02 Goffi jp: "disco" subcommand, moved into a new "info" subcommand + added "version" subcommand which get software version
2014-04-02 Goffi jp: using C.APP_URL for application url
2014-04-01 Goffi jp: fixed jid unicode decoding
2014-04-01 Goffi jp: fixed missing import
2014-03-05 Matteo Cypriani jp: updated main loop to gobject 3
2014-02-25 souliane frontends: fix typos, do not use logging in the xmlui tools:
2014-02-17 Goffi jp: short option for progress is now -P instead of -g, so -g can be used for groups
2014-02-10 Goffi jp: refactoring:
2014-02-05 Dal jp: refactoring using ArgParse base frontends/src/jp/jp@8a7dd2d11bff