You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(14) |
Apr
(5) |
May
(1) |
Jun
(8) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
(3) |
Nov
(2) |
Dec
(2) |
2007 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: David L. <da...@ai...> - 2002-04-26 18:46:04
|
Can anyone recommend a good 6.4 inch lcd/touchscreen combination or a place to buy a prebuilt touchscreen? I've just started putting together my plans for an in car system and am very new to using touchscreens. =20 I called ELO and talked to the guys there about their screens, but I' worried about buying a touchscreen that won't fit well with an LCD screen I get. Is this ever a problem or do the usually line up fine? =20 Any suggestions would be appreciated. david =20 -----Original Message----- From: Mike Javorski [mailto:mik...@bi...]=20 Sent: Friday, April 26, 2002 3:24 AM To: DashPC Yahoo Group; DashPC Devel List Subject: [dashpc] [DashPC Code] A New version of the Main C-based version of DashPCis now available in CVS =20 The source is available from CVS. Goto http://sourceforge.net/cvs/?group_id=3D43989 for info on how to access the source code via CVS. Please note that this new code is very much an alpha-quality release.. To discuss the new code, please join the #dashpc channel on irc.openprojects.net, or send email to one of the primary dashpc mailing lists (yahoo, sorceforge). Have fun!! - Mike To unsubscribe from this group, send an email to: das...@ya... Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .=20 |
From: Mike J. <mi...@ca...> - 2002-04-26 10:20:53
|
The source is available from CVS. Goto http://sourceforge.net/cvs/?group_id=43989 for info on how to access the source code via CVS. Please note that this new code is very much an alpha-quality release.. To discuss the new code, please join the #dashpc channel on irc.openprojects.net, or send email to one of the primary dashpc mailing lists (yahoo, sorceforge). Have fun!! - Mike |
From: <no...@so...> - 2002-04-08 22:39:22
|
Feature Requests item #536023, was opened at 2002-03-27 18:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536023&group_id=43989 Category: Configuration Requests Group: Next Release (example) >Status: Closed Priority: 3 Submitted By: Chris Bergeron (bergeron76) Assigned to: Nobody/Anonymous (nobody) Summary: Create a configuration file parser Initial Comment: Can someone create a configuration file that can be parsed and processed to affect the dynamic variables in the dashpc code? For example, a text file in /etc that would control things like: -screen resolution (800x600, etc) -button names -button actions(?) -debug mode (boolean) -showoff mode (boolean) -sound files ...etc? ---------------------------------------------------------------------- >Comment By: Mike Javorski (mike_javorski) Date: 2002-04-08 15:39 Message: Logged In: YES user_id=223349 Configuration Parser is active in current (0.0.2-alpha) release. Using the dot.conf configuration parsing library. ---------------------------------------------------------------------- Comment By: Mike Javorski (mike_javorski) Date: 2002-03-27 20:05 Message: Logged In: YES user_id=223349 I have one in progress.. It's going to take a little bit more time.. I was focused on the initial functionality first. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536023&group_id=43989 |
From: Mike J. <mi...@ca...> - 2002-04-07 16:57:04
|
The source is available from CVS, tagged as (dashpc-0_0_2-alpha) and as a development release (0.0.2-alpha) in the files area. Goto http://sourceforge.net/cvs/?group_id=43989 for info on how to access the source code via CVS. A developer release designed to alleviate you from having to deal with CVS is available in the file releases area of the dashpc project page. Goto http://sf.net/project/showfiles.php?group_id=43989&release_id=83373 Please note that this new code is very much an alpha-quality release.. To discuss the new code, please join the #dashpc channel on irc.openprojects.net, or send email to one of the primary dashpc mailing lists (yahoo, sorceforge). Have fun!! - Mike |
From: <no...@so...> - 2002-03-29 02:11:48
|
Feature Requests item #536461, was opened at 2002-03-28 15:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536461&group_id=43989 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Todd E. Johnson (tejohnson) >Assigned to: Nobody/Anonymous (nobody) Summary: remove hard codded mixing comands Initial Comment: It would be nice to pull this out of the source, or place within a header file due to multiple mixing programs. Ex: ossmix, aumix, etc. ---------------------------------------------------------------------- >Comment By: Todd E. Johnson (tejohnson) Date: 2002-03-28 21:11 Message: Logged In: YES user_id=169457 Direct audio calls instead. Mixer, we don't need no stinking mixer.... ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536461&group_id=43989 |
From: <no...@so...> - 2002-03-29 01:57:34
|
Bugs item #536568, was opened at 2002-03-28 20:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438070&aid=536568&group_id=43989 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Chris Bergeron (bergeron76) Assigned to: Nobody/Anonymous (nobody) Summary: Mute doesn't unmute Initial Comment: After hitting mute the volume level doesn't get saved. You have to hit up a few times to bring the volume back up. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438070&aid=536568&group_id=43989 |
From: Mike J. <mi...@ca...> - 2002-03-29 01:39:49
|
This new CVS commit contains: - Lots of little fix-me updates - Beginnings of source code "modularization" - Internal Sound Mixer control (no more system calls to aumix) - new sound functions in sound.c (for easier modularization) Next to come: - More internal handling of sound files (maybe ESD) - Configuration file handling (DotConf, then moving to XML) - Dynamically Loaded modules :-) - etc. etc. etc. |
From: Mike J. <mi...@ca...> - 2002-03-28 21:19:09
|
ME :-) On Thu, 2002-03-28 at 12:37, Todd E. Johnson wrote: > Who is on this list thus far? > > > Regards, > > Todd E. Johnson > tej...@ya... > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > _______________________________________________ > Dashpc-devel mailing list > Das...@li... > https://lists.sourceforge.net/lists/listinfo/dashpc-devel |
From: Todd E. J. <tej...@ya...> - 2002-03-28 20:37:35
|
Who is on this list thus far? Regards, Todd E. Johnson tej...@ya... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: <no...@so...> - 2002-03-28 20:36:44
|
Bugs item #536465, was opened at 2002-03-28 15:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438070&aid=536465&group_id=43989 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Todd E. Johnson (tejohnson) Assigned to: Nobody/Anonymous (nobody) Summary: Build Error when linking Initial Comment: Build error when linking: /usr/lib/crt.o: In function`_start': /usr/lib/crt.o(.text+0x18): undefined reference to `main' collect2: ld returned 1 exit status Occurs after doing `make`. I'm Using: GCC 2.95.3 LD 2.11.90.0.19 GTK 1.2.10 XFree86 4.1.0 Other: Slackware 8 kernel 2.4.18 ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438070&aid=536465&group_id=43989 |
From: <no...@so...> - 2002-03-28 20:28:51
|
Feature Requests item #536461, was opened at 2002-03-28 15:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536461&group_id=43989 Category: None Group: None Status: Open Priority: 5 Submitted By: Todd E. Johnson (tejohnson) Assigned to: Todd E. Johnson (tejohnson) Summary: remove hard codded mixing comands Initial Comment: It would be nice to pull this out of the source, or place within a header file due to multiple mixing programs. Ex: ossmix, aumix, etc. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536461&group_id=43989 |
From: <no...@so...> - 2002-03-28 20:23:54
|
Feature Requests item #536457, was opened at 2002-03-28 15:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536457&group_id=43989 Category: Documentation Group: None Status: Open Priority: 5 Submitted By: Todd E. Johnson (tejohnson) Assigned to: Todd E. Johnson (tejohnson) Summary: source doc updates Initial Comment: Documentation updates in source, such as readme, gpl, install, etc. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536457&group_id=43989 |
From: <no...@so...> - 2002-03-28 18:46:19
|
Bugs item #536399, was opened at 2002-03-28 13:46 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438070&aid=536399&group_id=43989 Category: Interface (example) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Chris Bergeron (bergeron76) Assigned to: Nobody/Anonymous (nobody) Summary: window_geometry doesn't work Initial Comment: For some reason the call to: x=640; y=480; gtk_window_set_default_size(GTK_WINDOW (main_window), x, y); isn't working. Does the window have to be realized before this happens? Can someone please fix. Thanks. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438070&aid=536399&group_id=43989 |
From: <no...@so...> - 2002-03-28 17:58:13
|
Feature Requests item #536023, was opened at 2002-03-27 21:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536023&group_id=43989 Category: Configuration Requests Group: Next Release (example) Status: Open >Priority: 3 Submitted By: Chris Bergeron (bergeron76) Assigned to: Nobody/Anonymous (nobody) Summary: Create a configuration file parser Initial Comment: Can someone create a configuration file that can be parsed and processed to affect the dynamic variables in the dashpc code? For example, a text file in /etc that would control things like: -screen resolution (800x600, etc) -button names -button actions(?) -debug mode (boolean) -showoff mode (boolean) -sound files ...etc? ---------------------------------------------------------------------- Comment By: Mike Javorski (mike_javorski) Date: 2002-03-27 23:05 Message: Logged In: YES user_id=223349 I have one in progress.. It's going to take a little bit more time.. I was focused on the initial functionality first. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536023&group_id=43989 |
From: <no...@so...> - 2002-03-28 17:57:34
|
Feature Requests item #536367, was opened at 2002-03-28 12:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536367&group_id=43989 Category: Interface Improvements (example) Group: None Status: Open Priority: 5 Submitted By: Chris Bergeron (bergeron76) Assigned to: Nobody/Anonymous (nobody) Summary: Add gtcd.h code to the mix. Initial Comment: I'd like to use gtcd as the CD interface. I'm having trouble finding the gtcd.h file though. Any takers? ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536367&group_id=43989 |
From: <no...@so...> - 2002-03-28 04:05:41
|
Feature Requests item #536023, was opened at 2002-03-27 18:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536023&group_id=43989 Category: Configuration Requests Group: Next Release (example) Status: Open Priority: 5 Submitted By: Chris Bergeron (bergeron76) Assigned to: Nobody/Anonymous (nobody) Summary: Create a configuration file parser Initial Comment: Can someone create a configuration file that can be parsed and processed to affect the dynamic variables in the dashpc code? For example, a text file in /etc that would control things like: -screen resolution (800x600, etc) -button names -button actions(?) -debug mode (boolean) -showoff mode (boolean) -sound files ...etc? ---------------------------------------------------------------------- >Comment By: Mike Javorski (mike_javorski) Date: 2002-03-27 20:05 Message: Logged In: YES user_id=223349 I have one in progress.. It's going to take a little bit more time.. I was focused on the initial functionality first. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536023&group_id=43989 |
From: <no...@so...> - 2002-03-28 04:04:44
|
Feature Requests item #536039, was opened at 2002-03-27 19:13 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536039&group_id=43989 Category: Configuration Requests Group: None >Status: Closed Priority: 7 Submitted By: Chris Bergeron (bergeron76) Assigned to: Nobody/Anonymous (nobody) Summary: Makefile and configure requested Initial Comment: Can someone please create a standard ./configure and Makefile setup for the dashpc.c code? This shouldn't be terribly difficult to implement at this point (based on how simple the code is now). This functionality will make things significantly easier for users/developers both now and in the future. ---------------------------------------------------------------------- >Comment By: Mike Javorski (mike_javorski) Date: 2002-03-27 20:04 Message: Logged In: YES user_id=223349 Actually this is already in place in CVS.. if more functionality is needed, let me know. Things I know which need to be added: - Install support (more elaborate) - Setting of DashPC specific Options. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536039&group_id=43989 |
From: <no...@so...> - 2002-03-28 03:13:17
|
Feature Requests item #536039, was opened at 2002-03-27 22:13 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536039&group_id=43989 Category: Configuration Requests Group: None Status: Open Priority: 7 Submitted By: Chris Bergeron (bergeron76) Assigned to: Nobody/Anonymous (nobody) Summary: Makefile and configure requested Initial Comment: Can someone please create a standard ./configure and Makefile setup for the dashpc.c code? This shouldn't be terribly difficult to implement at this point (based on how simple the code is now). This functionality will make things significantly easier for users/developers both now and in the future. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438073&aid=536039&group_id=43989 |