Thread: [Pytagging-commit] SF.net SVN: pytagging: [103] branches/0.1/src/pyTagging
Status: Alpha
Brought to you by:
kitajima
From: <kit...@us...> - 2007-09-05 09:09:24
|
Revision: 103 http://pytagging.svn.sourceforge.net/pytagging/?rev=103&view=rev Author: kitajima Date: 2007-09-05 02:09:27 -0700 (Wed, 05 Sep 2007) Log Message: ----------- change: winconfig is abolished. window setting is save in config file. Modified Paths: -------------- branches/0.1/src/pyTagging/config.py branches/0.1/src/pyTagging/frame.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-05 13:30:45
|
Revision: 111 http://pytagging.svn.sourceforge.net/pytagging/?rev=111&view=rev Author: kitajima Date: 2007-09-05 06:30:47 -0700 (Wed, 05 Sep 2007) Log Message: ----------- change: popup caution if pyTagging is closed without saving data. Modified Paths: -------------- branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/libgrid.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-05 16:27:33
|
Revision: 112 http://pytagging.svn.sourceforge.net/pytagging/?rev=112&view=rev Author: kitajima Date: 2007-09-05 09:27:30 -0700 (Wed, 05 Sep 2007) Log Message: ----------- change: Close and save button were added in kw manage and extract dialogs. Modified Paths: -------------- branches/0.1/src/pyTagging/dialog.py branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/kw_manage_grid.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-06 08:13:39
|
Revision: 115 http://pytagging.svn.sourceforge.net/pytagging/?rev=115&view=rev Author: kitajima Date: 2007-09-06 01:13:41 -0700 (Thu, 06 Sep 2007) Log Message: ----------- change: to show total song length in player window Modified Paths: -------------- branches/0.1/src/pyTagging/infocenter.py branches/0.1/src/pyTagging/player.py branches/0.1/src/pyTagging/playerwin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-06 10:53:37
|
Revision: 116 http://pytagging.svn.sourceforge.net/pytagging/?rev=116&view=rev Author: kitajima Date: 2007-09-06 03:53:39 -0700 (Thu, 06 Sep 2007) Log Message: ----------- change: to show path in path window Modified Paths: -------------- branches/0.1/src/pyTagging/frame.py Added Paths: ----------- branches/0.1/src/pyTagging/pathwin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-06 15:55:43
|
Revision: 118 http://pytagging.svn.sourceforge.net/pytagging/?rev=118&view=rev Author: kitajima Date: 2007-09-06 08:55:43 -0700 (Thu, 06 Sep 2007) Log Message: ----------- Addition: To enable shortcut keys. Modified Paths: -------------- branches/0.1/src/pyTagging/dialog.py branches/0.1/src/pyTagging/extract_grid.py branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/kw_manage_grid.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-14 13:38:39
|
Revision: 142 http://pytagging.svn.sourceforge.net/pytagging/?rev=142&view=rev Author: kitajima Date: 2007-09-14 06:38:38 -0700 (Fri, 14 Sep 2007) Log Message: ----------- first commit of new player module. new player module uses wx.media Modified Paths: -------------- branches/0.1/src/pyTagging/frame.py Added Paths: ----------- branches/0.1/src/pyTagging/player.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-18 11:01:16
|
Revision: 155 http://pytagging.svn.sourceforge.net/pytagging/?rev=155&view=rev Author: kitajima Date: 2007-09-18 04:01:20 -0700 (Tue, 18 Sep 2007) Log Message: ----------- in librarydata and libgird Chanage and addtion: To enable reload id3 tag. Modified Paths: -------------- branches/0.1/src/pyTagging/libgrid.py branches/0.1/src/pyTagging/librarydata.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-18 17:08:34
|
Revision: 157 http://pytagging.svn.sourceforge.net/pytagging/?rev=157&view=rev Author: kitajima Date: 2007-09-18 10:08:28 -0700 (Tue, 18 Sep 2007) Log Message: ----------- in find_win, frame, infocenter, libgrid Addition: search function is available. Modified Paths: -------------- branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/infocenter.py branches/0.1/src/pyTagging/libgrid.py Added Paths: ----------- branches/0.1/src/pyTagging/find_win.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-19 07:59:44
|
Revision: 158 http://pytagging.svn.sourceforge.net/pytagging/?rev=158&view=rev Author: kitajima Date: 2007-09-19 00:59:48 -0700 (Wed, 19 Sep 2007) Log Message: ----------- in infocenter, frame libgrid and kw_manage_grid Change: libdata.adjust_to_keyword_data() is called only when keywords or items are deleted. Modified Paths: -------------- branches/0.1/src/pyTagging/infocenter.py branches/0.1/src/pyTagging/kw_manage_grid.py branches/0.1/src/pyTagging/libgrid.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-19 09:06:13
|
Revision: 160 http://pytagging.svn.sourceforge.net/pytagging/?rev=160&view=rev Author: kitajima Date: 2007-09-19 02:06:17 -0700 (Wed, 19 Sep 2007) Log Message: ----------- in find_win and frame Change: search items history is stored. Modified Paths: -------------- branches/0.1/src/pyTagging/find_win.py branches/0.1/src/pyTagging/frame.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-19 12:03:09
|
Revision: 163 http://pytagging.svn.sourceforge.net/pytagging/?rev=163&view=rev Author: kitajima Date: 2007-09-19 05:03:13 -0700 (Wed, 19 Sep 2007) Log Message: ----------- in libgrid and frame Bug fix: libgrid correctly shows cursor Modified Paths: -------------- branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/libgrid.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-19 13:34:19
|
Revision: 165 http://pytagging.svn.sourceforge.net/pytagging/?rev=165&view=rev Author: kitajima Date: 2007-09-19 06:34:23 -0700 (Wed, 19 Sep 2007) Log Message: ----------- in libgrid, infocenter, kw_manage Addition: Cursor in kw_manage positions at the cell whose keyword is one of cursor in libgrid positions Modified Paths: -------------- branches/0.1/src/pyTagging/infocenter.py branches/0.1/src/pyTagging/kw_manage_grid.py branches/0.1/src/pyTagging/libgrid.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-19 16:24:13
|
Revision: 167 http://pytagging.svn.sourceforge.net/pytagging/?rev=167&view=rev Author: kitajima Date: 2007-09-19 09:24:17 -0700 (Wed, 19 Sep 2007) Log Message: ----------- in frame and librarydata Addition: Load dir is available Modified Paths: -------------- branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/librarydata.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-21 10:36:32
|
Revision: 168 http://pytagging.svn.sourceforge.net/pytagging/?rev=168&view=rev Author: kitajima Date: 2007-09-21 03:36:34 -0700 (Fri, 21 Sep 2007) Log Message: ----------- find_win, infocenter and libgrid Change: libgird shows only files which match search words. Modified Paths: -------------- branches/0.1/src/pyTagging/find_win.py branches/0.1/src/pyTagging/infocenter.py branches/0.1/src/pyTagging/libgrid.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-21 11:07:41
|
Revision: 169 http://pytagging.svn.sourceforge.net/pytagging/?rev=169&view=rev Author: kitajima Date: 2007-09-21 04:06:55 -0700 (Fri, 21 Sep 2007) Log Message: ----------- frame, library data and libgrid Change: Save function is called only when pytagging closes. Modified Paths: -------------- branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/libgrid.py branches/0.1/src/pyTagging/librarydata.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-22 15:13:58
|
Revision: 177 http://pytagging.svn.sourceforge.net/pytagging/?rev=177&view=rev Author: kitajima Date: 2007-09-22 08:13:54 -0700 (Sat, 22 Sep 2007) Log Message: ----------- find_win, frame, infocenter, libgrid and librarydata Fix and Change: To enable loading playlist and directory. Modified Paths: -------------- branches/0.1/src/pyTagging/find_win.py branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/infocenter.py branches/0.1/src/pyTagging/libgrid.py branches/0.1/src/pyTagging/librarydata.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-23 11:24:34
|
Revision: 178 http://pytagging.svn.sourceforge.net/pytagging/?rev=178&view=rev Author: kitajima Date: 2007-09-23 04:24:37 -0700 (Sun, 23 Sep 2007) Log Message: ----------- librarydata and libgrid Chanage: library data is a singleton. Data in subclasses are set to only one libdata. Modified Paths: -------------- branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/libgrid.py branches/0.1/src/pyTagging/librarydata.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-24 10:22:33
|
Revision: 187 http://pytagging.svn.sourceforge.net/pytagging/?rev=187&view=rev Author: kitajima Date: 2007-09-24 03:22:36 -0700 (Mon, 24 Sep 2007) Log Message: ----------- frame, librarydata and libgrid Change: Dirlibdata and playlist libdata are singletons to show quickly their all data when search word is ''. Modified Paths: -------------- branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/libgrid.py branches/0.1/src/pyTagging/librarydata.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-09-24 11:36:31
|
Revision: 189 http://pytagging.svn.sourceforge.net/pytagging/?rev=189&view=rev Author: kitajima Date: 2007-09-24 04:36:35 -0700 (Mon, 24 Sep 2007) Log Message: ----------- infocenter, player and libgrid.py Addition: player volume control is availble Modified Paths: -------------- branches/0.1/src/pyTagging/infocenter.py branches/0.1/src/pyTagging/libgrid.py branches/0.1/src/pyTagging/player.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-10-14 07:06:23
|
Revision: 207 http://pytagging.svn.sourceforge.net/pytagging/?rev=207&view=rev Author: kitajima Date: 2007-10-14 00:06:22 -0700 (Sun, 14 Oct 2007) Log Message: ----------- Addition: lost and find function Modified Paths: -------------- branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/infocenter.py branches/0.1/src/pyTagging/libgrid.py branches/0.1/src/pyTagging/librarydata.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-10-14 16:15:32
|
Revision: 213 http://pytagging.svn.sourceforge.net/pytagging/?rev=213&view=rev Author: kitajima Date: 2007-10-14 09:15:35 -0700 (Sun, 14 Oct 2007) Log Message: ----------- Fix: exchange all function works Modified Paths: -------------- branches/0.1/src/pyTagging/find_lost_grid.py branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/librarydata.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-10-21 06:34:56
|
Revision: 214 http://pytagging.svn.sourceforge.net/pytagging/?rev=214&view=rev Author: kitajima Date: 2007-10-20 23:34:57 -0700 (Sat, 20 Oct 2007) Log Message: ----------- fix: so many Modified Paths: -------------- branches/0.1/src/pyTagging/find_lost_grid.py branches/0.1/src/pyTagging/frame.py branches/0.1/src/pyTagging/infocenter.py branches/0.1/src/pyTagging/keyitems_win.py branches/0.1/src/pyTagging/libgrid.py branches/0.1/src/pyTagging/pathwin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-10-21 12:54:10
|
Revision: 215 http://pytagging.svn.sourceforge.net/pytagging/?rev=215&view=rev Author: kitajima Date: 2007-10-21 05:54:14 -0700 (Sun, 21 Oct 2007) Log Message: ----------- fix: search function did not work in lost libdata Modified Paths: -------------- branches/0.1/src/pyTagging/find_lost_grid.py branches/0.1/src/pyTagging/libgrid.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kit...@us...> - 2007-10-29 11:53:01
|
Revision: 230 http://pytagging.svn.sourceforge.net/pytagging/?rev=230&view=rev Author: kitajima Date: 2007-10-29 04:53:04 -0700 (Mon, 29 Oct 2007) Log Message: ----------- Fix: eyeD3wrap returns truck number and total truck number. Modified Paths: -------------- branches/0.1/src/pyTagging/eyed3_wrap.py branches/0.1/src/pyTagging/libgrid.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |