Revision: 5004
http://taskcoach.svn.sourceforge.net/taskcoach/?rev=5004&view=revAuthor: fniessink
Date: 2011-12-11 12:22:04 +0000 (Sun, 11 Dec 2011)
Log Message:
-----------
Date controls in the effort edit dialog would be hidden due to the wx.Yield on Ubuntu.
Modified Paths:
--------------
branches/Release1_3_Branch/taskcoach/changes.in/changes.py
branches/Release1_3_Branch/taskcoach/taskcoachlib/gui/dialog/editor.py
branches/Release1_3_Branch/taskcoach/taskcoachlib/meta/data.py
Modified: branches/Release1_3_Branch/taskcoach/changes.in/changes.py
===================================================================
--- branches/Release1_3_Branch/taskcoach/changes.in/changes.py
2011-12-11 11:09:01 UTC (rev 5003)
+++ branches/Release1_3_Branch/taskcoach/changes.in/changes.py
2011-12-11 12:22:04 UTC (rev 5004)
<at> <at> -22,12 +22,14 <at> <at>
releases = [
-Release('1.3.3', 'December 10, 2011',
+Release('1.3.3', 'December 11, 2011',
summary='''This is a bugfix release.''',
bugsFixed=[
Bug('''On Linux, after every edit of a task, the undo history
would contain a "recurrence edited" action even though the recurrence was
not changed.''', '3453625'),
+ Bug('''On Ubuntu, the date controls in the effort edit dialog would
+be invisible.''', '3452446'),
Bug('''On Windows, when the user tries to save the task file in a
folder where she doesn't have permission, Task Coach would not give a proper
warning.'''),
Modified: branches/Release1_3_Branch/taskcoach/taskcoachlib/gui/dialog/editor.py
===================================================================
--- branches/Release1_3_Branch/taskcoach/taskcoachlib/gui/dialog/editor.py
2011-12-11 11:09:01 UTC (rev 5003)
+++ branches/Release1_3_Branch/taskcoach/taskcoachlib/gui/dialog/editor.py
2011-12-11 12:22:04 UTC (rev 5004)
<at> <at> -60,7 +60,6 <at> <at>
from taskcoachlib.thirdparty import SendKeys
SendKeys.SendKeys('{END}+{HOME}')
else:
- wx.Yield()
theEntry.SetSelection(len(theEntry.GetValue()), 0)
except (AttributeError, TypeError):
pass # Not a TextCtrl
Modified: branches/Release1_3_Branch/taskcoach/taskcoachlib/meta/data.py
===================================================================
--- branches/Release1_3_Branch/taskcoach/taskcoachlib/meta/data.py
2011-12-11 11:09:01 UTC (rev 5003)
+++ branches/Release1_3_Branch/taskcoach/taskcoachlib/meta/data.py
2011-12-11 12:22:04 UTC (rev 5004)
<at> <at> -22,7 +22,7 <at> <at>
version = '1.3.3' # Current version number of the application
tskversion = 33 # Current version number of the task file format, changed to 33 for release 1.2.24.
-release_day = '10' # Day number of the release, 1-31, as string
+release_day = '11' # Day number of the release, 1-31, as string
release_month = 'December' # Month of the release in plain English
release_year = '2011' # Year of the release as string
release_status = 'stable' # One of 'alpha', 'beta', 'stable'
This was sent by the
SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Learn Windows Azure Live! Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.
Learn more at
http://p.sf.net/sfu/ms-windowsazure_______________________________________________
Taskcoach-commits mailing list
Taskcoach-commits <at> lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/taskcoach-commits