pyamp-cvs Mailing List for Pyamp: yet another music player (Page 2)
Status: Alpha
Brought to you by:
sayap
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(25) |
Oct
(1) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(8) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <sa...@us...> - 2003-09-20 13:20:55
|
Update of /cvsroot/pyamp/pyamp/src
In directory sc8-pr-cvs1:/tmp/cvs-serv6989/src
Modified Files:
mainwindow.py mainwindow.pyc
Log Message:
Added options to show/hide menu, toolbar, and sliderbar
Index: mainwindow.py
===================================================================
RCS file: /cvsroot/pyamp/pyamp/src/mainwindow.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mainwindow.py 15 Sep 2003 11:38:13 -0000 1.2
--- mainwindow.py 20 Sep 2003 13:20:51 -0000 1.3
***************
*** 78,86 ****
self.playList.load()
! self.setupActions()
! self.setupMenus()
! self.setupBars()
! self.setupConnections()
!
self.setCentralWidget(self.playList)
self.setCaption("Pyamp")
--- 78,82 ----
self.playList.load()
! self.config.setGroup("window")
self.setCentralWidget(self.playList)
self.setCaption("Pyamp")
***************
*** 89,93 ****
# the mainwindow small enough.
self.layout().setResizeMode(QLayout.FreeResize)
- self.config.setGroup("window")
self.move(self.config.readPointEntry("pos", QPoint(400, 100)))
self.applyMainWindowSettings(self.config)
--- 85,88 ----
***************
*** 97,100 ****
--- 92,100 ----
self.resize(227, 454)
self.moveDockWindow(self.sliderBar, Qt.DockBottom)
+
+ self.setupActions()
+ self.setupMenus()
+ self.setupBars()
+ self.setupConnections()
self.show()
***************
*** 259,262 ****
--- 259,280 ----
"invert")
+ self.actions["showMenu"] = KToggleAction(qApp.translate("MainWindow", "Show Menu"),
+ "",
+ KShortcut(self.readConfigEntry("showMenu")),
+ self.actionCollection,
+ "showMenu")
+
+ self.actions["showMainBar"] = KToggleAction(qApp.translate("MainWindow", "Show Toolbar"),
+ "",
+ KShortcut(self.readConfigEntry("showMainBar")),
+ self.actionCollection,
+ "showMainBar")
+
+ self.actions["showSliderBar"] = KToggleAction(qApp.translate("MainWindow", "Show Sliderbar"),
+ "",
+ KShortcut(self.readConfigEntry("showSliderBar")),
+ self.actionCollection,
+ "showSliderBar")
+
self.actions["exit"] = KAction(qApp.translate("MainWindow", "Exit"),
"exit",
***************
*** 270,273 ****
--- 288,294 ----
self.actions["repeat"].setChecked(self.playList.isRepeat())
self.actions["target"].setChecked(self.playList.isTarget())
+ self.actions["showMenu"].setChecked(self.menu.isShown())
+ self.actions["showMainBar"].setChecked(self.mainBar.isShown())
+ self.actions["showSliderBar"].setChecked(self.sliderBar.isShown())
self.actions["bindKey"] = KStdAction.keyBindings(self.showKeyDialog, self.actionCollection)
***************
*** 316,319 ****
--- 337,344 ----
self.actions["invert"].plug(self.contextMenu)
self.contextMenu.insertSeparator()
+ self.actions["showMenu"].plug(self.contextMenu)
+ self.actions["showMainBar"].plug(self.contextMenu)
+ self.actions["showSliderBar"].plug(self.contextMenu)
+ self.contextMenu.insertSeparator()
self.actions["remove"].plug(self.contextMenu)
***************
*** 405,408 ****
--- 430,445 ----
SIGNAL("toggled(bool)"),
self.playList.setTarget)
+
+ self.connect(self.actions["showMenu"],
+ SIGNAL("toggled(bool)"),
+ self.menu.setShown)
+
+ self.connect(self.actions["showMainBar"],
+ SIGNAL("toggled(bool)"),
+ self.mainBar.setShown)
+
+ self.connect(self.actions["showSliderBar"],
+ SIGNAL("toggled(bool)"),
+ self.sliderBar.setShown)
def readConfigEntry(self, key, default=QString.null):
Index: mainwindow.pyc
===================================================================
RCS file: /cvsroot/pyamp/pyamp/src/mainwindow.pyc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
Binary files /tmp/cvswyrfY8 and /tmp/cvs25q0C7 differ
|
|
From: <sa...@us...> - 2003-09-15 11:38:17
|
Update of /cvsroot/pyamp/pyamp/src/translations
In directory sc8-pr-cvs1:/tmp/cvs-serv31908/src/translations
Added Files:
pyamp.pro pyamp_zh_TW.qm pyamp_zh_TW.ts
Log Message:
UI improvement by changing Q* classes to K* classes
Added translation support
Modified Files:
ChangeLog MANIFEST MANIFEST.in NEWS README setup.py bin/pyamp
src/listitem.py src/listitem.pyc src/mainwindow.py
src/mainwindow.pyc src/mp3song.pyc src/oggsong.pyc
src/playlist.py src/playlist.pyc src/pyamp.py
src/searchdialog.py src/searchdialog.pyc src/searchitem.pyc
src/song.pyc src/songfactory.py src/songfactory.pyc
src/songslider.py src/songslider.pyc src/songthread.py
src/songthread.pyc src/songtimer.pyc src/stack.py
src/stack.pyc src/systemtray.pyc src/uninstall.py
src/wavsong.pyc
Added Files:
sitecustomize.py share/icons/22x22/pyamp.png
src/translations/pyamp.pro src/translations/pyamp_zh_TW.qm
src/translations/pyamp_zh_TW.ts
Removed Files:
share/pyamprc share/icons/24x24/pyamp.png src/lang.py
src/lang.pyc
--- NEW FILE: pyamp.pro ---
SOURCES = ../mainwindow.py \
../playlist.py
TRANSLATIONS = pyamp_zh_TW.ts
--- NEW FILE: pyamp_zh_TW.qm ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: pyamp_zh_TW.ts ---
<!DOCTYPE TS><TS>
<context>
<name>MainWindow</name>
<message>
<source>Save Playlist...</source>
<translation>å²åæ¸
å®...</translation>
</message>
<message>
<source>Load Playlist...</source>
<translation>è¼å
¥æ¸
å®...</translation>
</message>
<message>
<source>Add File(s)...</source>
<translation>å å
¥æªæ¡...</translation>
</message>
<message>
<source>Add Directory...</source>
<translation>å å
¥ç®é...</translation>
</message>
<message>
<source>Include Subdirectory</source>
<translation>å
å«åç®é</translation>
</message>
<message>
<source>Remove Selection</source>
<translation>ç§»é¤</translation>
</message>
<message>
<source>Clear Playlist</source>
<translation>å
¨æ¸
</translation>
</message>
<message>
<source>Play</source>
<translation>ææ¾</translation>
</message>
<message>
<source>Pause</source>
<translation>æ«å</translation>
</message>
<message>
<source>Stop</source>
<translation>忢</translation>
</message>
<message>
<source>Previous</source>
<translation>ä¸ä¸é¦</translation>
</message>
<message>
<source>Next</source>
<translation>ä¸ä¸é¦</translation>
</message>
<message>
<source>Rewind</source>
<translation>åè½</translation>
</message>
<message>
<source>Forward</source>
<translation>å¿«è½</translation>
</message>
<message>
<source>Go back</source>
<translation>è·³å</translation>
</message>
<message>
<source>Search...</source>
<translation>æç´¢...</translation>
</message>
<message>
<source>Shuffle</source>
<translation>鍿©ææ¾</translation>
</message>
<message>
<source>Repeat</source>
<translation>éå¾©ææ¾</translation>
</message>
<message>
<source>Target</source>
<translation>ç®æ¨ææ¾</translation>
</message>
<message>
<source>About</source>
<translation type="obsolete">éäº</translation>
</message>
<message>
<source>Select All</source>
<translation>å
¨é¸</translation>
</message>
<message>
<source>Select None</source>
<translation>ä¸é¸</translation>
</message>
<message>
<source>Invert Selection</source>
<translation>åç¸</translation>
</message>
<message>
<source>Exit</source>
<translation>çµæ</translation>
</message>
<message>
<source>&File</source>
<translation>æªæ¡</translation>
</message>
<message>
<source>&Control</source>
<translation>æ§å¶</translation>
</message>
<message>
<source>&Settings</source>
<translation>è¨å®</translation>
</message>
<message>
<source>&Help</source>
<translation>幫å©</translation>
</message>
<message>
<source>About...</source>
<translation type="unfinished">éäº...</translation>
</message>
</context>
<context>
<name>PlayList</name>
<message>
<source>Playlist</source>
<translation>ææ¾æ¸
å®</translation>
</message>
</context>
</TS>
|
|
From: <sa...@us...> - 2003-09-15 11:38:16
|
Update of /cvsroot/pyamp/pyamp/share/icons/24x24
In directory sc8-pr-cvs1:/tmp/cvs-serv31908/share/icons/24x24
Removed Files:
pyamp.png
Log Message:
UI improvement by changing Q* classes to K* classes
Added translation support
Modified Files:
ChangeLog MANIFEST MANIFEST.in NEWS README setup.py bin/pyamp
src/listitem.py src/listitem.pyc src/mainwindow.py
src/mainwindow.pyc src/mp3song.pyc src/oggsong.pyc
src/playlist.py src/playlist.pyc src/pyamp.py
src/searchdialog.py src/searchdialog.pyc src/searchitem.pyc
src/song.pyc src/songfactory.py src/songfactory.pyc
src/songslider.py src/songslider.pyc src/songthread.py
src/songthread.pyc src/songtimer.pyc src/stack.py
src/stack.pyc src/systemtray.pyc src/uninstall.py
src/wavsong.pyc
Added Files:
sitecustomize.py share/icons/22x22/pyamp.png
src/translations/pyamp.pro src/translations/pyamp_zh_TW.qm
src/translations/pyamp_zh_TW.ts
Removed Files:
share/pyamprc share/icons/24x24/pyamp.png src/lang.py
src/lang.pyc
--- pyamp.png DELETED ---
|
|
From: <sa...@us...> - 2003-09-15 11:38:16
|
Update of /cvsroot/pyamp/pyamp/share/icons/22x22
In directory sc8-pr-cvs1:/tmp/cvs-serv31908/share/icons/22x22
Added Files:
pyamp.png
Log Message:
UI improvement by changing Q* classes to K* classes
Added translation support
Modified Files:
ChangeLog MANIFEST MANIFEST.in NEWS README setup.py bin/pyamp
src/listitem.py src/listitem.pyc src/mainwindow.py
src/mainwindow.pyc src/mp3song.pyc src/oggsong.pyc
src/playlist.py src/playlist.pyc src/pyamp.py
src/searchdialog.py src/searchdialog.pyc src/searchitem.pyc
src/song.pyc src/songfactory.py src/songfactory.pyc
src/songslider.py src/songslider.pyc src/songthread.py
src/songthread.pyc src/songtimer.pyc src/stack.py
src/stack.pyc src/systemtray.pyc src/uninstall.py
src/wavsong.pyc
Added Files:
sitecustomize.py share/icons/22x22/pyamp.png
src/translations/pyamp.pro src/translations/pyamp_zh_TW.qm
src/translations/pyamp_zh_TW.ts
Removed Files:
share/pyamprc share/icons/24x24/pyamp.png src/lang.py
src/lang.pyc
--- NEW FILE: pyamp.png ---
(This appears to be a binary file; contents omitted.)
|
|
From: <sa...@us...> - 2003-09-15 11:38:16
|
Update of /cvsroot/pyamp/pyamp/share
In directory sc8-pr-cvs1:/tmp/cvs-serv31908/share
Removed Files:
pyamprc
Log Message:
UI improvement by changing Q* classes to K* classes
Added translation support
Modified Files:
ChangeLog MANIFEST MANIFEST.in NEWS README setup.py bin/pyamp
src/listitem.py src/listitem.pyc src/mainwindow.py
src/mainwindow.pyc src/mp3song.pyc src/oggsong.pyc
src/playlist.py src/playlist.pyc src/pyamp.py
src/searchdialog.py src/searchdialog.pyc src/searchitem.pyc
src/song.pyc src/songfactory.py src/songfactory.pyc
src/songslider.py src/songslider.pyc src/songthread.py
src/songthread.pyc src/songtimer.pyc src/stack.py
src/stack.pyc src/systemtray.pyc src/uninstall.py
src/wavsong.pyc
Added Files:
sitecustomize.py share/icons/22x22/pyamp.png
src/translations/pyamp.pro src/translations/pyamp_zh_TW.qm
src/translations/pyamp_zh_TW.ts
Removed Files:
share/pyamprc share/icons/24x24/pyamp.png src/lang.py
src/lang.pyc
--- pyamprc DELETED ---
|
|
From: <sa...@us...> - 2003-09-15 11:38:16
|
Update of /cvsroot/pyamp/pyamp
In directory sc8-pr-cvs1:/tmp/cvs-serv31908
Modified Files:
ChangeLog MANIFEST MANIFEST.in NEWS README setup.py
Added Files:
sitecustomize.py
Log Message:
UI improvement by changing Q* classes to K* classes
Added translation support
Modified Files:
ChangeLog MANIFEST MANIFEST.in NEWS README setup.py bin/pyamp
src/listitem.py src/listitem.pyc src/mainwindow.py
src/mainwindow.pyc src/mp3song.pyc src/oggsong.pyc
src/playlist.py src/playlist.pyc src/pyamp.py
src/searchdialog.py src/searchdialog.pyc src/searchitem.pyc
src/song.pyc src/songfactory.py src/songfactory.pyc
src/songslider.py src/songslider.pyc src/songthread.py
src/songthread.pyc src/songtimer.pyc src/stack.py
src/stack.pyc src/systemtray.pyc src/uninstall.py
src/wavsong.pyc
Added Files:
sitecustomize.py share/icons/22x22/pyamp.png
src/translations/pyamp.pro src/translations/pyamp_zh_TW.qm
src/translations/pyamp_zh_TW.ts
Removed Files:
share/pyamprc share/icons/24x24/pyamp.png src/lang.py
src/lang.pyc
--- NEW FILE: sitecustomize.py ---
# sitecustomize.py - saving a useful function.
import sys
sys.setappdefaultencoding = sys.setdefaultencoding
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pyamp/pyamp/ChangeLog,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ChangeLog 10 Sep 2003 19:12:33 -0000 1.1.1.1
--- ChangeLog 15 Sep 2003 11:38:12 -0000 1.2
***************
*** 1,2 ****
--- 1,10 ----
+ Version 0.1.2 - September 15, 2003
+ - GUI hotkey configuration
+ - Improved toolbars
+ - Better drag-n-drop
+ - Initial translation support
+ - Settings are now stored in user's kde directory
+ - Minor bug fixed
+
version 0.1.1 - September 6, 2003
- Fixed unicode error in search dialog
Index: MANIFEST
===================================================================
RCS file: /cvsroot/pyamp/pyamp/MANIFEST,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** MANIFEST 10 Sep 2003 19:12:34 -0000 1.1.1.1
--- MANIFEST 15 Sep 2003 11:38:12 -0000 1.2
***************
*** 6,18 ****
README
setup.py
bin/pyamp
share/konqPyamp.desktop
share/pyamp.desktop
- share/pyamprc
share/icons/16x16/pyamp.png
! share/icons/24x24/pyamp.png
share/icons/32x32/pyamp.png
src/__init__.py
- src/lang.py
src/listitem.py
src/mainwindow.py
--- 6,17 ----
README
setup.py
+ sitecustomize.py
bin/pyamp
share/konqPyamp.desktop
share/pyamp.desktop
share/icons/16x16/pyamp.png
! share/icons/22x22/pyamp.png
share/icons/32x32/pyamp.png
src/__init__.py
src/listitem.py
src/mainwindow.py
***************
*** 32,33 ****
--- 31,35 ----
src/uninstall.py
src/wavsong.py
+ src/translations/pyamp.pro
+ src/translations/pyamp_zh_TW.qm
+ src/translations/pyamp_zh_TW.ts
Index: MANIFEST.in
===================================================================
RCS file: /cvsroot/pyamp/pyamp/MANIFEST.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** MANIFEST.in 10 Sep 2003 19:12:33 -0000 1.1.1.1
--- MANIFEST.in 15 Sep 2003 11:38:12 -0000 1.2
***************
*** 5,7 ****
include ChangeLog
include bin/pyamp
! recursive-include share *
--- 5,9 ----
include ChangeLog
include bin/pyamp
! include sitecustomize.py
! recursive-include src/translations *
! recursive-include share *.png *.desktop
Index: NEWS
===================================================================
RCS file: /cvsroot/pyamp/pyamp/NEWS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** NEWS 10 Sep 2003 19:12:33 -0000 1.1.1.1
--- NEWS 15 Sep 2003 11:38:12 -0000 1.2
***************
*** 1,2 ****
--- 1,6 ----
+ Pyamp 0.1.2 released - September 15, 2003
+ ========================================
+ This release features some UI improvements and translation support.
+
Pyamp 0.1.1 released - September 6, 2003
========================================
Index: README
===================================================================
RCS file: /cvsroot/pyamp/pyamp/README,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** README 10 Sep 2003 19:12:33 -0000 1.1.1.1
--- README 15 Sep 2003 11:38:12 -0000 1.2
***************
*** 13,20 ****
What it supports:
- mp3/ogg/wav playback
! - sortable playlist
- shuffle/repeat/target modes
- system tray docking
! - song changed notification
- incremental search
- drag-and-drop
--- 13,20 ----
What it supports:
- mp3/ogg/wav playback
! - sortable playlist editor
- shuffle/repeat/target modes
- system tray docking
! - song changed popup
- incremental search
- drag-and-drop
***************
*** 32,39 ****
- gui configuration menu
- translation
- plugin architecture
- complete documentation
- - streaming
-
Requirements
--- 32,39 ----
- gui configuration menu
- translation
+ - music streaming
+ - playback for more formats
- plugin architecture
- complete documentation
Requirements
***************
*** 50,57 ****
- To infinitely repeat the same song, just enable the "target" mode.
- - To change the hotkeys, you need to manually edit the setting file located at
- ~/.pyamp/pyamprc (the file will be created after you start the program for
- the first time).
-
- To remote control Pyamp, you can use the dcop interface. For example, command
"dcop pyamp default next" will cause Pyamp to go to next song. For a complete
--- 50,53 ----
***************
*** 61,65 ****
- Using wheel mouse, you can scroll on the tray icon for previous/next song.
-
- - Drag-and-drop and incremental search are currently a bit slow when there's
- lots of songs in the playlist. Hopefully it will be improved.
--- 57,58 ----
Index: setup.py
===================================================================
RCS file: /cvsroot/pyamp/pyamp/setup.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** setup.py 10 Sep 2003 19:12:33 -0000 1.1.1.1
--- setup.py 15 Sep 2003 11:38:12 -0000 1.2
***************
*** 18,28 ****
from distutils.core import setup
! from os import environ
icondir = environ["KDEDIR"] + "/share/icons/default.kde"
menudir = environ["KDEDIR"] + "/share/applnk/Multimedia"
! appdir = environ["KDEDIRS"] + "/share/apps"
setup(name = "pyamp",
! version = "0.1.1",
author = "Sok Ann Yap",
author_email = "sa...@us...",
--- 18,42 ----
from distutils.core import setup
! from os import environ, listdir
! from sys import prefix, version
icondir = environ["KDEDIR"] + "/share/icons/default.kde"
menudir = environ["KDEDIR"] + "/share/applnk/Multimedia"
! appsdir = environ["KDEDIR"] + "/share/apps"
! pydir = prefix + "/lib/python" + version[:3] + "/site-packages"
!
! tranfiles = []
! files = listdir("src/translations")
! for file in files:
! tranfiles.append("src/translations/" + file)
!
! try:
! from sys import setappdefaultencoding
! sitefile = []
! except ImportError:
! sitefile = ['sitecustomize.py']
!
setup(name = "pyamp",
! version = "0.1.2",
author = "Sok Ann Yap",
author_email = "sa...@us...",
***************
*** 31,39 ****
packages = ["pyamp"],
data_files = [(icondir + '/16x16/apps', ['share/icons/16x16/pyamp.png']),
(icondir + '/32x32/apps', ['share/icons/32x32/pyamp.png']),
(menudir, ['share/pyamp.desktop']),
! (appdir + '/pyamp', ['share/icons/24x24/pyamp.png']),
! (appdir + '/pyamp', ['share/pyamprc']),
! (appdir + '/konqueror/servicemenus', ['share/konqPyamp.desktop']),
('/usr/bin', ['bin/pyamp'])],
)
--- 45,54 ----
packages = ["pyamp"],
data_files = [(icondir + '/16x16/apps', ['share/icons/16x16/pyamp.png']),
+ (icondir + '/22x22/apps', ['share/icons/22x22/pyamp.png']),
(icondir + '/32x32/apps', ['share/icons/32x32/pyamp.png']),
(menudir, ['share/pyamp.desktop']),
! (pydir + '/pyamp/translations', tranfiles),
! (pydir, sitefile),
! (appsdir + '/konqueror/servicemenus', ['share/konqPyamp.desktop']),
('/usr/bin', ['bin/pyamp'])],
)
|
|
From: <sa...@us...> - 2003-09-15 11:38:15
|
Update of /cvsroot/pyamp/pyamp/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv31908/bin
Modified Files:
pyamp
Log Message:
UI improvement by changing Q* classes to K* classes
Added translation support
Modified Files:
ChangeLog MANIFEST MANIFEST.in NEWS README setup.py bin/pyamp
src/listitem.py src/listitem.pyc src/mainwindow.py
src/mainwindow.pyc src/mp3song.pyc src/oggsong.pyc
src/playlist.py src/playlist.pyc src/pyamp.py
src/searchdialog.py src/searchdialog.pyc src/searchitem.pyc
src/song.pyc src/songfactory.py src/songfactory.pyc
src/songslider.py src/songslider.pyc src/songthread.py
src/songthread.pyc src/songtimer.pyc src/stack.py
src/stack.pyc src/systemtray.pyc src/uninstall.py
src/wavsong.pyc
Added Files:
sitecustomize.py share/icons/22x22/pyamp.png
src/translations/pyamp.pro src/translations/pyamp_zh_TW.qm
src/translations/pyamp_zh_TW.ts
Removed Files:
share/pyamprc share/icons/24x24/pyamp.png src/lang.py
src/lang.pyc
Index: pyamp
===================================================================
RCS file: /cvsroot/pyamp/pyamp/bin/pyamp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** pyamp 10 Sep 2003 19:12:34 -0000 1.1.1.1
--- pyamp 15 Sep 2003 11:38:12 -0000 1.2
***************
*** 1,4 ****
--- 1,8 ----
#!/usr/bin/env python
+ from os import chdir
+ from sys import prefix, version
from pyamp import pyamp
+
+ chdir(prefix + "/lib/python" + version[:3] + "/site-packages/pyamp")
pyamp.main()
|
|
From: <sa...@us...> - 2003-09-15 11:30:40
|
Update of /cvsroot/pyamp/pyamp/src/translations In directory sc8-pr-cvs1:/tmp/cvs-serv31404/src/translations Log Message: Directory /cvsroot/pyamp/pyamp/src/translations added to the repository |
|
From: <sa...@us...> - 2003-09-15 11:22:04
|
Update of /cvsroot/pyamp/pyamp/share/icons/22x22 In directory sc8-pr-cvs1:/tmp/cvs-serv29867/share/icons/22x22 Log Message: Directory /cvsroot/pyamp/pyamp/share/icons/22x22 added to the repository |