-
There's now a release of the libraries you can use for your trunk development:
https://www.calcforge.org/trac/calcforgelp/blog/developer-preview
There are already some bugfixes compared to Romain's last release.
2009-11-07 13:38:09 UTC in Tilem - TI Linux Emulator
-
Rebooting is not enough to reset the device after testing a wrong driver, you need to shut down the laptop and wait for a few seconds before turning it back on.
2009-10-25 17:04:37 UTC in gl860
-
I've attached a quick&dirty patch against "0.975" (the stuff from svn.tilp.info's tilem trunk) which just hardcodes libcalccables instead of libticables2.
Please tell me whether you're interested in a properly-done patch against 0.975 (which supports both and automatically detects which to use) or not. If you aren't interested in that old codebase anymore, I'm not going to bother. The...
2009-10-10 23:16:01 UTC in Tilem - TI Linux Emulator
-
Hmmm, I've looked at your current trunk in:
http://tilem.svn.sourceforge.net/viewvc/tilem/trunk/
and it appears to be missing virtual link support entirely? So there's nothing to patch there.
I'm certainly going to produce a patch against 0.973 (the latest, or rather least old, tarball) and/or the "0.974" code on svn.tilp.info, but I suppose you aren't supporting those anymore?.
2009-10-10 22:13:02 UTC in Tilem - TI Linux Emulator
-
The API changes are now completed:
https://www.calcforge.org/trac/calcforgelp/wiki/LibraryRenameApiChanges
I am going to write (and attach once I'm done) a patch which allows to build against either libcalccables or libticables2 or nothing. There are already conditionals which allow building without libticables2, so adding the libcalccables ones shouldn't be a problem.
2009-10-10 21:54:11 UTC in Tilem - TI Linux Emulator
-
kevinkofler committed patchset 489 of module tigcc to the TIGCC for Linux CVS repository, changing 1 files.
2009-10-05 00:35:11 UTC in TIGCC for Linux
-
Alternatively, we could also just assume evdev is being used, as the last Fedora release which defaulted to the old kbd driver (Fedora 9) already went EOL. :-p.
2009-07-26 23:38:21 UTC in TiEmu - a TI89(ti)/92(+)/V200 emulator.
-
Here's some code which can be used to detect evdev, to decide which mapping to use: https://bugzilla.redhat.com/attachment.cgi?id=328839.
2009-07-26 23:37:16 UTC in TiEmu - a TI89(ti)/92(+)/V200 emulator.