From: <el_...@us...> - 2007-10-28 01:50:13
|
Revision: 715 http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=715&view=rev Author: el_cubano Date: 2007-10-27 18:50:06 -0700 (Sat, 27 Oct 2007) Log Message: ----------- Update FSF address Modified Paths: -------------- trunk/ddccontrol/AUTHORS trunk/ddccontrol/COPYING trunk/ddccontrol/commit.sh trunk/ddccontrol/doc/gpl.xml trunk/ddccontrol/src/ddccontrol/main.c trunk/ddccontrol/src/ddcpci/ddcpci.h trunk/ddccontrol/src/ddcpci/intel740.c trunk/ddccontrol/src/ddcpci/intel810.c trunk/ddccontrol/src/ddcpci/main.c trunk/ddccontrol/src/ddcpci/nvidia.c trunk/ddccontrol/src/ddcpci/sis.c trunk/ddccontrol/src/ddcpci/via.c trunk/ddccontrol/src/gddccontrol/fspatterns.c trunk/ddccontrol/src/gddccontrol/gprofile.c trunk/ddccontrol/src/gddccontrol/main.c trunk/ddccontrol/src/gddccontrol/notebook.c trunk/ddccontrol/src/gddccontrol/notebook.h trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.c trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.h trunk/ddccontrol/src/lib/conf.c trunk/ddccontrol/src/lib/conf.h trunk/ddccontrol/src/lib/ddcci.c trunk/ddccontrol/src/lib/ddcci.h trunk/ddccontrol/src/lib/ddcpci-ipc.h trunk/ddccontrol/src/lib/i2c-dev.h trunk/ddccontrol/src/lib/monitor_db.c trunk/ddccontrol/src/lib/monitor_db.h Modified: trunk/ddccontrol/AUTHORS =================================================================== --- trunk/ddccontrol/AUTHORS 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/AUTHORS 2007-10-28 01:50:06 UTC (rev 715) @@ -1,3 +1,4 @@ -Oleg I. Vdovikin <ol...@cs...> -Nicolas Boichat <ni...@bo...> -Christian Schilling <csc...@gm...> +vdovikin:Oleg I. Vdovikin <ol...@cs...> +nboichat:Nicolas Boichat <ni...@bo...> +cs123:Christian Schilling <csc...@gm...> +el_cubano:Roberto C. Sanchez <ro...@co...> Modified: trunk/ddccontrol/COPYING =================================================================== --- trunk/ddccontrol/COPYING 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/COPYING 2007-10-28 01:50:06 UTC (rev 715) @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. Modified: trunk/ddccontrol/commit.sh =================================================================== --- trunk/ddccontrol/commit.sh 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/commit.sh 2007-10-28 01:50:06 UTC (rev 715) @@ -1,8 +1,8 @@ #!/bin/sh echo "Committing your changes (message: '$1')..." -cvs commit -m "$1" +svn commit -m "$1" echo "Updating ChangeLog..." -cvs2cl.pl -T --gmt -I ChangeLog +(TZ=GMT svn2cl -i -r COMMITTED --authors=AUTHORS --stdout; cat ChangeLog) >ChangeLog.tmp && mv -f ChangeLog.tmp ChangeLog echo "Committing ChangeLog..." -cvs commit -m "Update ChangeLog" ChangeLog +svn commit -m "Update ChangeLog" ChangeLog echo "OK" Modified: trunk/ddccontrol/doc/gpl.xml =================================================================== --- trunk/ddccontrol/doc/gpl.xml 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/doc/gpl.xml 2007-10-28 01:50:06 UTC (rev 715) @@ -9,10 +9,10 @@ <legalnotice id="gpl-legalnotice"> <para> <address>Free Software Foundation, Inc. - <street>59 Temple Place, Suite 330</street>, + <street>51 Franklin Street, Fifth Floor</street>, <city>Boston</city>, <state>MA</state> - <postcode>02111-1307</postcode> + <postcode>02110-1301</postcode> <country>USA</country> </address> </para> @@ -378,7 +378,7 @@ <para> You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA </para> <para> Also add information on how to contact you by electronic and paper mail. Modified: trunk/ddccontrol/src/ddccontrol/main.c =================================================================== --- trunk/ddccontrol/src/ddccontrol/main.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddccontrol/main.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" Modified: trunk/ddccontrol/src/ddcpci/ddcpci.h =================================================================== --- trunk/ddccontrol/src/ddcpci/ddcpci.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/ddcpci.h 2007-10-28 01:50:06 UTC (rev 715) @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DDCPCI_H Modified: trunk/ddccontrol/src/ddcpci/intel740.c =================================================================== --- trunk/ddccontrol/src/ddcpci/intel740.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/intel740.c 2007-10-28 01:50:06 UTC (rev 715) @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h> Modified: trunk/ddccontrol/src/ddcpci/intel810.c =================================================================== --- trunk/ddccontrol/src/ddcpci/intel810.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/intel810.c 2007-10-28 01:50:06 UTC (rev 715) @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Doc : http://www.intel.com/design/chipsets/manuals/29802601.pdf */ Modified: trunk/ddccontrol/src/ddcpci/main.c =================================================================== --- trunk/ddccontrol/src/ddcpci/main.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/main.c 2007-10-28 01:50:06 UTC (rev 715) @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h> Modified: trunk/ddccontrol/src/ddcpci/nvidia.c =================================================================== --- trunk/ddccontrol/src/ddcpci/nvidia.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/nvidia.c 2007-10-28 01:50:06 UTC (rev 715) @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h> Modified: trunk/ddccontrol/src/ddcpci/sis.c =================================================================== --- trunk/ddccontrol/src/ddcpci/sis.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/sis.c 2007-10-28 01:50:06 UTC (rev 715) @@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h> Modified: trunk/ddccontrol/src/ddcpci/via.c =================================================================== --- trunk/ddccontrol/src/ddcpci/via.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/via.c 2007-10-28 01:50:06 UTC (rev 715) @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h> Modified: trunk/ddccontrol/src/gddccontrol/fspatterns.c =================================================================== --- trunk/ddccontrol/src/gddccontrol/fspatterns.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gddccontrol/fspatterns.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #include "notebook.h" Modified: trunk/ddccontrol/src/gddccontrol/gprofile.c =================================================================== --- trunk/ddccontrol/src/gddccontrol/gprofile.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gddccontrol/gprofile.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #include "config.h" Modified: trunk/ddccontrol/src/gddccontrol/main.c =================================================================== --- trunk/ddccontrol/src/gddccontrol/main.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gddccontrol/main.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #include "config.h" Modified: trunk/ddccontrol/src/gddccontrol/notebook.c =================================================================== --- trunk/ddccontrol/src/gddccontrol/notebook.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gddccontrol/notebook.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #include "config.h" Modified: trunk/ddccontrol/src/gddccontrol/notebook.h =================================================================== --- trunk/ddccontrol/src/gddccontrol/notebook.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gddccontrol/notebook.h 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef NOTEBOOK_H Modified: trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.c =================================================================== --- trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.c 2007-10-28 01:50:06 UTC (rev 715) @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA. */ Modified: trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.h =================================================================== --- trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.h 2007-10-28 01:50:06 UTC (rev 715) @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA. */ Modified: trunk/ddccontrol/src/lib/conf.c =================================================================== --- trunk/ddccontrol/src/lib/conf.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/conf.c 2007-10-28 01:50:06 UTC (rev 715) @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* * Profiles are stored in HOME_DIR/.ddccontrol Modified: trunk/ddccontrol/src/lib/conf.h =================================================================== --- trunk/ddccontrol/src/lib/conf.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/conf.h 2007-10-28 01:50:06 UTC (rev 715) @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef PROFILE_H Modified: trunk/ddccontrol/src/lib/ddcci.c =================================================================== --- trunk/ddccontrol/src/lib/ddcci.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/ddcci.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" Modified: trunk/ddccontrol/src/lib/ddcci.h =================================================================== --- trunk/ddccontrol/src/lib/ddcci.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/ddcci.h 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DDCCI_H Modified: trunk/ddccontrol/src/lib/ddcpci-ipc.h =================================================================== --- trunk/ddccontrol/src/lib/ddcpci-ipc.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/ddcpci-ipc.h 2007-10-28 01:50:06 UTC (rev 715) @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DDCPCI_IPC_H Modified: trunk/ddccontrol/src/lib/i2c-dev.h =================================================================== --- trunk/ddccontrol/src/lib/i2c-dev.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/i2c-dev.h 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DDCCONTROL_I2C_DEV_H Modified: trunk/ddccontrol/src/lib/monitor_db.c =================================================================== --- trunk/ddccontrol/src/lib/monitor_db.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/monitor_db.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <errno.h> Modified: trunk/ddccontrol/src/lib/monitor_db.h =================================================================== --- trunk/ddccontrol/src/lib/monitor_db.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/monitor_db.h 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef MONITOR_DB_H This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el_...@us...> - 2007-10-28 05:13:39
|
Revision: 739 http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=739&view=rev Author: el_cubano Date: 2007-10-27 22:13:36 -0700 (Sat, 27 Oct 2007) Log Message: ----------- Update release checklists to reflect new subversion setup. Modified Paths: -------------- trunk/ddccontrol/CheckList trunk/ddccontrol-db/CheckList Modified: trunk/ddccontrol/CheckList =================================================================== --- trunk/ddccontrol/CheckList 2007-10-28 04:22:34 UTC (rev 738) +++ trunk/ddccontrol/CheckList 2007-10-28 05:13:36 UTC (rev 739) @@ -4,7 +4,7 @@ - make update-po - poedit fr.po -- cvs commit +- svn commit - update NEWS - update version in configure.ac - update version in doc/main.xml @@ -29,7 +29,7 @@ - in doc/: make publish publish-release - ./commit.sh "Prepare release 0.xx" -- cvs tag Release-0_xx +- svn cp https://ddccontrol.svn.sourceforge.net/svnroot/ddccontrol/trunk/ddccontrol https://ddccontrol.svn.sourceforge.net/svnroot/ddccontrol/tags/ddccontrol-0.xx -m "Tag release 0.xx" - make dist-bzip2 - ftp upload.sourceforge.net: Modified: trunk/ddccontrol-db/CheckList =================================================================== --- trunk/ddccontrol-db/CheckList 2007-10-28 04:22:34 UTC (rev 738) +++ trunk/ddccontrol-db/CheckList 2007-10-28 05:13:36 UTC (rev 739) @@ -4,7 +4,7 @@ - make update-po - poedit fr.po -- cvs commit +- svn commit - update NEWS - make clean - change date in configure.ac @@ -23,7 +23,7 @@ - cd .. - ./commit.sh "Prepare release xx" -- cvs tag Release-xx +- svn cp https://ddccontrol.svn.sourceforge.net/svnroot/ddccontrol/trunk/ddccontrol-db https://ddccontrol.svn.sourceforge.net/svnroot/ddccontrol/tags/ddccontrol-db-xx -m "Tag release xx" - make dist-bzip2 - ftp upload.sourceforge.net: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el_...@us...> - 2007-10-28 06:56:42
|
Revision: 740 http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=740&view=rev Author: el_cubano Date: 2007-10-27 23:56:34 -0700 (Sat, 27 Oct 2007) Log Message: ----------- Remove some extraneous files Removed Paths: ------------- trunk/ddccontrol/.cvsignore trunk/ddccontrol/po/.cvsignore trunk/ddccontrol/src/.cvsignore trunk/ddccontrol/src/ddccontrol/.cvsignore trunk/ddccontrol/src/ddcpci/.cvsignore trunk/ddccontrol/src/gddccontrol/.cvsignore trunk/ddccontrol/src/gddccontrol/.deps/ trunk/ddccontrol/src/gnome-ddcc-applet/.cvsignore trunk/ddccontrol/src/lib/.cvsignore Deleted: trunk/ddccontrol/.cvsignore =================================================================== --- trunk/ddccontrol/.cvsignore 2007-10-28 05:13:36 UTC (rev 739) +++ trunk/ddccontrol/.cvsignore 2007-10-28 06:56:34 UTC (rev 740) @@ -1,30 +0,0 @@ -install-sh -libtool -ltmain.sh -missing -aclocal.m4 -depcomp -config.sub -config.guess -config.rpath -autom4te.cache -Doxyfile -ddccontrol.kdevelop -ddccontrol.kdevelop.filelist -ddccontrol.kdevelop.pcs -ddccontrol.kdevses -Makefile -config.log -config.status -intltool-extract -intltool-extract.in -intltool-merge -intltool-merge.in -intltool-update -intltool-update.in -configure -Makefile.in -.exrc -m4 -mkinstalldirs -ABOUT-NLS Deleted: trunk/ddccontrol/po/.cvsignore =================================================================== --- trunk/ddccontrol/po/.cvsignore 2007-10-28 05:13:36 UTC (rev 739) +++ trunk/ddccontrol/po/.cvsignore 2007-10-28 06:56:34 UTC (rev 740) @@ -1,11 +0,0 @@ -*.gmo -Makevars.template -Makefile -Makefile.in -POTFILES -stamp-po -remove-potcdate.sed -*.mo -.intltool-merge-cache -ddccontrol.pot -stamp-it Deleted: trunk/ddccontrol/src/.cvsignore =================================================================== --- trunk/ddccontrol/src/.cvsignore 2007-10-28 05:13:36 UTC (rev 739) +++ trunk/ddccontrol/src/.cvsignore 2007-10-28 06:56:34 UTC (rev 740) @@ -1,5 +0,0 @@ -config.h -stamp-h1 -Makefile -Makefile.in -.deps Deleted: trunk/ddccontrol/src/ddccontrol/.cvsignore =================================================================== --- trunk/ddccontrol/src/ddccontrol/.cvsignore 2007-10-28 05:13:36 UTC (rev 739) +++ trunk/ddccontrol/src/ddccontrol/.cvsignore 2007-10-28 06:56:34 UTC (rev 740) @@ -1,5 +0,0 @@ -.deps -Makefile -Makefile.in -ddccontrol -.libs Deleted: trunk/ddccontrol/src/ddcpci/.cvsignore =================================================================== --- trunk/ddccontrol/src/ddcpci/.cvsignore 2007-10-28 05:13:36 UTC (rev 739) +++ trunk/ddccontrol/src/ddcpci/.cvsignore 2007-10-28 06:56:34 UTC (rev 740) @@ -1,5 +0,0 @@ -Makefile -Makefile.in -ddcpci -.deps -.libs Deleted: trunk/ddccontrol/src/gddccontrol/.cvsignore =================================================================== --- trunk/ddccontrol/src/gddccontrol/.cvsignore 2007-10-28 05:13:36 UTC (rev 739) +++ trunk/ddccontrol/src/gddccontrol/.cvsignore 2007-10-28 06:56:34 UTC (rev 740) @@ -1,6 +0,0 @@ -Makefile -Makefile.in -gddccontrol -gddccontrol.desktop -.libs -.deps Deleted: trunk/ddccontrol/src/gnome-ddcc-applet/.cvsignore =================================================================== --- trunk/ddccontrol/src/gnome-ddcc-applet/.cvsignore 2007-10-28 05:13:36 UTC (rev 739) +++ trunk/ddccontrol/src/gnome-ddcc-applet/.cvsignore 2007-10-28 06:56:34 UTC (rev 740) @@ -1,7 +0,0 @@ -Makefile -Makefile.in -.deps -GNOME_ddcc-applet.server -GNOME_ddcc-applet.server.in -ddcc-applet -.libs Deleted: trunk/ddccontrol/src/lib/.cvsignore =================================================================== --- trunk/ddccontrol/src/lib/.cvsignore 2007-10-28 05:13:36 UTC (rev 739) +++ trunk/ddccontrol/src/lib/.cvsignore 2007-10-28 06:56:34 UTC (rev 740) @@ -1,6 +0,0 @@ -.deps -Makefile -Makefile.in -*.lo -libddccontrol.la -.libs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el_...@us...> - 2007-10-28 07:48:04
|
Revision: 747 http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=747&view=rev Author: el_cubano Date: 2007-10-28 00:47:25 -0700 (Sun, 28 Oct 2007) Log Message: ----------- Fix vpath building Modified Paths: -------------- trunk/ddccontrol/TODO trunk/ddccontrol/configure.ac Modified: trunk/ddccontrol/TODO =================================================================== --- trunk/ddccontrol/TODO 2007-10-28 07:40:15 UTC (rev 746) +++ trunk/ddccontrol/TODO 2007-10-28 07:47:25 UTC (rev 747) @@ -7,7 +7,6 @@ Roberto: - Update supportedmonitors.xml to list all the new monitors. - - Fix vpath building BUGS: - Fix Samsung 720T (not detected as LCD as type is "LCD CM") Modified: trunk/ddccontrol/configure.ac =================================================================== --- trunk/ddccontrol/configure.ac 2007-10-28 07:40:15 UTC (rev 746) +++ trunk/ddccontrol/configure.ac 2007-10-28 07:47:25 UTC (rev 747) @@ -55,10 +55,10 @@ ) if test "x$support_i2c_dev_works" = "xno" ; then - AC_MSG_CHECKING([if src/lib/i2c-dev.h works instead]) + AC_MSG_CHECKING([if $srcdir/src/lib/i2c-dev.h works instead]) AC_COMPILE_IFELSE([ [#define HAVE_BUGGY_I2C_DEV 1] - [#include "src/lib/i2c-dev.h"] + [#include "$srcdir/src/lib/i2c-dev.h"] [const int a = I2C_RDWR + I2C_M_RD;] [struct i2c_msg i2cmsg;] ], This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el_...@us...> - 2007-10-28 08:37:58
|
Revision: 748 http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=748&view=rev Author: el_cubano Date: 2007-10-28 01:37:57 -0700 (Sun, 28 Oct 2007) Log Message: ----------- More fixes for vpath building Modified Paths: -------------- trunk/ddccontrol/doc/Makefile.am trunk/ddccontrol/src/ddccontrol/Makefile.am trunk/ddccontrol/src/ddcpci/Makefile.am trunk/ddccontrol/src/gddccontrol/Makefile.am trunk/ddccontrol/src/gnome-ddcc-applet/Makefile.am trunk/ddccontrol/src/lib/Makefile.am Modified: trunk/ddccontrol/doc/Makefile.am =================================================================== --- trunk/ddccontrol/doc/Makefile.am 2007-10-28 07:47:25 UTC (rev 747) +++ trunk/ddccontrol/doc/Makefile.am 2007-10-28 08:37:57 UTC (rev 748) @@ -7,11 +7,11 @@ EXTRA_DIST = main.xml gpl.xml install.xml about.xml report.xml supportedgc.xml supportedmonitors.xml thanks.xml techdocs.xml usage.xml style.xsl style-fo.xsl if BUILD_DOC -html/*: main.xml *.xml style.xsl +html/*: main.xml gpl.xml install.xml about.xml report.xml supportedgc.xml supportedmonitors.xml thanks.xml techdocs.xml usage.xml style.xsl rm -rf html.old true `mv -f html html.old` mkdir html - cd html; $(XSLTPROC) $(XSLTPROC_FLAGS) ../$(XHTML_STYLESHEET) ../$< + $(XSLTPROC) $(XSLTPROC_FLAGS) -o html/ @top_srcdir@/doc/$(XHTML_STYLESHEET) $< -@TIDY@ -q -raw -im html/*.html publish: all Modified: trunk/ddccontrol/src/ddccontrol/Makefile.am =================================================================== --- trunk/ddccontrol/src/ddccontrol/Makefile.am 2007-10-28 07:47:25 UTC (rev 747) +++ trunk/ddccontrol/src/ddccontrol/Makefile.am 2007-10-28 08:37:57 UTC (rev 748) @@ -1,5 +1,5 @@ localedir = $(datadir)/locale -INCLUDES = -I../lib -DLOCALEDIR=\"$(localedir)\" +INCLUDES = -I@top_srcdir@/src/lib -DLOCALEDIR=\"$(localedir)\" LDADD = ../lib/libddccontrol.la Modified: trunk/ddccontrol/src/ddcpci/Makefile.am =================================================================== --- trunk/ddccontrol/src/ddcpci/Makefile.am 2007-10-28 07:47:25 UTC (rev 747) +++ trunk/ddccontrol/src/ddcpci/Makefile.am 2007-10-28 08:37:57 UTC (rev 748) @@ -1,4 +1,4 @@ -INCLUDES = -I../lib -DLOCALEDIR=\"$(localedir)\" +INCLUDES = -I@top_srcdir@/src -I@top_srcdir@/src/lib -DLOCALEDIR=\"$(localedir)\" bin_PROGRAMS = ddcpci ddcpci_LDFLAGS = -Wl,-z,now Modified: trunk/ddccontrol/src/gddccontrol/Makefile.am =================================================================== --- trunk/ddccontrol/src/gddccontrol/Makefile.am 2007-10-28 07:47:25 UTC (rev 747) +++ trunk/ddccontrol/src/gddccontrol/Makefile.am 2007-10-28 08:37:57 UTC (rev 748) @@ -1,5 +1,5 @@ localedir = $(datadir)/locale -INCLUDES = -I../lib -I.. -DLOCALEDIR=\"$(localedir)\" +INCLUDES = -I@top_srcdir@/src/lib -I@top_srcdir@/src -DLOCALEDIR=\"$(localedir)\" EXTRA_DIST = gddccontrol.desktop.in gddccontrol.png gddccontrol-bluecurve.png Modified: trunk/ddccontrol/src/gnome-ddcc-applet/Makefile.am =================================================================== --- trunk/ddccontrol/src/gnome-ddcc-applet/Makefile.am 2007-10-28 07:47:25 UTC (rev 747) +++ trunk/ddccontrol/src/gnome-ddcc-applet/Makefile.am 2007-10-28 08:37:57 UTC (rev 748) @@ -1,6 +1,6 @@ localedir = $(datadir)/locale -INCLUDES = -I../lib -I.. -DLOCALEDIR=\"$(localedir)\" +INCLUDES = -I@top_srcdir@/src/lib -I@top_srcdir@/src -DLOCALEDIR=\"$(localedir)\" DDCC_LDADD = ../lib/libddccontrol.la Modified: trunk/ddccontrol/src/lib/Makefile.am =================================================================== --- trunk/ddccontrol/src/lib/Makefile.am 2007-10-28 07:47:25 UTC (rev 747) +++ trunk/ddccontrol/src/lib/Makefile.am 2007-10-28 08:37:57 UTC (rev 748) @@ -1,5 +1,5 @@ localedir = $(datadir)/locale -INCLUDES = -I.. -DLOCALEDIR=\"$(localedir)\" +INCLUDES = -I@top_srcdir@/src -DLOCALEDIR=\"$(localedir)\" pkginclude_HEADERS = conf.h monitor_db.h ddcci.h ddcpci-ipc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el_...@us...> - 2007-10-28 08:39:34
|
Revision: 749 http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=749&view=rev Author: el_cubano Date: 2007-10-28 01:39:32 -0700 (Sun, 28 Oct 2007) Log Message: ----------- Review and update documentation Modified Paths: -------------- trunk/ddccontrol/doc/about.xml trunk/ddccontrol/doc/install.xml trunk/ddccontrol/doc/main.xml trunk/ddccontrol/doc/supportedgc.xml trunk/ddccontrol/doc/techdocs.xml Property Changed: ---------------- trunk/ddccontrol/ Property changes on: trunk/ddccontrol ___________________________________________________________________ Name: svn:ignore - install-sh libtool ltmain.sh missing aclocal.m4 depcomp config.sub config.guess config.rpath autom4te.cache Doxyfile ddccontrol.kdevelop ddccontrol.kdevelop.filelist ddccontrol.kdevelop.pcs ddccontrol.kdevses Makefile config.log config.status intltool-extract intltool-extract.in intltool-merge intltool-merge.in intltool-update intltool-update.in configure Makefile.in .exrc m4 mkinstalldirs ABOUT-NLS + install-sh libtool ltmain.sh missing aclocal.m4 depcomp config.sub config.guess config.rpath autom4te.cache Doxyfile ddccontrol.kdevelop ddccontrol.kdevelop.filelist ddccontrol.kdevelop.pcs ddccontrol.kdevses Makefile config.log config.status intltool-extract intltool-extract.in intltool-merge intltool-merge.in intltool-update intltool-update.in configure Makefile.in .exrc m4 mkinstalldirs ABOUT-NLS build Modified: trunk/ddccontrol/doc/about.xml =================================================================== --- trunk/ddccontrol/doc/about.xml 2007-10-28 08:37:57 UTC (rev 748) +++ trunk/ddccontrol/doc/about.xml 2007-10-28 08:39:32 UTC (rev 749) @@ -4,12 +4,12 @@ <sect1 id="ddccontrol"> <title>About DDCcontrol</title> <para>DDCcontrol is a tool used to control monitor parameters, like brightness -and contrast, without using the OSD (On Screen Display) and the buttons in front +and contrast, without using the OSD (On Screen Display) or the buttons in front of the monitor.</para> <para>All the software provided by monitor manufacturers (NEC/Mitsubishi NaviSet and Samsung MagicTune) are closed-source and only runs on Windows. DDCcontrol is open-source and runs on Linux.</para> -<para>There is two versions of this tool, a command line version, and an +<para>There are two parts to this tool: a command line version, and a user-friendly Gnome GUI.</para> </sect1> Modified: trunk/ddccontrol/doc/install.xml =================================================================== --- trunk/ddccontrol/doc/install.xml 2007-10-28 08:37:57 UTC (rev 748) +++ trunk/ddccontrol/doc/install.xml 2007-10-28 08:39:32 UTC (rev 749) @@ -2,7 +2,7 @@ <title>Install notes</title> <sect1 id="requirement"> -<title>Software Requirement</title> +<title>Software Requirements</title> <para>To compile and run DDCcontrol, you need to have these packages installed:</para> <itemizedlist mark='bullet'> <listitem> @@ -24,15 +24,15 @@ <para>In addition to the library packages, you also need the development packages, which are not usually installed. For example, on Debian, their names are <filename>libxml2-dev</filename>, <filename>pciutils-dev</filename> and -<filename>libgtk2.0-dev</filename>. Others distributions probably have similar -packages names. On Fedora Core 5, you will also need +<filename>libgtk2.0-dev</filename>. Other distributions probably have similar +package names. On Fedora Core 5, you will also need <filename>gnome-panel-devel</filename> package. </para> <note> <para> You don't need pci-utils if you don't use direct PCI memory access, and you don't need gtk+ if you don't plan to use the Gnome GUI. Usually, this is not the -case, so you will need these packages. +case, so you will almost certainly want these packages for compiling ddccontrol. </para> </note> </sect1> @@ -128,4 +128,14 @@ </itemizedlist> </sect2> </sect1> + +<sect1 id="debian"> +<title>Installation on Debian (and derivatives)</title> +<para>The ddccontrol and ddccontrol-db packages are available in Debian (and +derivatives). You simply need to install the ddccontrol package and all the +proper dependencies will be installed along with it. For example:</para> +<screen format="linespecific"> +# apt-get install ddccontrol +</screen> +</sect1> </chapter> Modified: trunk/ddccontrol/doc/main.xml =================================================================== --- trunk/ddccontrol/doc/main.xml 2007-10-28 08:37:57 UTC (rev 748) +++ trunk/ddccontrol/doc/main.xml 2007-10-28 08:39:32 UTC (rev 749) @@ -21,8 +21,18 @@ <surname>Boichat</surname> <email>ni...@bo...</email> </author> +<author> +<firstname>Roberto</firstname> +<othername>C.</othername> +<surname>Sanchez</surname> +<email>ro...@co...</email> +</author> -<copyright><year>2005-2006</year> +<copyright><year>2007</year> +<holder>Roberto C. Sanchez</holder> +</copyright> +<copyright> +<year>2005-2006</year> <holder>Nicolas Boichat</holder> </copyright> Modified: trunk/ddccontrol/doc/supportedgc.xml =================================================================== --- trunk/ddccontrol/doc/supportedgc.xml 2007-10-28 08:37:57 UTC (rev 748) +++ trunk/ddccontrol/doc/supportedgc.xml 2007-10-28 08:39:32 UTC (rev 749) @@ -2,18 +2,18 @@ <title>Supported graphics cards</title> <sect2> <title><filename>/dev/i2c-*</filename> versus PCI memory</title> -<para>To control a monitor, DDCcontrol must access to the I2C bus of the +<para>To control a monitor, DDCcontrol must access the I2C bus of the graphics card. There are two methods to do so: the first one uses <filename>/dev/i2c-*</filename> devices provided by kernel drivers (abbreviated -by dev in tables), the second one reads and writes directly in the card PCI -memory (abbreviated by PCI in the tables).</para> -<para>Depending on your hardware, one method or the other works, or even both.</para> +as dev in tables), the second one reads and writes directly in the card PCI +memory (abbreviated as PCI in the tables).</para> +<para>Depending on your hardware, one method or the other may work. Even both may work.</para> </sect2> <sect1> <title>ATI Radeon series</title> <sect2> <title>Direct PCI memory access support</title> -<para>Almost every ATI cards should work with direct PCI memory access, even if it has not been very extensively tested.</para> +<para>Almost every ATI card should work with direct PCI memory access, even if it has not been very extensively tested.</para> <para>To use it, you have nothing special to do, everything is done by DDCcontrol.</para> </sect2> <sect2> @@ -44,7 +44,7 @@ <guimenuitem>DDC/I2C for ATI Radeon support</guimenuitem> </menuchoice>. <warning> - <para>The <filename>radeonfb</filename> kernel module may cause system instability (crashes or screen corruption) when used at the same time as used the ATI closed source drivers.</para> + <para>The <filename>radeonfb</filename> kernel module may cause system instability (crashes or screen corruption) when used at the same time as the ATI closed source drivers.</para> <para>This is why we recommend that you use direct PCI memory access with ATI cards.</para> </warning> @@ -170,7 +170,7 @@ </listitem> </itemizedlist> <warning> -<para>These kernel modules is <emphasis>not</emphasis> compatible with binary +<para>These kernel modules are <emphasis>not</emphasis> compatible with binary nVidia X drivers, which are the only drivers for nVidia cards to provide 3D acceleration.</para> <para>This is why we recommend that you either use direct PCI memory access with @@ -180,14 +180,14 @@ </sect2> <sect2> <title>Direct PCI memory access support</title> -<para>Almost every nVidia cards work with direct PCI memory access, and this +<para>Almost every nVidia card works with direct PCI memory access, and this method is compatible with the nVidia proprietary drivers.</para> <para>To use it, you have nothing special to do, everything is done by DDCcontrol.</para> </sect2> <sect3> <title>nVidia cards support table</title> -<para>Most of these nVidia cards have been reported to work, but others models +<para>Most of these nVidia cards have been reported to work, but other models should also work. If yours is not listed, please send a message to one of the DDCcontrol mailing lists (see <xref linkend="report"/>).</para> <informaltable frame="all"> Modified: trunk/ddccontrol/doc/techdocs.xml =================================================================== --- trunk/ddccontrol/doc/techdocs.xml 2007-10-28 08:37:57 UTC (rev 748) +++ trunk/ddccontrol/doc/techdocs.xml 2007-10-28 08:39:32 UTC (rev 749) @@ -4,24 +4,26 @@ <title>Translation (I18N) guide</title> <para>Author: Nicolas Boichat <nicolas -at- boichat.ch></para> <para> -You want to translate ddccontrol to your favorite language? Then, this guide is for you! +Do you want to translate ddccontrol to your favorite language? Then, this guide is for you! </para> <para> -The distribution is splitted in two packages, <filename>ddccontrol</filename> +The distribution is split in two packages: <filename>ddccontrol</filename> (the main program), and <filename>ddccontrol-db</filename> (monitor database). </para> <para> -Tools you need: <filename>cvs</filename>, +Tools you need: <filename>subversion</filename>, <filename>automake</filename>/<filename>autoconf</filename>, <filename>gettext</filename>, <filename>make</filename>, <filename>poedit</filename> (or another tool, or a simple text editor). </para> <para> -First, you need to check-out the sources from the CVS repository +First, you need to check-out the sources from the Subversion repository (see -<ulink url="http://sourceforge.net/cvs/?group_id=117933">project CVS page</ulink>, -Anonymous CVS Access section). Note you need to perform this operation, -and the following ones, on both ddccontrol and ddccontrol-db modules (there are +<ulink url="http://sourceforge.net/svn/?group_id=117933">project Subversion page</ulink>, +Subversion Access section). +</para> +<para>Note you need to perform the following operations +in both the trunk/ddccontrol and trunk/ddccontrol-db directories (there are strings to translate in the main program, and in the database). </para> <para> @@ -42,34 +44,27 @@ </para> <para> Then open your <filename>.po</filename> file, and translate the strings! I -recommend that you use a tool like <ulink url="http://poedit.sf.net/">poedit</ulink> -to edit it, as it warns visually you when strings are wrong, and offers spellcheck, -but it's your choice .-) +recommend that you use a tool like <ulink url="http://poedit.sf.net/">poedit</ulink>, +as it warns you visually when strings are wrong, and offers spellcheck. +But it's your choice . </para> <para> When you are finished, it would be nice to test if it works by installing and running the software, but it is not mandatory, particularly if you don't have -the needed hardware (i.e. a monitor supporting DDC/CI). +the needed hardware (i.e. a monitor supporting DDC/CI). Then, sending the completed +<filename>.po</filename> files to +<ulink url="mailto:ddc...@li...">ddccontrol-devel</ulink>. </para> <para> -Then, I give you two possibilities for sending the completed -<filename>.po</filename> files, either you send them to -<ulink url="mailto:bac...@li...">bacula-devel</ulink>, -or I give you a CVS write access (in this case, please send me your SourceForge -ID). The later (CVS) is of course my prefered, as it is less work for me, but if -you don't feel comfortable with CVS, and don't have time to learn, e-mail is ok too. +It is a good idea that you subscribe to <filename>ddccontrol-devel</filename>, +particularly if you have problems to translate some technical strings. +This way it is not necessary to explain the same terms repeatedly to all translators . </para> <para> -I suggest that you subscribe to <filename>ddccontrol-devel</filename>, -particularly if you have problems to translate some technical strings. So -I don't have to explain many times the same terms to all translators .-) +Also, if you encounter mistakes in the original English strings, please report those +as well. </para> <para> -Also, as some of you probably have a better English level than mine, it -would be really nice to report English mistakes in the original strings -if you find some. -</para> -<para> List of languages with active translators: <itemizedlist mark='bullet'> <listitem> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el_...@us...> - 2007-10-28 22:35:15
|
Revision: 751 http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=751&view=rev Author: el_cubano Date: 2007-10-28 15:35:13 -0700 (Sun, 28 Oct 2007) Log Message: ----------- Remove jitter from sliders (patch from Ulrich Mierendorff) Modified Paths: -------------- trunk/ddccontrol/TODO trunk/ddccontrol/src/gddccontrol/notebook.c Modified: trunk/ddccontrol/TODO =================================================================== --- trunk/ddccontrol/TODO 2007-10-28 08:39:42 UTC (rev 750) +++ trunk/ddccontrol/TODO 2007-10-28 22:35:13 UTC (rev 751) @@ -13,10 +13,3 @@ - Fix Samsung 740BF (not detected as LCD) - Fix Mitsubishi DiamondPro 930SB (not detected as CRT (type(CRT_AG))) - - When changing a control value quickly (moving the mouse outside the control), - the value on the scale does not correspond to the real value. - - "My only criticism is that the slider - controls in the GUI seem a bit "jittery." They jump a little when you - slide them. This is most noticable if you are trying to move it only a - short distance. I am not sure what the cause of this is, but I though I - should let you know." Modified: trunk/ddccontrol/src/gddccontrol/notebook.c =================================================================== --- trunk/ddccontrol/src/gddccontrol/notebook.c 2007-10-28 08:39:42 UTC (rev 750) +++ trunk/ddccontrol/src/gddccontrol/notebook.c 2007-10-28 22:35:13 UTC (rev 751) @@ -401,11 +401,11 @@ gtk_range_set_increments(GTK_RANGE(widget), 100.0/(double)currentMaximum, - 10.0*100.0/(double)currentMaximum); + 100.0/(double)currentMaximum); gtk_range_set_value(GTK_RANGE(widget), (double)100.0*currentDefault/(double)currentMaximum); - g_signal_connect_after(G_OBJECT(widget), "value-changed", G_CALLBACK(range_callback), NULL); + g_signal_connect_after(G_OBJECT(widget), "change-value", G_CALLBACK(range_callback), NULL); } break; case command: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |