From: <ma...@us...> - 2003-11-20 01:28:10
|
Update of /cvsroot/sharedaemon/ui-wx In directory sc8-pr-cvs1:/tmp/cvs-serv31500 Modified Files: Changelog INSTALL TRANSLATION Log Message: Renamed xMule* files to wxInterface*, renamed xMuleGUI class to wxInterface, xMuleDlg to CMainFrame and changed all xmule2 stuff in source to wxInterface. Index: Changelog =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/Changelog,v retrieving revision 1.87 retrieving revision 1.88 diff -u -d -r1.87 -r1.88 --- Changelog 19 Nov 2003 23:22:07 -0000 1.87 +++ Changelog 20 Nov 2003 01:27:26 -0000 1.88 @@ -1,8 +1,9 @@ - ----------------------------- - |Changelog for xmule2-ui-wx | - ----------------------------- + ---------------------------------------- + |Changelog for ShareDaemon wxInterface | + ---------------------------------------- 2003/11/20 Alo Sarv + * Renamed xMule* files to wxInterface* files. * Reimplemented SideBar in a dynamic manner. 2003/11/17 Alo Sarv Index: INSTALL =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/INSTALL,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- INSTALL 4 Sep 2003 01:23:19 -0000 1.5 +++ INSTALL 20 Nov 2003 01:27:26 -0000 1.6 @@ -1,6 +1,6 @@ INSTALLATION NOTES -Please note that this program is only a user interface to xmule2-core. It +Please note that this program is only a user interface to ShareDaemon core. It sends commands to the core and acts based on what core sends back. If no core is running, this program doesn't do anything. @@ -8,7 +8,7 @@ Currently, there is no automatic configure system, so go to src/Makefile, and edit the first line to point to the correct location of your wx-config file. Then simply type 'make', and run the program - with './xmule2-ui-wx'. There is no 'make install' script yet either. + with './wxInterface'. There is no 'make install' script yet either. -- wxWindows patching: src/generic/listctrl.cpp (listctrl.patch) As wxListCtrl doesn't support columns with width less than 10 under @@ -25,7 +25,7 @@ file in wxWindows sources for sidebar hiding code to work. Do so using flexgridsizer.patch file (apply in the src/common directory of wxWindows sources), and add __HAVE_REMOVE_GROWABLE_COL__ define to - xmule2-ui-wx Makefile to enable the hiding code. + wxInterfce Makefile to enable the hiding code. * Note about GTK2 As GTK2 support in wxWindows library is, according to them, Index: TRANSLATION =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/TRANSLATION,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- TRANSLATION 8 Sep 2003 22:32:12 -0000 1.2 +++ TRANSLATION 20 Nov 2003 01:27:26 -0000 1.3 @@ -3,13 +3,13 @@ I strongly recommend using poedit (http://poedit.sourceforge.net) for making new translations, it will save you a lot of manual editing and helps you keep your translation up to date with fuzzy/untranslated messages highlighting -and more. Future versions of xmule2-ui-wx might include a stripped version +and more. Future versions of wxInterface might include a stripped version of poedit. 1. Go to lang/ subdir, and rename the file 'empty.po' to the language of your choice. 2. Use poedit to add the translated strings to it and save it. -3. Go to xmule2-ui-wx Preferences - Add New Language. Enter the name of your +3. Go to wxInterface Preferences - Add New Language. Enter the name of your file there, and restart the interface to test your new translation. Alternativly, if you do not have access to poedit (seems it is not available |