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
|