You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
2003 |
Jan
(25) |
Feb
(5) |
Mar
(12) |
Apr
(46) |
May
(47) |
Jun
|
Jul
(2) |
Aug
|
Sep
(15) |
Oct
(8) |
Nov
(11) |
Dec
|
2004 |
Jan
(25) |
Feb
(24) |
Mar
(13) |
Apr
(59) |
May
(52) |
Jun
(6) |
Jul
(3) |
Aug
(7) |
Sep
(33) |
Oct
(17) |
Nov
(16) |
Dec
(1) |
2005 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(50) |
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
(7) |
Oct
(1) |
Nov
(2) |
Dec
(9) |
2006 |
Jan
(10) |
Feb
(6) |
Mar
(2) |
Apr
(24) |
May
(32) |
Jun
(53) |
Jul
(26) |
Aug
(28) |
Sep
(59) |
Oct
(72) |
Nov
(85) |
Dec
(57) |
2007 |
Jan
(43) |
Feb
(26) |
Mar
(25) |
Apr
(36) |
May
(13) |
Jun
(14) |
Jul
(53) |
Aug
(68) |
Sep
(46) |
Oct
(62) |
Nov
(15) |
Dec
(4) |
2008 |
Jan
(4) |
Feb
(5) |
Mar
(7) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(5) |
Nov
|
Dec
(3) |
2009 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(3) |
Dec
|
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Romain L. <rom...@wa...> - 2003-05-03 08:33:48
|
Hi, On Sat, May 03, 2003 at 10:28:37AM +0200, Julien BLACHE wrote: > "Romain Lievin" <rom...@wa...> wrote: > > > JB: I noticed that MSVC Win32 projects/makefiles are not in the repository as > > well as export files for libraries. > > > > Do I need to add them unless you don't like to see them in the repos ? > > Everything that was in the release tarball is in the repo. With 2 > exceptions for TiLP : the ti83 appsign and the icons directory. > That's true ! Win32 projects are not in the tarball ! BTW: fire on your GnomeMetting. My cell phone is out. Bad news: a guy contacted me with GM but micro did not work ! I will have to patch I think. Another problem: I can add some files in the glade directory. > JB. > > -- > BOFH excuse #130: > new management > roms. > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: Julien B. <jb...@jb...> - 2003-05-03 08:30:25
|
sv...@te... wrote: > Modified: > tilp/trunk/ChangeLog Let's repeat it : Do. Not. Commit. Files. One. By. One. JB. -- Julien BLACHE <http://www.jblache.org> <jb...@jb...> |
From: Julien B. <jb...@jb...> - 2003-05-03 08:27:56
|
"Romain Lievin" <rom...@wa...> wrote: > JB: I noticed that MSVC Win32 projects/makefiles are not in the repository as > well as export files for libraries. > > Do I need to add them unless you don't like to see them in the repos ? Everything that was in the release tarball is in the repo. With 2 exceptions for TiLP : the ti83 appsign and the icons directory. JB. -- BOFH excuse #130: new management |
From: <sv...@te...> - 2003-05-03 08:19:31
|
Author: roms Date: Sat May 3 10:19:24 2003 New Revision: 282 Modified: tilp/trunk/ChangeLog Log: version number increased Modified: tilp/trunk/ChangeLog ============================================================================== --- tilp/trunk/ChangeLog (original) +++ tilp/trunk/ChangeLog Sat May 3 10:19:24 2003 @@ -8,13 +8,17 @@ New form #3: tilp (cables, calcs, tiffep) version. To do: - - GFM/GFV -> plugin + - fix screenshot pbs (save file box when connection crashed). +- 03/05/2003, version 6.67 (3.7.5, 0.5.5, 4.4.9): + Bug fix in the screenshot box (fsel box displayed while connection + failed). + - 23/04/2003, version 6.66 (3.7.5, 0.5.5, 4.4.9): Bug fixes with g_strfreev thanks to Tijl. Small fixes in the plugin support. Execution order changed: run, and next: load/save - Added Group File Views plugin. + Added Group File Viewer plugin. - 20/04/2003, version 6.65 (3.7.5, 0.5.5, 4.4.9): Fixed problems of font by using Unicode translation. |
From: <sv...@te...> - 2003-05-03 08:18:59
|
Author: roms Date: Sat May 3 10:18:53 2003 New Revision: 281 Modified: tilp/trunk/src/screenshot.c Log: don't display fsel box when transfer failed Modified: tilp/trunk/src/screenshot.c ============================================================================== --- tilp/trunk/src/screenshot.c (original) +++ tilp/trunk/src/screenshot.c Sat May 3 10:18:53 2003 @@ -81,6 +81,8 @@ g_object_unref(pixbuf); } +static gboolean screen_success = FALSE; + GLADE_CB void on_sc_save1_activate(GtkMenuItem * menuitem, gpointer user_data) { @@ -90,6 +92,9 @@ gchar *type; const gchar *filename = NULL; + if(screen_success == FALSE) + return; + switch (options.screen_format) { case XPM: case PCX: @@ -154,9 +159,12 @@ guchar *bytemap; gint w, h; - if (tilp_screen_capture()) + if (tilp_screen_capture()) { + screen_success = FALSE; return; - + } else + screen_success = TRUE; + w = ti_screen.width; h = ti_screen.height; |
From: <sv...@te...> - 2003-05-03 08:12:34
|
Author: roms Date: Sat May 3 10:12:29 2003 New Revision: 280 Modified: tilp/trunk/icons/Makefile.am Log: link some icons Modified: tilp/trunk/icons/Makefile.am ============================================================================== --- tilp/trunk/icons/Makefile.am (original) +++ tilp/trunk/icons/Makefile.am Sat May 3 10:12:29 2003 @@ -6,7 +6,7 @@ FN = `echo $$I | mawk '{ gsub(/\.ico/, "", $$0); print ($$0)}'` -install: $(ICONS) +install: $(ICONS) links @echo Installing icons... @$(INSTALL) -m755 -d $(DESTDIR)$(tilp_icon_dir) @for I in *.ico ; do \ |
From: <sv...@te...> - 2003-05-03 08:09:04
|
Author: roms Date: Sat May 3 10:08:57 2003 New Revision: 279 Added: tilp/trunk/icons/ tilp/trunk/icons/Application.ico (contents, props changed) tilp/trunk/icons/Asm_Program.ico (contents, props changed) tilp/trunk/icons/Backup.ico (contents, props changed) tilp/trunk/icons/COPYRIGHT tilp/trunk/icons/Certificate.ico (contents, props changed) tilp/trunk/icons/Complex.ico (contents, props changed) tilp/trunk/icons/Constant.ico (contents, props changed) tilp/trunk/icons/Data.ico (contents, props changed) tilp/trunk/icons/Equation.ico (contents, props changed) tilp/trunk/icons/Expression.ico (contents, props changed) tilp/trunk/icons/Figure.ico (contents, props changed) tilp/trunk/icons/GDB.ico (contents, props changed) tilp/trunk/icons/Group.ico (contents, props changed) tilp/trunk/icons/Group_Backup.ico (contents, props changed) tilp/trunk/icons/Group_Var.ico (contents, props changed) tilp/trunk/icons/List.ico (contents, props changed) tilp/trunk/icons/ListOfTypes.txt (contents, props changed) tilp/trunk/icons/Macro.ico (contents, props changed) tilp/trunk/icons/Makefile tilp/trunk/icons/Makefile.am tilp/trunk/icons/Makefile.in tilp/trunk/icons/Matrix.ico (contents, props changed) tilp/trunk/icons/OS_upgrade.ico (contents, props changed) tilp/trunk/icons/Picture.ico (contents, props changed) tilp/trunk/icons/Program.ico (contents, props changed) tilp/trunk/icons/Range.ico (contents, props changed) tilp/trunk/icons/Real.ico (contents, props changed) tilp/trunk/icons/String.ico (contents, props changed) tilp/trunk/icons/TIicon1.ico (contents, props changed) tilp/trunk/icons/TIicon2.ico (contents, props changed) tilp/trunk/icons/TIicon3.ico (contents, props changed) tilp/trunk/icons/TIicon4.ico (contents, props changed) tilp/trunk/icons/Table_Setup.ico (contents, props changed) tilp/trunk/icons/Text.ico (contents, props changed) tilp/trunk/icons/Unknown.ico (contents, props changed) tilp/trunk/icons/Vector.ico (contents, props changed) tilp/trunk/icons/Window_Setup.ico (contents, props changed) tilp/trunk/icons/Zipped.ico (contents, props changed) tilp/trunk/icons/Zoom.ico (contents, props changed) tilp/trunk/icons/test.ico (contents, props changed) tilp/trunk/icons/up.ico (contents, props changed) Log: icons for TiLP Added: tilp/trunk/icons/Application.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Asm_Program.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Backup.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/COPYRIGHT ============================================================================== --- (empty file) +++ tilp/trunk/icons/COPYRIGHT Sat May 3 10:08:57 2003 @@ -0,0 +1,9 @@ +Icons are (c) 2002 by Jesse Palmer for the TiLP project. +All rights reserved. + +Jesse Palmer (jp3d): icon designer +================================== + +web: http://jp3d.net +mail: jp...@jp... + \ No newline at end of file Added: tilp/trunk/icons/Certificate.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Complex.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Constant.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Data.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Equation.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Expression.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Figure.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/GDB.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Group.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Group_Backup.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Group_Var.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/List.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/ListOfTypes.txt ============================================================================== --- (empty file) +++ tilp/trunk/icons/ListOfTypes.txt Sat May 3 10:08:57 2003 @@ -0,0 +1,55 @@ +These icons has been drawn by Jesse Palmer <jp...@jp...>. + +Group of icons: +- application, certificate, OS upgrade: pink color +- backup, group: yellow color +- others: blue color + +Practically, you just have to change colors of Backup & Zipped icons. +Others are ok. +You TIicon?.ico icons was useful, too. + +List of files (some vartypes have the same icon but with different files): + +- vartype descriptive icon file suggested symbol + +- EXPR Expression Expression.ico x+1 +- REAL Real Real.ico 3.0 +- CPLX Complex Complex.ico 1+i +- CONST Constant Constant.ico pi +- DATA Data Data.ico ? +- LIST List List.ico {.} +- CLIST Complex List List.ico {.} +- VECT Vector Vector.ico -> at 45° +- CVECT Complex Vector Vector.ico -> at 45° +- MAT Matrix Matrix.ico [.] +- CMAT Complex Matrix Matrix.ico [.] +- EQU Equation Equation.ico Y= +- YVAR Y-Var Equation.ico Y= +- POLAR Polar Equation.ico Y= +- PARAM Parametric Equation.ico Y= +- DIFEQ Diff Equ Equation.ico Y= +- FUNC Function Function.ico f(x) +- STR String String.ico "ab" +- TEXT Text Text.ico txt +- PRGM Program Program.ico if +- ASM Asm Program Asm_Program.ico 0101 +- PIC Picture Picture.ico image +- WDW Window Setup Windows_Setup.ico ? +- ZSTO Zoom Zoom.ico a lens ? +- ZRCL Zoom Zoom.ico a lens ? +- TAB Table Setup Table_Setup.ico ? +- AMS OS upgrade OS_upgrade.ico OS +- APPL Application Application.ico APP +- APPV App Var Application.ico APP +- CERT Certificate Certificate.ico a key (signing) +- RANGE Range Range.ico RNG +- GDB GDB GDB.ico a circle, a triangle and a square +- FIG Figure Figure.ico a circle with a line +- ZIP Zipped Zipped.ico the WinZip icon or something else +- MAC Macro Macro.ico MAC +- GRP Group Var Group.ico + +Icon not listed: +- BKUP Backup Backup.ico +- GROUP Group Group.ico a (WinXP) folder icon \ No newline at end of file Added: tilp/trunk/icons/Macro.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Makefile ============================================================================== --- (empty file) +++ tilp/trunk/icons/Makefile Sat May 3 10:08:57 2003 @@ -0,0 +1,269 @@ +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am + +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + +srcdir = . +top_srcdir = .. + +prefix = /usr +exec_prefix = ${prefix} + +bindir = ${exec_prefix}/bin +sbindir = ${exec_prefix}/sbin +libexecdir = ${exec_prefix}/libexec +datadir = ${prefix}/share +sysconfdir = ${prefix}/etc +sharedstatedir = ${prefix}/com +localstatedir = ${prefix}/var +libdir = ${exec_prefix}/lib +infodir = ${prefix}/info +mandir = ${prefix}/man +includedir = ${prefix}/include +oldincludedir = /usr/include + +DESTDIR = + +pkgdatadir = $(datadir)/tilp +pkglibdir = $(libdir)/tilp +pkgincludedir = $(includedir)/tilp + +top_builddir = .. + +ACLOCAL = aclocal +AUTOCONF = autoconf +AUTOMAKE = automake +AUTOHEADER = autoheader +INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) +INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_SCRIPT = ${INSTALL} +transform = s,x,x, + +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +host_alias = +host_triplet = i686-pc-linux-gnu +ALLOW_EXIT_HOMEDIR = +AS = @AS@ +AWK = mawk +BUILD_INCLUDED_LIBINTL = no +CATOBJEXT = .gmo +CC = gcc +CFLAGS = -g -O2 -I/usr/include/tilp -I/usr/include/tilp -I/usr/include/tilp -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D__LINUX__ -Wall +CXX = g++ +DATADIRNAME = share +DLLTOOL = @DLLTOOL@ +ECHO = echo +EXEEXT = +GENCAT = gencat +GLIBC21 = yes +GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include +GLIB_LIBS = -lglib-2.0 +GMSGFMT = /usr/bin/msgfmt +GTK_CFLAGS = -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include +GTK_LIBS = -Wl,--export-dynamic -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 +HAVE_LIB = @HAVE_LIB@ +INSTOBJEXT = .mo +INTLBISON = bison +INTLLIBS = +INTLOBJS = +INTL_LIBTOOL_SUFFIX_PREFIX = +LDFLAGS = -lticables -ltifiles -lticalcs-4 -lticables -ltifiles -lglib-2.0 -lglib-2.0 -Wl,--export-dynamic -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 +LIB = @LIB@ +LIBICONV = +LIBINTL = +LIBTOOL = $(SHELL) $(top_builddir)/libtool +LN_S = ln -s +LTLIB = @LTLIB@ +LTLIBICONV = +LTLIBINTL = +MAKEINFO = makeinfo +MKINSTALLDIRS = ./mkinstalldirs +OBJDUMP = @OBJDUMP@ +OBJEXT = o +PACKAGE = tilp +PKG_CONFIG = /usr/bin/pkg-config +POSUB = po +RANLIB = ranlib +STRIP = strip +TICABLES_CFLAGS = -I/usr/include/tilp +TICABLES_LIBS = -lticables +TICALCS_CFLAGS = -I/usr/include/tilp -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include +TICALCS_LIBS = -lticalcs-4 -lticables -ltifiles -lglib-2.0 +TIFILES_CFLAGS = -I/usr/include/tilp +TIFILES_LIBS = -ltifiles +USE_INCLUDED_LIBINTL = no +USE_NLS = yes +VERSION = 6.66 +locale_dir = ${prefix}/share/locale +tilp_glade_dir = ${prefix}/share/tilp/glade +tilp_help_dir = ${prefix}/share/tilp/help +tilp_icon_dir = ${prefix}/share/tilp/icons +tilp_pixmap_dir = ${prefix}/share/tilp/pixmaps +tilp_plugin_dir = ${exec_prefix}/lib/tilp + +SHELL = /bin/sh +INSTALL = /usr/bin/install -c + +ICONS = *.ico +EXTRA_DIST = $(ICONS) + +FN = `echo $$I | mawk '{ gsub(/\.ico/, "", $$0); print ($$0)}'` +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = ../config.h +CONFIG_CLEAN_FILES = +DIST_COMMON = Makefile.am Makefile.in + + +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +TAR = tar +GZIP_ENV = --best +all: all-redirect +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/Makefile + +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +tags: TAGS +TAGS: + + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = icons + +distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu icons/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ + cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ + || cp -p $$d/$$file $(distdir)/$$file || :; \ + fi; \ + done +info-am: +info: info-am +dvi-am: +dvi: dvi-am +check-am: all-am +check: check-am +installcheck-am: +installcheck: installcheck-am +install-exec-am: +install-exec: install-exec-am + +install-data-am: +install-data: install-data-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am +install: install-am +uninstall-am: +uninstall: uninstall-am +all-am: Makefile +all-redirect: all-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install +installdirs: + + +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -f config.cache config.log stamp-h stamp-h[0-9]* + +maintainer-clean-generic: +mostlyclean-am: mostlyclean-generic + +mostlyclean: mostlyclean-am + +clean-am: clean-generic mostlyclean-am + +clean: clean-am + +distclean-am: distclean-generic clean-am + -rm -f libtool + +distclean: distclean-am + +maintainer-clean-am: maintainer-clean-generic distclean-am + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + +maintainer-clean: maintainer-clean-am + +.PHONY: tags distdir info-am info dvi-am dvi check check-am \ +installcheck-am installcheck install-exec-am install-exec \ +install-data-am install-data install-am install uninstall-am uninstall \ +all-redirect all-am all installdirs mostlyclean-generic \ +distclean-generic clean-generic maintainer-clean-generic clean \ +mostlyclean distclean maintainer-clean + + +install: $(ICONS) + @echo Installing icons... + @$(INSTALL) -m755 -d $(DESTDIR)$(tilp_icon_dir) + @for I in *.ico ; do \ + $(INSTALL) -m644 $$I $(DESTDIR)$(tilp_icon_dir)/; \ + done + @echo Done + +uninstall: + @echo Removing icons... + $(RM) $(DESTDIR)$(tilp_icon_dir)/*.ico + +convert: + @echo Converting icons to pixmaps + @for I in *.ico ; do \ + echo $$I into $(FN).xpm; \ + winicontoppm $$I | ppmtoxpm -name $(FN) > $(FN).xpm; \ + done + @echo Done + +links: + @echo Linking some icons... + ln -sf Application.ico App_Var.ico + ln -sf List.ico Complex_List.ico + ln -sf Matrix.ico Complex_Matrix.ico + ln -sf Vector.ico Complex_Vector.ico + ln -sf Equation.ico Diff_Eq.ico + ln -sf Equation.ico Function.ico + ln -sf Equation.ico Parametric.ico + ln -sf Equation.ico Polar.ico + ln -sf Equation.ico Y_Var.ico + @echo Done + +dos2unix: + dos2unix + lowercase + uppercase + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Added: tilp/trunk/icons/Makefile.am ============================================================================== --- (empty file) +++ tilp/trunk/icons/Makefile.am Sat May 3 10:08:57 2003 @@ -0,0 +1,45 @@ +SHELL=/bin/sh +INSTALL=@INSTALL@ + +ICONS = *.ico +EXTRA_DIST = $(ICONS) + +FN = `echo $$I | mawk '{ gsub(/\.ico/, "", $$0); print ($$0)}'` + +install: $(ICONS) + @echo Installing icons... + @$(INSTALL) -m755 -d $(DESTDIR)$(tilp_icon_dir) + @for I in *.ico ; do \ + $(INSTALL) -m644 $$I $(DESTDIR)$(tilp_icon_dir)/; \ + done + @echo Done + +uninstall: + @echo Removing icons... + $(RM) $(DESTDIR)$(tilp_icon_dir)/*.ico + +convert: + @echo Converting icons to pixmaps + @for I in *.ico ; do \ + echo $$I into $(FN).xpm; \ + winicontoppm $$I | ppmtoxpm -name $(FN) > $(FN).xpm; \ + done + @echo Done + +links: + @echo Linking some icons... + ln -sf Application.ico App_Var.ico + ln -sf List.ico Complex_List.ico + ln -sf Matrix.ico Complex_Matrix.ico + ln -sf Vector.ico Complex_Vector.ico + ln -sf Equation.ico Diff_Eq.ico + ln -sf Equation.ico Function.ico + ln -sf Equation.ico Parametric.ico + ln -sf Equation.ico Polar.ico + ln -sf Equation.ico Y_Var.ico + @echo Done + +dos2unix: + dos2unix + lowercase + uppercase \ No newline at end of file Added: tilp/trunk/icons/Makefile.in ============================================================================== --- (empty file) +++ tilp/trunk/icons/Makefile.in Sat May 3 10:08:57 2003 @@ -0,0 +1,269 @@ +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am + +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +bindir = @bindir@ +sbindir = @sbindir@ +libexecdir = @libexecdir@ +datadir = @datadir@ +sysconfdir = @sysconfdir@ +sharedstatedir = @sharedstatedir@ +localstatedir = @localstatedir@ +libdir = @libdir@ +infodir = @infodir@ +mandir = @mandir@ +includedir = @includedir@ +oldincludedir = /usr/include + +DESTDIR = + +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ + +top_builddir = .. + +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +transform = @program_transform_name@ + +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ +ALLOW_EXIT_HOMEDIR = @ALLOW_EXIT_HOMEDIR@ +AS = @AS@ +AWK = @AWK@ +BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CFLAGS = @CFLAGS@ +CXX = @CXX@ +DATADIRNAME = @DATADIRNAME@ +DLLTOOL = @DLLTOOL@ +ECHO = @ECHO@ +EXEEXT = @EXEEXT@ +GENCAT = @GENCAT@ +GLIBC21 = @GLIBC21@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GMSGFMT = @GMSGFMT@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +HAVE_LIB = @HAVE_LIB@ +INSTOBJEXT = @INSTOBJEXT@ +INTLBISON = @INTLBISON@ +INTLLIBS = @INTLLIBS@ +INTLOBJS = @INTLOBJS@ +INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ +LDFLAGS = @LDFLAGS@ +LIB = @LIB@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIB = @LTLIB@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +MAKEINFO = @MAKEINFO@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PKG_CONFIG = @PKG_CONFIG@ +POSUB = @POSUB@ +RANLIB = @RANLIB@ +STRIP = @STRIP@ +TICABLES_CFLAGS = @TICABLES_CFLAGS@ +TICABLES_LIBS = @TICABLES_LIBS@ +TICALCS_CFLAGS = @TICALCS_CFLAGS@ +TICALCS_LIBS = @TICALCS_LIBS@ +TIFILES_CFLAGS = @TIFILES_CFLAGS@ +TIFILES_LIBS = @TIFILES_LIBS@ +USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +locale_dir = @locale_dir@ +tilp_glade_dir = @tilp_glade_dir@ +tilp_help_dir = @tilp_help_dir@ +tilp_icon_dir = @tilp_icon_dir@ +tilp_pixmap_dir = @tilp_pixmap_dir@ +tilp_plugin_dir = @tilp_plugin_dir@ + +SHELL = /bin/sh +INSTALL = @INSTALL@ + +ICONS = *.ico +EXTRA_DIST = $(ICONS) + +FN = `echo $$I | mawk '{ gsub(/\.ico/, "", $$0); print ($$0)}'` +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = ../config.h +CONFIG_CLEAN_FILES = +DIST_COMMON = Makefile.am Makefile.in + + +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +TAR = tar +GZIP_ENV = --best +all: all-redirect +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/Makefile + +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +tags: TAGS +TAGS: + + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = icons + +distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu icons/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ + cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ + || cp -p $$d/$$file $(distdir)/$$file || :; \ + fi; \ + done +info-am: +info: info-am +dvi-am: +dvi: dvi-am +check-am: all-am +check: check-am +installcheck-am: +installcheck: installcheck-am +install-exec-am: +install-exec: install-exec-am + +install-data-am: +install-data: install-data-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am +install: install-am +uninstall-am: +uninstall: uninstall-am +all-am: Makefile +all-redirect: all-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install +installdirs: + + +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -f config.cache config.log stamp-h stamp-h[0-9]* + +maintainer-clean-generic: +mostlyclean-am: mostlyclean-generic + +mostlyclean: mostlyclean-am + +clean-am: clean-generic mostlyclean-am + +clean: clean-am + +distclean-am: distclean-generic clean-am + -rm -f libtool + +distclean: distclean-am + +maintainer-clean-am: maintainer-clean-generic distclean-am + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + +maintainer-clean: maintainer-clean-am + +.PHONY: tags distdir info-am info dvi-am dvi check check-am \ +installcheck-am installcheck install-exec-am install-exec \ +install-data-am install-data install-am install uninstall-am uninstall \ +all-redirect all-am all installdirs mostlyclean-generic \ +distclean-generic clean-generic maintainer-clean-generic clean \ +mostlyclean distclean maintainer-clean + + +install: $(ICONS) + @echo Installing icons... + @$(INSTALL) -m755 -d $(DESTDIR)$(tilp_icon_dir) + @for I in *.ico ; do \ + $(INSTALL) -m644 $$I $(DESTDIR)$(tilp_icon_dir)/; \ + done + @echo Done + +uninstall: + @echo Removing icons... + $(RM) $(DESTDIR)$(tilp_icon_dir)/*.ico + +convert: + @echo Converting icons to pixmaps + @for I in *.ico ; do \ + echo $$I into $(FN).xpm; \ + winicontoppm $$I | ppmtoxpm -name $(FN) > $(FN).xpm; \ + done + @echo Done + +links: + @echo Linking some icons... + ln -sf Application.ico App_Var.ico + ln -sf List.ico Complex_List.ico + ln -sf Matrix.ico Complex_Matrix.ico + ln -sf Vector.ico Complex_Vector.ico + ln -sf Equation.ico Diff_Eq.ico + ln -sf Equation.ico Function.ico + ln -sf Equation.ico Parametric.ico + ln -sf Equation.ico Polar.ico + ln -sf Equation.ico Y_Var.ico + @echo Done + +dos2unix: + dos2unix + lowercase + uppercase + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Added: tilp/trunk/icons/Matrix.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/OS_upgrade.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Picture.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Program.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Range.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Real.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/String.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/TIicon1.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/TIicon2.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/TIicon3.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/TIicon4.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Table_Setup.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Text.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Unknown.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Vector.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Window_Setup.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Zipped.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/Zoom.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/test.ico ============================================================================== Binary file. No diff available. Added: tilp/trunk/icons/up.ico ============================================================================== Binary file. No diff available. |
From: <sv...@te...> - 2003-05-03 08:05:01
|
Author: roms Date: Sat May 3 10:04:57 2003 New Revision: 278 Modified: tilp/trunk/plugins/gfv/main.c Log: Removed hexa dump for debug Modified: tilp/trunk/plugins/gfv/main.c ============================================================================== --- tilp/trunk/plugins/gfv/main.c (original) +++ tilp/trunk/plugins/gfv/main.c Sat May 3 10:04:57 2003 @@ -240,8 +240,8 @@ char icon_name[256]; row_text[0] = g_strdup(entry->trans); - printf("<<%s>>\n", row_text[0]); - hexdump(row_text[0], 9); + //printf("<<%s>>\n", row_text[0]); + //hexdump(row_text[0], 9); row_text[2] = g_strdup_printf("%s", tifiles_vartype2string(entry->type)); row_text[3] = g_strdup_printf("%u", entry->size); |
From: <sv...@te...> - 2003-05-03 07:47:58
|
Author: roms Date: Sat May 3 09:47:53 2003 New Revision: 277 Modified: tilp/trunk/src/screenshot.c Log: reindentation Modified: tilp/trunk/src/screenshot.c ============================================================================== --- tilp/trunk/src/screenshot.c (original) +++ tilp/trunk/src/screenshot.c Sat May 3 09:47:53 2003 @@ -40,18 +40,22 @@ { GladeXML *xml; GdkPixbuf *pixbuf; + xml = glade_xml_new (tilp_paths_build_glade("screenshot-2.glade"), "screenshot_dbox", PACKAGE); if (!xml) g_error("GUI loading failed !\n"); + glade_xml_signal_autoconnect(xml); scrn_win = glade_xml_get_widget(xml, "screenshot_dbox"); scrn_img = glade_xml_get_widget(xml, "pixmap7"); pixbuf = create_pixbuf("screendump.xpm"); gtk_image_set_from_pixbuf(GTK_IMAGE(scrn_img), pixbuf); g_object_unref(pixbuf); + gtk_widget_show_all(scrn_win); + return 0; } @@ -61,11 +65,14 @@ const gchar *filename; GdkPixbuf *pixbuf; GError *error; + filename = create_fsel(); if (!filename) return; + pixbuf = gdk_pixbuf_new_from_file(filename, &error); - if (!pixbuf) { + if (!pixbuf) + { fprintf(stderr, "Failed to load pixbuf file: %s: %s\n", filename, error->message); g_error_free(error); @@ -82,6 +89,7 @@ GError *error; gchar *type; const gchar *filename = NULL; + switch (options.screen_format) { case XPM: case PCX: @@ -113,6 +121,7 @@ type = ""; break; } + if (result == FALSE) { fprintf(stderr, "Failed to save pixbuf file: %s: %s\n", filename, error->message); @@ -150,7 +159,7 @@ w = ti_screen.width; h = ti_screen.height; - printf("<%i>\n", options.screen_blurry); + if (options.screen_blurry) bytemap = tilp_screen_blurry(); else @@ -175,25 +184,35 @@ { gtk_widget_destroy(scrn_win); } + extern void on_manual1_activate(GtkMenuItem * menuitem, gpointer user_data); + GLADE_CB void on_scdbox_button4_clicked(GtkButton * button, gpointer user_data) { on_manual1_activate(NULL, NULL); -} static gchar *filename = NULL; +} + +static gchar *filename = NULL; + static void store_filename(GtkFileSelection * file_selector, gpointer user_data) { filename = (gchar *) gtk_file_selection_get_filename(GTK_FILE_SELECTION(user_data)); -} static void cancel_filename(GtkButton * button, gpointer user_data) +} + +static void cancel_filename(GtkButton * button, gpointer user_data) { filename = ""; -} static const gchar *create_fsel(void) +} + +static const gchar *create_fsel(void) { GtkWidget *fs; gchar *ext; + switch (options.screen_format) { case JPG: ext = "*.jpg"; @@ -205,6 +224,7 @@ ext = ""; break; } + fs = gtk_file_selection_new("Select a File."); gtk_file_selection_complete(GTK_FILE_SELECTION(fs), ext); g_signal_connect(GTK_OBJECT(GTK_FILE_SELECTION(fs)->ok_button), @@ -221,6 +241,7 @@ (GTK_FILE_SELECTION(fs)->cancel_button), "clicked", G_CALLBACK(gtk_widget_destroy), (gpointer) fs); + filename = NULL; gtk_widget_show(fs); while (filename == NULL) { @@ -228,9 +249,14 @@ gtk_main_iteration(); } } + if (!strcmp(filename, "")) return NULL; - else return filename; } + + + + + |
From: Romain L. <rom...@wa...> - 2003-05-03 07:43:53
|
Hi, JB: I noticed that MSVC Win32 projects/makefiles are not in the repository as well as export files for libraries. Do I need to add them unless you don't like to see them in the repos ? roms. -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: <sv...@te...> - 2003-05-03 07:39:53
|
Author: roms Date: Sat May 3 09:39:48 2003 New Revision: 276 Removed: tilp/trunk/win32/msvc/ Log: Removed Win32 projects and makefiles |
From: Julien B. <jb...@jb...> - 2003-05-01 18:53:06
|
"Romain Lievin" <rom...@wa...> wrote: >> Log: >> Remove Makefiles that shouldn't be here. > > well, I noticed that binary files has been added when I done the commit. > Is there a way to commit source files only in a single commit or do I commit > file one per one ? No files got added during your last commit. Files are only added explicitly by doing svn add <files> and svn commit. Please never commit files 1 by 1, the revision would be incremented each time. Think of a revision as a changeset. Also, run svn status before commiting, and if you have a doubt on a file tagged as modified, run svn diff on that file to review the changes. If the file has no changes (eg a blank line was added as the result of a debug session -- added a printf() and then removed it for instance) run svn revert on that file. JB. -- BOFH excuse #123: user to computer ratio too high. |
From: Romain L. <rom...@wa...> - 2003-05-01 18:30:46
|
Hi, On Thu, May 01, 2003 at 05:50:28PM +0200, sv...@te... wrote: > Author: julien > Date: Thu May 1 17:50:27 2003 > New Revision: 274 > > Removed: > libticables/trunk/docs/Makefile > libticalcs/trunk/docs/Makefile > libtifiles/trunk/docs/Makefile > Log: > Remove Makefiles that shouldn't be here. > well, I noticed that binary files has been added when I done the commit. Is there a way to commit source files only in a single commit or do I commit file one per one ? > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel roms. -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: <sv...@te...> - 2003-05-01 15:50:33
|
Author: julien Date: Thu May 1 17:50:27 2003 New Revision: 274 Removed: libticables/trunk/docs/Makefile libticalcs/trunk/docs/Makefile libtifiles/trunk/docs/Makefile Log: Remove Makefiles that shouldn't be here. |
From: <sv...@te...> - 2003-05-01 14:52:21
|
Author: roms Date: Thu May 1 16:52:15 2003 New Revision: 273 Modified: libtifiles/trunk/ChangeLog libtifiles/trunk/aclocal.m4 libtifiles/trunk/configure.in libtifiles/trunk/docs/Makefile libtifiles/trunk/src/Makefile.in libtifiles/trunk/src/trans.c libtifiles/trunk/tests/Makefile.in Log: Added 'mu' char to TI89..V200 Modified: libtifiles/trunk/ChangeLog ============================================================================== --- libtifiles/trunk/ChangeLog (original) +++ libtifiles/trunk/ChangeLog Thu May 1 16:52:15 2003 @@ -3,6 +3,10 @@ To do: - pre-init structs (ti9x_create_regular_content) rather than bzeros them. +- 01/05/2003, version 0.5.6: + Added 'mu' char to TI89..V200. Unicode translation was missing for + TI92(+)/V200. + - 19/04/2003, version 0.5.5: Added various varname translations (ASCII, ISO8859-1 and UTF-8). Some fields have been extended (trans[9] -> trans[17]) to store Modified: libtifiles/trunk/aclocal.m4 ============================================================================== --- libtifiles/trunk/aclocal.m4 (original) +++ libtifiles/trunk/aclocal.m4 Thu May 1 16:52:15 2003 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.4-p4 +dnl aclocal.m4t generated automatically by aclocal 1.4-p4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation Modified: libtifiles/trunk/configure.in ============================================================================== --- libtifiles/trunk/configure.in (original) +++ libtifiles/trunk/configure.in Thu May 1 16:52:15 2003 @@ -9,7 +9,7 @@ # set library version number MAJOR_VERSION=0 MINOR_VERSION=5 -MICRO_VERSION=5 +MICRO_VERSION=6 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION AC_SUBST(MAJOR_VERSION) Modified: libtifiles/trunk/docs/Makefile ============================================================================== --- libtifiles/trunk/docs/Makefile (original) +++ libtifiles/trunk/docs/Makefile Thu May 1 16:52:15 2003 @@ -124,9 +124,9 @@ all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps docs/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -139,11 +139,6 @@ subdir = docs distdir: $(DISTFILES) - here=`cd $(top_builddir) && pwd`; \ - top_distdir=`cd $(top_distdir) && pwd`; \ - distdir=`cd $(distdir) && pwd`; \ - cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu docs/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ Modified: libtifiles/trunk/src/Makefile.in ============================================================================== --- libtifiles/trunk/src/Makefile.in (original) +++ libtifiles/trunk/src/Makefile.in Thu May 1 16:52:15 2003 @@ -304,69 +304,6 @@ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done -error.lo error.o : error.c intl.h ../config.h export.h file_err.h -files8x.lo files8x.o : files8x.c file_int.h stdints.h ../config.h \ - export.h file_def.h typesxx.h types73.h types82.h types83.h \ - types83p.h types85.h types86.h types89.h types92.h types92p.h \ - typesv2.h filesxx.h files8x.h files9x.h file_err.h misc.h \ - intelhex.h macros.h trans.h -files9x.lo files9x.o : files9x.c file_int.h stdints.h ../config.h \ - export.h file_def.h typesxx.h types73.h types82.h types83.h \ - types83p.h types85.h types86.h types89.h types92.h types92p.h \ - typesv2.h filesxx.h files8x.h files9x.h file_err.h misc.h \ - macros.h trans.h -filesxx.lo filesxx.o : filesxx.c file_int.h stdints.h ../config.h \ - export.h file_def.h typesxx.h types73.h types82.h types83.h \ - types83p.h types85.h types86.h types89.h types92.h types92p.h \ - typesv2.h filesxx.h files8x.h files9x.h file_err.h -grp_ops.lo grp_ops.o : grp_ops.c file_int.h stdints.h ../config.h \ - export.h file_def.h typesxx.h types73.h types82.h types83.h \ - types83p.h types85.h types86.h types89.h types92.h types92p.h \ - typesv2.h filesxx.h files8x.h files9x.h file_err.h macros.h -intelhex.lo intelhex.o : intelhex.c stdints.h ../config.h macros.h \ - intelhex.h -intrface.lo intrface.o : intrface.c intl.h ../config.h export.h \ - file_ver.h file_int.h stdints.h file_def.h typesxx.h types73.h \ - types82.h types83.h types83p.h types85.h types86.h types89.h \ - types92.h types92p.h typesv2.h filesxx.h files8x.h files9x.h \ - trans.h grp_ops.h -misc.lo misc.o : misc.c stdints.h ../config.h export.h file_int.h \ - file_def.h typesxx.h types73.h types82.h types83.h types83p.h \ - types85.h types86.h types89.h types92.h types92p.h typesv2.h \ - filesxx.h files8x.h files9x.h -trans.lo trans.o : trans.c stdints.h ../config.h typesxx.h types73.h \ - types82.h types83.h types83p.h types85.h types86.h types89.h \ - types92.h types92p.h typesv2.h file_int.h export.h file_def.h \ - filesxx.h files8x.h files9x.h -type2str.lo type2str.o : type2str.c intl.h ../config.h file_def.h \ - typesxx.h types73.h stdints.h types82.h types83.h types83p.h \ - types85.h types86.h types89.h types92.h types92p.h typesv2.h \ - filesxx.h files8x.h export.h files9x.h -types73.lo types73.o : types73.c intl.h ../config.h export.h types73.h \ - stdints.h -types82.lo types82.o : types82.c intl.h ../config.h export.h types82.h \ - stdints.h -types83.lo types83.o : types83.c intl.h ../config.h export.h types83.h \ - stdints.h -types83p.lo types83p.o : types83p.c intl.h ../config.h export.h \ - types83p.h stdints.h -types85.lo types85.o : types85.c intl.h ../config.h export.h types85.h \ - stdints.h -types86.lo types86.o : types86.c intl.h ../config.h export.h types86.h \ - stdints.h -types89.lo types89.o : types89.c intl.h ../config.h export.h types89.h \ - stdints.h -types92.lo types92.o : types92.c intl.h ../config.h export.h types92.h \ - stdints.h -types92p.lo types92p.o : types92p.c intl.h ../config.h export.h \ - types92p.h stdints.h -typesv2.lo typesv2.o : typesv2.c intl.h ../config.h export.h typesv2.h \ - stdints.h -typesxx.lo typesxx.o : typesxx.c intl.h ../config.h file_int.h stdints.h \ - export.h file_def.h typesxx.h types73.h types82.h types83.h \ - types83p.h types85.h types86.h types89.h types92.h types92p.h \ - typesv2.h filesxx.h files8x.h files9x.h file_err.h misc.h - info-am: info: info-am dvi-am: Modified: libtifiles/trunk/src/trans.c ============================================================================== --- libtifiles/trunk/src/trans.c (original) +++ libtifiles/trunk/src/trans.c Thu May 1 16:52:15 2003 @@ -94,7 +94,10 @@ if((uint8_t)*src < 0x80) // ASCII part wchar = *src; else if((uint8_t)*src >= 0xA0) // ISO8859-1 part - wchar = *src & 0xff; + switch((uint8_t)*src) { + case 0xb5: wchar = 0x03bc; break; // mu + default: wchar = *src & 0xff; break; + } else { // greek characters switch((uint8_t)*src) { @@ -422,21 +425,36 @@ char *ti92_translate_varname(const char *varname, char *translate, uint8_t vartype) { - strcpy(translate, varname); + switch(encoding) { + case ENCODING_ASCII: return tifiles_convert_to_ascii(translate, varname); + case ENCODING_LATIN1: return tifiles_convert_to_latin1(translate, varname); + case ENCODING_UNICODE: return tifiles_convert_to_unicode(translate, varname); + } + return translate; } char *ti92p_translate_varname(const char *varname, char *translate, uint8_t vartype) { - strcpy(translate, varname); + switch(encoding) { + case ENCODING_ASCII: return tifiles_convert_to_ascii(translate, varname); + case ENCODING_LATIN1: return tifiles_convert_to_latin1(translate, varname); + case ENCODING_UNICODE: return tifiles_convert_to_unicode(translate, varname); + } + return translate; } char *v200_translate_varname(const char *varname, char *translate, uint8_t vartype) { - strcpy(translate, varname); + switch(encoding) { + case ENCODING_ASCII: return tifiles_convert_to_ascii(translate, varname); + case ENCODING_LATIN1: return tifiles_convert_to_latin1(translate, varname); + case ENCODING_UNICODE: return tifiles_convert_to_unicode(translate, varname); + } + return translate; } Modified: libtifiles/trunk/tests/Makefile.in ============================================================================== --- libtifiles/trunk/tests/Makefile.in (original) +++ libtifiles/trunk/tests/Makefile.in Thu May 1 16:52:15 2003 @@ -255,14 +255,6 @@ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done -test_tifiles.o: test_tifiles.c ../config.h ../src/file_int.h \ - ../src/stdints.h ../src/export.h ../src/file_def.h \ - ../src/typesxx.h ../src/types73.h ../src/types82.h \ - ../src/types83.h ../src/types83p.h ../src/types85.h \ - ../src/types86.h ../src/types89.h ../src/types92.h \ - ../src/types92p.h ../src/typesv2.h ../src/filesxx.h \ - ../src/files8x.h ../src/files9x.h - info-am: info: info-am dvi-am: |
From: Romain L. <rom...@wa...> - 2003-05-01 14:49:25
|
Hi, I'm gonna to rewrite the translation layer. I discovered interesting informations in our TI Link Guide. The libtifiles will support all variables and charset with the TI8x calcs. thx, roms. On Thu, May 01, 2003 at 11:25:04AM +0200, Tijl Coosemans wrote: > On Thu, 1 May 2003 11:18:46 +0200, Romain Lievin wrote: > > > > There is already a TI-charset to UTF8-charset converter in > > > libtifiles but for TI89...V200. I haven't TI83+ char maps. Maybe I > > > can find one in the online PDF manual... > > > > Unfortunately, I didn't find any one but there are char maps in the TI > > Link Guide... I'm going to fix this... > > There should be one in the sdk docs too. > http://education.ti.com/downloads/pdf/us/sdk83pguide.pdf > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: Romain L. <rom...@wa...> - 2003-05-01 09:55:38
|
Hi, On Thu, May 01, 2003 at 11:25:04AM +0200, Tijl Coosemans wrote: > On Thu, 1 May 2003 11:18:46 +0200, Romain Lievin wrote: > > > > There is already a TI-charset to UTF8-charset converter in > > > libtifiles but for TI89...V200. I haven't TI83+ char maps. Maybe I > > > can find one in the online PDF manual... > > > > Unfortunately, I didn't find any one but there are char maps in the TI > > Link Guide... I'm going to fix this... > > There should be one in the sdk docs too. > http://education.ti.com/downloads/pdf/us/sdk83pguide.pdf > ok, thx. > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel BTW, did you request an CVS access to JB ? JB: do I need a login/pass for commits ? roms. -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: Tijl C. <ti...@ul...> - 2003-05-01 09:25:29
|
On Thu, 1 May 2003 11:18:46 +0200, Romain Lievin wrote: > > There is already a TI-charset to UTF8-charset converter in > > libtifiles but for TI89...V200. I haven't TI83+ char maps. Maybe I > > can find one in the online PDF manual... > > Unfortunately, I didn't find any one but there are char maps in the TI > Link Guide... I'm going to fix this... There should be one in the sdk docs too. http://education.ti.com/downloads/pdf/us/sdk83pguide.pdf |
From: Romain L. <rom...@wa...> - 2003-05-01 09:18:59
|
Hi, On Wed, Apr 30, 2003 at 07:35:24PM +0200, Romain Lievin wrote: > Hi, > > On Sat, Apr 26, 2003 at 06:29:21PM +0200, Tijl Coosemans wrote: > > I noticed a problem with variables that use special characters. > > > > ** (tilp:9610): WARNING **: Invalid UTF8 string passed to > > pango_layout_set_text() > > > > A nice example of this is the TI83+ application Graph³, which has the > > uppercase '3'. > > > > I haven't looked into fixing this yet, but likely we'll need some sort > > of TI-ASCII to UTF8 converter. > > > > There is already a TI-charset to UTF8-charset converter in libtifiles but for > TI89...V200. I haven't TI83+ char maps. Maybe I can find one in the online > PDF manual... > Unfortunately, I didn't find any one but there are char maps in the TI Link Guide... I'm going to fix this... > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > TiLP-devel mailing list > > TiL...@li... > > https://lists.sourceforge.net/lists/listinfo/tilp-devel > > roms. > -- > Romain Lievin, aka 'roms' <ro...@ti...> > The TiLP project is on <http://www.ti-lpg.org> > "Linux, y'a moins bien mais c'est plus cher !" > > > > > > > > > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: Romain L. <rom...@wa...> - 2003-04-30 17:35:34
|
Hi, On Sat, Apr 26, 2003 at 06:29:21PM +0200, Tijl Coosemans wrote: > I noticed a problem with variables that use special characters. > > ** (tilp:9610): WARNING **: Invalid UTF8 string passed to > pango_layout_set_text() > > A nice example of this is the TI83+ application Graph³, which has the > uppercase '3'. > > I haven't looked into fixing this yet, but likely we'll need some sort > of TI-ASCII to UTF8 converter. > There is already a TI-charset to UTF8-charset converter in libtifiles but for TI89...V200. I haven't TI83+ char maps. Maybe I can find one in the online PDF manual... > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel roms. -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: Julien B. <jb...@jb...> - 2003-04-26 16:34:21
|
Tijl Coosemans <ti...@ul...> wrote: > I noticed a problem with variables that use special characters. > > ** (tilp:9610): WARNING **: Invalid UTF8 string passed to=20 > pango_layout_set_text() > > A nice example of this is the TI83+ application Graph=B3, which has the= =20 > uppercase '3'. It's not uppercase but super-script or something alike :) > I haven't looked into fixing this yet, but likely we'll need some sort=20 > of TI-ASCII to UTF8 converter. This is handled in the latest libtifiles, maybe there's a bug in there. JB. --=20 Julien BLACHE <http://www.jblache.org>=20 <jb...@jb...>=20 |
From: Tijl C. <ti...@ul...> - 2003-04-26 16:28:37
|
I noticed a problem with variables that use special characters. ** (tilp:9610): WARNING **: Invalid UTF8 string passed to=20 pango_layout_set_text() A nice example of this is the TI83+ application Graph=B3, which has the=20 uppercase '3'. I haven't looked into fixing this yet, but likely we'll need some sort=20 of TI-ASCII to UTF8 converter. |
From: Romain L. <rom...@wa...> - 2003-04-24 16:53:17
|
Hi, On Thu, Apr 24, 2003 at 05:23:01PM +0200, Julien BLACHE wrote: > Hi, > > The Subversion repository is now ready to use. Please read on. > > You can access it at : > <http://svn.technologeek.org/repos/tilp> > <https://svn.technologeek.org/repos/tilp> > > With your svn client or your web browser (a web browser with > client-side XSLT transform is recommended, Mozilla will do ; otherwise > it'll just be a little more... rough) > > You can browse it more comfortably at : > <http://svn.technologeek.org/cgi-bin/viewcvs.cgi/?root=tilp> > > > svn.technologeek.org resolves to both IPv4 (62.4.21.146) and IPv6 > (2001:7a8:185e:1::11). > > > People needing commit access to the repo should mail me with a > username and a (cleartext) password. Read the Subversion manual > before. > > > libtifiles is available at : > <http://svn.technologeek.org/repos/tilp/libtifiles> > <http://svn.technologeek.org/cgi-bin/viewcvs.cgi/libtifiles/?root=tilp> > > libticables is available at : > <http://svn.technologeek.org/repos/tilp/libticables> > <http://svn.technologeek.org/cgi-bin/viewcvs.cgi/libticables/?root=tilp> > > libticalcs is availabe at : > <http://svn.technologeek.org/repos/tilp/libticalcs> > <http://svn.technologeek.org/cgi-bin/viewcvs.cgi/libticalcs/?root=tilp> > > tilp is available at : > <http://svn.technologeek.org/repos/tilp/tilp> > <http://svn.technologeek.org/cgi-bin/viewcvs.cgi/tilp/?root=tilp> > > > GUIDELINES : > ------------ > > - DO NOT BREAK IT ! It's not backed up. It's sitting on top of a XFS > filesystem on a 2-disks software RAID 1 setup. > > - Use an up-to-date svn client. The server is running Debian > unstable, which means svn on this side will always be the latest > one. This is expected to produce some downtimes, as it might be needed > to reload the whole repository from time to time. > > - Download only what you NEED. That means do not download the whole > repo. If you want to grab the latest source, download the /trunk/ > sub-directory. (eg. http://svn.t.o/repos/tilp/tilp/trunk) > If you want a specific tag, download /tags/<your tag>. > If you need only a specific directory, download this directory only. > The host has only 128 kbits in upload, please spare my bandwith. > > - Do not commit generated files to the repo. This is especially true > for the gmo files under po/. Avoid committing regenerated > autoconf/automake files when this is not necessary. > > - Do not commit binary-only, non-free software, such as the appsign > distributed with TiLP (it's *NOT* in the repo, adding it would really > be a bad idea...) > > - Avoid indentation changes as much as possible. The indentation used > is the standard indentation of Emacs/XEmacs C mode. (an indentation of > level 2). The sources were recently passed through indent, as a result > some files are screwed. If you work on such a file, do not hesitate to > reformat it properly. Yeah ! indent -kr -i8 on the whole tree was a truly bad idea ! SHIT, I will have to manually indent source code again (60000 lines of code) :-(( > > - Commits can only happen over HTTPS. Any attempt to commit over HTTP > will fail ; thus, people with commit access should always use the > HTTPS URL. > > - Usual precautions apply : ensure a file is no longer used by anyone > before deleting or moving it, etc. > > - THIS IS NOT CVS ! FILES CAN BE MOVED ! (and copied) > > > TAGGING A RELEASE : > ------------------- > > You can tag a release by running : > % svn cp https://svn.t.o/repos/tilp/<module>/trunk \ > https://svn.t.o/repos/tilp/<module>/tags/<version> > > > COMMIT NOTIFICATIONS : > ---------------------- > > Commit notifications will be sent to this list, with a summary of the > changes and a unified diff of the changed files (files added or > removed won't show up in the diff, nor will binary files). > > > KEYWORD SUBSTITUTION : > ---------------------- > > If you want to make use of keyword substition ($Id$, $Rev$, etc...), > do not forget to enable this on the files that need it ! (by adding > the required property on this file) > > % svn propset svn:keywords "Id" foobar.c > > > MAKING TARBALLS FROM THE REPO : > ------------------------------- > > Please delete the .svn dirs before rolling out the tarball. find(1) is > your friend. > > > PROBLEMS : > ---------- > > Should anything bad or strange happen, please report it to > <sv...@te...> (or <sv...@ti...>, it's just the same). > > > TODO: > ----- > > I'll move the tilp.info domain DNS servers to my own, and add an > svn.tilp.info entry when I'll have some time. > > > A downtime is expected tomorrow or during the week-end, as I'll be > moving around some disks to cool them down. > I will ne be at home during WE... > > Subversion homepage : <http://subversion.tigris.org> > Well, I will have to RTFM... > > Happy hacking, > > JB. > > -- > Julien BLACHE <http://www.jblache.org> > <jb...@jb...> > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel roms. -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |
From: Julien B. <jb...@jb...> - 2003-04-24 15:22:24
|
Hi, The Subversion repository is now ready to use. Please read on. You can access it at : <http://svn.technologeek.org/repos/tilp> <https://svn.technologeek.org/repos/tilp> With your svn client or your web browser (a web browser with client-side XSLT transform is recommended, Mozilla will do ; otherwise it'll just be a little more... rough) You can browse it more comfortably at : <http://svn.technologeek.org/cgi-bin/viewcvs.cgi/?root=tilp> svn.technologeek.org resolves to both IPv4 (62.4.21.146) and IPv6 (2001:7a8:185e:1::11). People needing commit access to the repo should mail me with a username and a (cleartext) password. Read the Subversion manual before. libtifiles is available at : <http://svn.technologeek.org/repos/tilp/libtifiles> <http://svn.technologeek.org/cgi-bin/viewcvs.cgi/libtifiles/?root=tilp> libticables is available at : <http://svn.technologeek.org/repos/tilp/libticables> <http://svn.technologeek.org/cgi-bin/viewcvs.cgi/libticables/?root=tilp> libticalcs is availabe at : <http://svn.technologeek.org/repos/tilp/libticalcs> <http://svn.technologeek.org/cgi-bin/viewcvs.cgi/libticalcs/?root=tilp> tilp is available at : <http://svn.technologeek.org/repos/tilp/tilp> <http://svn.technologeek.org/cgi-bin/viewcvs.cgi/tilp/?root=tilp> GUIDELINES : ------------ - DO NOT BREAK IT ! It's not backed up. It's sitting on top of a XFS filesystem on a 2-disks software RAID 1 setup. - Use an up-to-date svn client. The server is running Debian unstable, which means svn on this side will always be the latest one. This is expected to produce some downtimes, as it might be needed to reload the whole repository from time to time. - Download only what you NEED. That means do not download the whole repo. If you want to grab the latest source, download the /trunk/ sub-directory. (eg. http://svn.t.o/repos/tilp/tilp/trunk) If you want a specific tag, download /tags/<your tag>. If you need only a specific directory, download this directory only. The host has only 128 kbits in upload, please spare my bandwith. - Do not commit generated files to the repo. This is especially true for the gmo files under po/. Avoid committing regenerated autoconf/automake files when this is not necessary. - Do not commit binary-only, non-free software, such as the appsign distributed with TiLP (it's *NOT* in the repo, adding it would really be a bad idea...) - Avoid indentation changes as much as possible. The indentation used is the standard indentation of Emacs/XEmacs C mode. (an indentation of level 2). The sources were recently passed through indent, as a result some files are screwed. If you work on such a file, do not hesitate to reformat it properly. - Commits can only happen over HTTPS. Any attempt to commit over HTTP will fail ; thus, people with commit access should always use the HTTPS URL. - Usual precautions apply : ensure a file is no longer used by anyone before deleting or moving it, etc. - THIS IS NOT CVS ! FILES CAN BE MOVED ! (and copied) TAGGING A RELEASE : ------------------- You can tag a release by running : % svn cp https://svn.t.o/repos/tilp/<module>/trunk \ https://svn.t.o/repos/tilp/<module>/tags/<version> COMMIT NOTIFICATIONS : ---------------------- Commit notifications will be sent to this list, with a summary of the changes and a unified diff of the changed files (files added or removed won't show up in the diff, nor will binary files). KEYWORD SUBSTITUTION : ---------------------- If you want to make use of keyword substition ($Id$, $Rev$, etc...), do not forget to enable this on the files that need it ! (by adding the required property on this file) % svn propset svn:keywords "Id" foobar.c MAKING TARBALLS FROM THE REPO : ------------------------------- Please delete the .svn dirs before rolling out the tarball. find(1) is your friend. PROBLEMS : ---------- Should anything bad or strange happen, please report it to <sv...@te...> (or <sv...@ti...>, it's just the same). TODO: ----- I'll move the tilp.info domain DNS servers to my own, and add an svn.tilp.info entry when I'll have some time. A downtime is expected tomorrow or during the week-end, as I'll be moving around some disks to cool them down. Subversion homepage : <http://subversion.tigris.org> Happy hacking, JB. -- Julien BLACHE <http://www.jblache.org> <jb...@jb...> |
From: Romain L. <rom...@wa...> - 2003-04-23 16:55:31
|
On Wed, Apr 23, 2003 at 01:09:31PM +0200, Tijl Coosemans wrote: > On Mon, 21 Apr 2003 10:19:34 +0200, Romain Lievin wrote: > > > > While you're at it, there seem to be similar problems with the tilp > > > tarball. "src/pbars_db.c" is missing there. > > > > I removed this this file because no longer needed (pbars are generated > > by libglade). > > You can remove pbars_db.h too then I think. done ! > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel -- Romain Lievin, aka 'roms' <ro...@ti...> The TiLP project is on <http://www.ti-lpg.org> "Linux, y'a moins bien mais c'est plus cher !" |