Mercurial > urwid-satext
graph
-
Added tag v0.8.0b1 for changeset d505d9ee792eFri, 18 Jun 2021 13:22:17 +0200, by Goffi
-
ListOption: add __hash__ methodSun, 27 Oct 2019 18:55:47 +0100, by Goffi
-
python 3 port (using 2to3)Tue, 13 Aug 2019 08:55:41 +0200, by Goffi
-
updated version in setup.pyTue, 13 Aug 2019 19:09:08 +0200, by Goffi
-
Added tag 0.7.0 for changeset 810f92c7de88Wed, 24 Jul 2019 20:21:43 +0200, by Goffi
-
i18n: moved gettext installWed, 24 Jul 2019 20:20:33 +0200, by Goffi
-
install: removed deprecated ez_setup.pyWed, 24 Jul 2019 20:20:05 +0200, by Goffi
-
Added tag 0.7.0a3 for changeset 78126ba2a04cWed, 06 Feb 2019 08:49:59 +0100, by Goffi
-
typoWed, 06 Feb 2019 08:42:35 +0100, by Goffi
-
Added tag 0.7.0a2 for changeset 86287fcbf638Sun, 08 Jul 2018 18:14:29 +0200, by Goffi
-
Added tag 0.7.0a1 for changeset 406c310e52b5Sun, 08 Jul 2018 18:14:13 +0200, by Goffi
-
install (setup.py): don't force sys.prefix for localesSun, 08 Jul 2018 18:02:21 +0200, by Goffi
-
keys: don't lower() shortcuts anymoreFri, 14 Jul 2017 08:31:10 +0200, by Goffi
-
set __version__ in __init__.pyFri, 14 Jul 2017 08:30:42 +0200, by Goffi
-
added edit to access edit widget in InputDialog, and text property + minor docstring fixesSun, 24 Jul 2016 18:57:35 +0200, by Goffi
-
added 0.6.1 tagTue, 12 Jul 2016 20:37:19 +0200, by Goffi
-
minor docstring correctionTue, 12 Jul 2016 20:23:07 +0200, by Goffi
-
file_management: unicode was badly handled. As a quick solution, we handle everything as unicode, and ignore badly encoded filenames, this may change in the futureSat, 05 Mar 2016 14:32:35 +0100, by Goffi
-
copyright updateSun, 03 Jan 2016 16:58:04 +0100, by Goffi
-
tags harmonisationMon, 07 Dec 2015 19:00:05 +0100, by Goffi
-
Added tag 0.6.0 for changeset f19947bfd3bfMon, 07 Dec 2015 18:59:23 +0100, by Goffi
-
added 0.6.0 changelogMon, 07 Dec 2015 18:57:45 +0100, by Goffi
-
NotificationBar: fixed removePopUpWed, 25 Nov 2015 13:04:56 +0100, by Goffi
-
minor docstring fixTue, 17 Nov 2015 12:29:14 +0100, by Goffi
-
GenericDialog: buttons callbacks can now be set after widget creationWed, 11 Nov 2015 18:17:15 +0100, by Goffi
-
notificationBar: added removePopUp to remove a widget in the queueWed, 11 Nov 2015 18:16:25 +0100, by Goffi
-
MenuRoller: fixed crash when deleting a displayed menuMon, 09 Nov 2015 15:36:39 +0100, by Goffi
-
FileDialog: a message can now be displayed above the file selectorFri, 25 Sep 2015 18:32:32 +0200, by Goffi
-
TabsContainer: allow to select a tab when adding itSat, 22 Aug 2015 09:26:32 +0200, by souliane
-
GenericList + List fixes, better 'change' signal handling, added GenericList.contents property (addind or removing an item there trigger the 'change' signal)Thu, 20 Aug 2015 18:39:40 +0200, by Goffi
-
added AdvancedEdit.getValueThu, 20 Aug 2015 18:37:52 +0200, by Goffi
-
2015 copyright dates updateMon, 30 Mar 2015 10:30:26 +0200, by Goffi
-
menus management improvmentWed, 10 Dec 2014 19:08:35 +0100, by Goffi
-
Added tag Urwid SatExt v0.4.1 for changeset abc0ae944030Fri, 19 Sep 2014 18:23:33 +0200, by Goffi
-
Lower default setuptools versionTue, 09 Sep 2014 22:09:51 -0400, by Matteo Cypriani
-
forgotten to change distribute_setup.py to ez_setup.py in MANIFEST.inMon, 15 Sep 2014 13:20:01 +0200, by Goffi
-
set the minimal version of urwid to 1.2.0Thu, 11 Sep 2014 10:38:51 +0200, by souliane
-
Urwid SatExt 0.4.0 releasedMon, 08 Sep 2014 23:40:59 +0200, by Goffi
-
Fixed focus when first row is not selectable in TableContainerMon, 08 Sep 2014 18:11:16 +0200, by Goffi
-
Fixed getFocusDirection direction when inversed, and FocusFrame focus order.Mon, 08 Sep 2014 18:10:30 +0200, by Goffi
-
NotificationBar focus fixMon, 08 Sep 2014 15:42:25 +0200, by Goffi
-
new FocusPile widget: a Pile which manage FOCUS_KEYSMon, 08 Sep 2014 15:42:25 +0200, by Goffi
-
SelectableText is now unselectable if its text is empty, AlwaysSelectable class has the former behaviour.Mon, 08 Sep 2014 15:42:25 +0200, by Goffi
-
focus direction and rotate boolean are now gotten from getFocusDirectionMon, 08 Sep 2014 15:42:25 +0200, by Goffi
-
fixed unicode issue invalid method call in files_managementMon, 08 Sep 2014 15:42:25 +0200, by Goffi
-
use of new keys module in files_managementMon, 08 Sep 2014 15:42:25 +0200, by Goffi
-
added UnselectableListBox which is a ListBox which can be unselectable when everything is not selectable and visible. Its is used in dialogsMon, 08 Sep 2014 15:42:25 +0200, by Goffi
-
FocusFrame refactoring:Mon, 08 Sep 2014 15:42:25 +0200, by Goffi
-
primitivus: no more direct error/warning methods for loggingMon, 08 Sep 2014 15:42:25 +0200, by Goffi
-
primitivus (menu): MENU_ROLLER_(UP,DOWN) are not transmitted to next widget anymoreMon, 08 Sep 2014 15:42:23 +0200, by Goffi
-
keys: added FOCUS_UP FOCUS_DOWN FOCUS_LEFT and FOCUS_RIGHTSat, 06 Sep 2014 17:34:43 +0200, by Goffi
-
added namespace check in keys.ActionMap.set_close_namespacesThu, 04 Sep 2014 18:43:39 +0200, by Goffi
-
added ability to replace shortcutsThu, 04 Sep 2014 17:13:19 +0200, by Goffi
-
shortcut keys are now managed in separate module, with a class checking for conflictsThu, 04 Sep 2014 16:50:12 +0200, by Goffi
-
updated old distribute_setup.py to new setuptools' ez_setup.pyWed, 03 Sep 2014 17:42:07 +0200, by Goffi
-
ConfirmDialog now manage a body messageWed, 03 Sep 2014 17:42:06 +0200, by Goffi
-
fixes default values for methods selectValue(s) of class ListWed, 07 May 2014 19:49:07 +0200, by souliane
-
add move_focus parameter to the methods selectValue(s) of list widgetsWed, 07 May 2014 15:31:37 +0200, by souliane
-
addMenu allows to add a new category without adding an itemMon, 07 Apr 2014 19:58:13 +0200, by souliane
-
added selectValues for lists widgets that support multi-selectionTue, 01 Apr 2014 20:58:12 +0200, by souliane
-
MenuRoller doesn't propagate key pressed anymore if it manage a 'up' or 'down' eventFri, 21 Mar 2014 15:35:10 +0100, by Goffi
-
TabsContainer now accept any box widget as tab contentFri, 21 Mar 2014 15:21:02 +0100, by Goffi
-
FocusFrame is now based on Pile instead of Frame, header, body and footer attributes can be used to change part at any timeFri, 21 Mar 2014 15:20:59 +0100, by Goffi
-
replaced deprecated set_focus by focus_positionFri, 21 Mar 2014 15:14:53 +0100, by Goffi
-
Urwid SàText 0.3.0 releasedWed, 26 Feb 2014 15:40:16 +0100, by Goffi
-
dates udpateTue, 04 Feb 2014 17:55:41 +0100, by Goffi
-
added TableContainer + some bug fixes (bad default parameters)Thu, 30 Jan 2014 15:00:42 +0100, by Goffi
-
removed __valid_text: urwid now manage basestring subclasses, it's not necessary anymoreTue, 24 Dec 2013 15:09:21 +0100, by 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.Tue, 24 Dec 2013 15:01:09 +0100, by Goffi
-
updated deprecated FlowWidget useSat, 21 Dec 2013 16:55:52 +0100, by Goffi
-
removed trailing spacesSat, 21 Dec 2013 16:51:14 +0100, by Goffi
-
fix for recent urwid versions (> 1.1.0)Mon, 25 Mar 2013 13:10:57 +0100, by Goffi
-
headers fixesMon, 25 Mar 2013 13:10:21 +0100, by Goffi
-
fixed tagsWed, 09 Jan 2013 00:20:58 +0100, by Goffi
-
Added tag Urwid SatExt v0.2.0 for changeset 0c9e6a9cd03bWed, 09 Jan 2013 00:20:15 +0100, by Goffi
-
installation: added CHANGELOG to MANIFEST.inWed, 09 Jan 2013 00:01:46 +0100, by Goffi
-
Password now use AdvancedEdit to take advantage of shortcutsWed, 14 Nov 2012 20:48:30 +0100, by Goffi
-
new 'dir' style in FileDialog (get a dir path instead of a fileWed, 14 Nov 2012 20:27:11 +0100, by Goffi
-
new ModalEdit for vi-like bahaviourSun, 21 Oct 2012 16:36:59 +0200, by Goffi
-
GenericList: click/change signals fixTue, 16 Oct 2012 01:09:51 +0200, by Goffi
-
Added tag Urwid SatExt v0.1.2 for changeset ba5207e8607eSat, 08 Oct 2011 21:18:28 +0200, by Goffi
-
urwid 1.0.0 update: fixed missing is_mouse_pressSat, 08 Oct 2011 21:14:41 +0200, by Goffi
-
tags updateSun, 02 Oct 2011 19:12:40 +0200, by Goffi
-
Added tag Urwid SatExt v0.1.1 for changeset 4b3cfb39a362Sun, 02 Oct 2011 19:12:08 +0200, by Goffi
-
added tag for v0.1.0Sun, 02 Oct 2011 19:10:29 +0200, by Goffi
-
Added tag Urwid SatExt v0.1.0 for changeset 8cc5970039f3Sun, 02 Oct 2011 19:09:59 +0200, by Goffi
-
Added tag Urwid SatExt v0.1.0 for changeset ef768273ddbaSun, 02 Oct 2011 18:58:28 +0200, by Goffi
-
setup.py: added CHANGELOGSun, 02 Oct 2011 18:55:43 +0200, by Goffi
-
minor version update, added CHANGELOGSun, 02 Oct 2011 18:52:20 +0200, by Goffi
-
fix for urwid 1.0.0Sun, 02 Oct 2011 18:47:17 +0200, by Goffi
-
menu example: ortho fix in comments :)Sun, 20 Feb 2011 00:41:21 +0100, by Goffi
-
fixed typo + added commentSun, 20 Feb 2011 00:37:54 +0100, by Goffi
-
menu example: added shortcut example + some commentsSun, 20 Feb 2011 00:32:57 +0100, by Goffi
-
added Menu exampleSun, 20 Feb 2011 00:04:53 +0100, by Goffi
-
distribute is now used with distutils, added urwid requirement 0.1.0Tue, 11 Jan 2011 15:32:14 +0100, by Goffi
-
added long_description and classifiers in setup.py metadataTue, 28 Dec 2010 22:38:20 +0100, by Goffi
-
added MANIFEST to .hgignoreTue, 28 Dec 2010 22:23:58 +0100, by Goffi
-
Added MANIFEST template for distutilsTue, 28 Dec 2010 22:08:59 +0100, by Goffi
-
using glob for setup.pyTue, 28 Dec 2010 22:08:34 +0100, by Goffi
-
- i18n management: gettext integration + french translationTue, 28 Dec 2010 21:48:01 +0100, by Goffi
-
added .hgignoreTue, 28 Dec 2010 21:46:25 +0100, by Goffi
-
example script for FileDialogTue, 28 Dec 2010 18:31:01 +0100, by Goffi
-
Added basic setup.pyTue, 28 Dec 2010 15:42:37 +0100, by Goffi
-
files reorganisation after project separation. new README, and COPYING filesTue, 28 Dec 2010 11:53:18 +0100, by Goffi
-
update tagsTue, 28 Dec 2010 09:37:08 +0000, by convert-repo
-
primitivus: fixed misnamed method in custom widgetMon, 27 Dec 2010 17:22:32 +0100, by Goffi
-
Primitivus: major changes in SelectableText, menu can now be used with mouse, TabsContainer show wich tab is selectedThu, 19 Aug 2010 21:11:22 +0800, by Goffi
-
Primitivus: fixed focus in Input dialogWed, 18 Aug 2010 17:26:34 +0800, by Goffi
-
Primitivus now implement showDialog + new "newAlert" bridge method to show a dialog from coreWed, 18 Aug 2010 12:45:48 +0800, by Goffi
-
Primitivus: new FileDialogMon, 16 Aug 2010 21:11:00 +0800, by Goffi
-
Primitivus: AdvancedEdit and Notification bar improvedMon, 16 Aug 2010 21:06:03 +0800, by Goffi
-
Primitivus: send_file first draftThu, 12 Aug 2010 23:09:31 +0800, by Goffi
-
Primitivus: buttons are now in the bottom of DialogsThu, 12 Aug 2010 13:18:11 +0800, by Goffi
-
Primitivus: misc improvments on TabsContainer/FocusFrameMon, 09 Aug 2010 21:58:28 +0800, by Goffi
-
Primitivus: new widget ColumnsRoller which show FlowWidgets on the same row, and can roll between them if there is not enough spaceMon, 09 Aug 2010 19:09:13 +0800, by Goffi
-
misc Tarot fixesFri, 06 Aug 2010 12:18:50 +0800, by Goffi
-
Primitivus: notification bar, first draftWed, 04 Aug 2010 17:57:51 +0800, by Goffi
-
Primitivus: custom_widgets imrpovmentsFri, 30 Jul 2010 18:43:09 +0800, by Goffi
-
Primitivus: Tarot card game implementationMon, 26 Jul 2010 19:43:44 +0800, by Goffi
-
Primitivus: menu roller doesn't go anymore on a menu if it's emptyFri, 16 Jul 2010 22:36:58 +0800, by Goffi
-
Primitivus: menu are now managed and fully workingFri, 16 Jul 2010 20:25:06 +0800, by Goffi
-
Primitivus: menu is now workingWed, 14 Jul 2010 19:36:40 +0800, by Goffi
-
Primitivus: misc fixes + menubar first draftTue, 13 Jul 2010 02:24:59 +0800, by Goffi
-
primitivus: contact list enhancementMon, 12 Jul 2010 17:50:00 +0800, by Goffi
-
primitivus chat windowThu, 08 Jul 2010 19:47:54 +0800, by Goffi
-
misc documentationThu, 08 Jul 2010 14:19:30 +0800, by Goffi
-
primitivus group chat & miscThu, 08 Jul 2010 14:12:18 +0800, by Goffi
-
Primitivus: chat window / text sending.Mon, 05 Jul 2010 19:13:36 +0800, by Goffi
-
primitivus: added edition zone at the bottomSat, 03 Jul 2010 13:56:44 +0800, by Goffi
-
misc fixesSat, 03 Jul 2010 12:01:01 +0800, by Goffi
-
primitivus: basic contact list, connexion now work \o/Thu, 01 Jul 2010 18:52:51 +0800, by Goffi
-
primitivus: added Alert widgetThu, 01 Jul 2010 18:18:34 +0800, by Goffi
-
Primitivus: profile managerThu, 01 Jul 2010 15:35:56 +0800, by Goffi