log

age author description
2015-12-07 Goffi added 0.6.0 changelog
2015-11-25 Goffi NotificationBar: fixed removePopUp
2015-11-17 Goffi minor docstring fix
2015-11-11 Goffi GenericDialog: buttons callbacks can now be set after widget creation
2015-11-11 Goffi notificationBar: added removePopUp to remove a widget in the queue
2015-11-09 Goffi MenuRoller: fixed crash when deleting a displayed menu
2015-09-25 Goffi FileDialog: a message can now be displayed above the file selector
2015-08-22 souliane TabsContainer: allow to select a tab when adding it
2015-08-20 Goffi GenericList + List fixes, better 'change' signal handling, added GenericList.contents property (addind or removing an item there trigger the 'change' signal)
2015-08-20 Goffi added AdvancedEdit.getValue
2015-03-30 Goffi 2015 copyright dates update
2014-12-10 Goffi menus management improvment
2014-09-19 Goffi Added tag Urwid SatExt v0.4.1 for changeset abc0ae944030
2014-09-10 Matteo Cypriani Lower default setuptools version
2014-09-15 Goffi new minor release to fix installation on pypi 0.4.1
2014-09-15 Goffi forgotten to change distribute_setup.py to ez_setup.py in MANIFEST.in
2014-09-11 souliane set the minimal version of urwid to 1.2.0
2014-09-08 Goffi Urwid SatExt 0.4.0 released
2014-09-08 Goffi Changelog + version update 0.4.0
2014-09-08 Goffi Fixed focus when first row is not selectable in TableContainer
2014-09-08 Goffi Fixed getFocusDirection direction when inversed, and FocusFrame focus order.
2014-09-08 Goffi NotificationBar focus fix
2014-09-08 Goffi new FocusPile widget: a Pile which manage FOCUS_KEYS
2014-09-08 Goffi SelectableText is now unselectable if its text is empty, AlwaysSelectable class has the former behaviour.
2014-09-08 Goffi focus direction and rotate boolean are now gotten from getFocusDirection
2014-09-08 Goffi fixed unicode issue invalid method call in files_management
2014-09-08 Goffi use of new keys module in files_management
2014-09-08 Goffi added UnselectableListBox which is a ListBox which can be unselectable when everything is not selectable and visible. Its is used in dialogs
2014-09-08 Goffi FocusFrame refactoring:
2014-09-08 Goffi primitivus: no more direct error/warning methods for logging
2014-09-08 Goffi primitivus (menu): MENU_ROLLER_(UP,DOWN) are not transmitted to next widget anymore
2014-09-06 Goffi keys: added FOCUS_UP FOCUS_DOWN FOCUS_LEFT and FOCUS_RIGHT
2014-09-04 Goffi added namespace check in keys.ActionMap.set_close_namespaces
2014-09-04 Goffi added ability to replace shortcuts
2014-09-04 Goffi shortcut keys are now managed in separate module, with a class checking for conflicts
2014-09-03 Goffi updated old distribute_setup.py to new setuptools' ez_setup.py
2014-09-03 Goffi ConfirmDialog now manage a body message
2014-05-07 souliane fixes default values for methods selectValue(s) of class List
2014-05-07 souliane add move_focus parameter to the methods selectValue(s) of list widgets
2014-04-07 souliane addMenu allows to add a new category without adding an item
2014-04-01 souliane added selectValues for lists widgets that support multi-selection
2014-03-21 Goffi MenuRoller doesn't propagate key pressed anymore if it manage a 'up' or 'down' event
2014-03-21 Goffi TabsContainer now accept any box widget as tab content
2014-03-21 Goffi FocusFrame is now based on Pile instead of Frame, header, body and footer attributes can be used to change part at any time
2014-03-21 Goffi replaced deprecated set_focus by focus_position
2014-02-26 Goffi Urwid SàText 0.3.0 released
2014-02-26 Goffi version update 0.3.0
2014-02-04 Goffi dates udpate
2014-01-30 Goffi added TableContainer + some bug fixes (bad default parameters)
2013-12-24 Goffi removed __valid_text: urwid now manage basestring subclasses, it's not necessary anymore
2013-12-24 Goffi new ListOption class which work like unicode, but make the difference between value and label, so the displayed text can be different from the actual value.
2013-12-21 Goffi updated deprecated FlowWidget use
2013-12-21 Goffi removed trailing spaces
2013-03-25 Goffi fix for recent urwid versions (> 1.1.0)
2013-03-25 Goffi headers fixes
2013-01-08 Goffi fixed tags
2013-01-08 Goffi Added tag Urwid SatExt v0.2.0 for changeset 0c9e6a9cd03b
2013-01-08 Goffi Version number update: 0.2.0
2013-01-08 Goffi installation: added CHANGELOG to MANIFEST.in
2012-11-14 Goffi Password now use AdvancedEdit to take advantage of shortcuts
2012-11-14 Goffi new 'dir' style in FileDialog (get a dir path instead of a file
2012-10-21 Goffi new ModalEdit for vi-like bahaviour
2012-10-15 Goffi GenericList: click/change signals fix
2011-10-08 Goffi Added tag Urwid SatExt v0.1.2 for changeset ba5207e8607e
2011-10-08 Goffi version number update 0.1.2
2011-10-08 Goffi urwid 1.0.0 update: fixed missing is_mouse_press
2011-10-02 Goffi tags update
2011-10-02 Goffi Added tag Urwid SatExt v0.1.1 for changeset 4b3cfb39a362
2011-10-02 Goffi version change 0.1.1
2011-10-02 Goffi added tag for v0.1.0
2011-10-02 Goffi Added tag Urwid SatExt v0.1.0 for changeset 8cc5970039f3
2011-10-02 Goffi Added tag Urwid SatExt v0.1.0 for changeset ef768273ddba
2011-10-02 Goffi setup.py: added CHANGELOG
2011-10-02 Goffi minor version update, added CHANGELOG
2011-10-02 Goffi fix for urwid 1.0.0
2011-02-19 Goffi menu example: ortho fix in comments :)
2011-02-19 Goffi fixed typo + added comment
2011-02-19 Goffi menu example: added shortcut example + some comments
2011-02-19 Goffi added Menu example
2011-01-11 Goffi distribute is now used with distutils, added urwid requirement 0.1.0
2010-12-28 Goffi added long_description and classifiers in setup.py metadata
2010-12-28 Goffi added MANIFEST to .hgignore
2010-12-28 Goffi Added MANIFEST template for distutils
2010-12-28 Goffi using glob for setup.py
2010-12-28 Goffi - i18n management: gettext integration + french translation
2010-12-28 Goffi added .hgignore
2010-12-28 Goffi example script for FileDialog
2010-12-28 Goffi Added basic setup.py
2010-12-28 Goffi files reorganisation after project separation. new README, and COPYING files
2010-12-28 convert-repo update tags
2010-12-27 Goffi primitivus: fixed misnamed method in custom widget
2010-08-19 Goffi version change before release 0.0.3
2010-08-19 Goffi Primitivus: major changes in SelectableText, menu can now be used with mouse, TabsContainer show wich tab is selected
2010-08-18 Goffi Primitivus: fixed focus in Input dialog
2010-08-18 Goffi Primitivus now implement showDialog + new "newAlert" bridge method to show a dialog from core
2010-08-16 Goffi Primitivus: new FileDialog
2010-08-16 Goffi Primitivus: AdvancedEdit and Notification bar improved
2010-08-12 Goffi Primitivus: send_file first draft
2010-08-12 Goffi Primitivus: buttons are now in the bottom of Dialogs
2010-08-09 Goffi Primitivus: misc improvments on TabsContainer/FocusFrame
2010-08-09 Goffi Primitivus: new widget ColumnsRoller which show FlowWidgets on the same row, and can roll between them if there is not enough space
2010-08-06 Goffi misc Tarot fixes
2010-08-04 Goffi Primitivus: notification bar, first draft
2010-07-30 Goffi Primitivus: custom_widgets imrpovments
2010-07-26 Goffi Primitivus: Tarot card game implementation
2010-07-16 Goffi Primitivus: menu roller doesn't go anymore on a menu if it's empty
2010-07-16 Goffi Primitivus: menu are now managed and fully working
2010-07-14 Goffi Primitivus: menu is now working
2010-07-12 Goffi Primitivus: misc fixes + menubar first draft
2010-07-12 Goffi primitivus: contact list enhancement
2010-07-08 Goffi primitivus chat window
2010-07-08 Goffi misc documentation
2010-07-08 Goffi primitivus group chat & misc
2010-07-05 Goffi Primitivus: chat window / text sending.
2010-07-03 Goffi primitivus: added edition zone at the bottom
2010-07-03 Goffi misc fixes
2010-07-01 Goffi primitivus: basic contact list, connexion now work \o/
2010-07-01 Goffi primitivus: added Alert widget
2010-07-01 Goffi Primitivus: profile manager