-
As already mentioned by an unknown user in a comment to ticket #1960432, a way to load waypoints from a file would be really great. While the original comment mentioned several closely related features that sure are nice to have, even very minimal functionality would be quite useful for many purposes (Geocaches, additional POIs, an exported "route" from openrouteservice.org, ...).
2009-10-29 19:05:53 UTC in NaviPOWM
-
File Added: w3m-0.5.2-sni.patch.
2009-03-11 17:02:07 UTC in w3m
-
Please add support for TLS Server Name Indication (see RFC4366 [1]) to w3m. This is necessary for virtual hosting for https sites under many circumstances (esp. for servers shared by individuals that each own a domain, so there cannot be a single certificate). There's additional information available on Wikipedia [5].
velox.ch provides a test server [2-4].
Both OpenSSL and GnuTLS support SNI...
2009-03-11 11:59:16 UTC in w3m
-
This would be quite useful, especially (but not only) without GPS device or without enough satellites in view.
2009-02-05 18:13:17 UTC in NaviPOWM
-
That was quite an interesting one. The reason was an improper implementation of the hash table query, causing "Clear" not to be found due to a collision right on the last entry of the table. Patch attached.
File Added: pcb-funchashfix.patch.
2009-01-02 23:23:40 UTC in Printed Circuit Board Layout Tool
-
In current CVS version (as of 2009-01-02) "Clear Buffer" doesn't work anymore (using the GTK HID at least - haven't tested any other).
Steps to reproduce:
1. Fire up pcb
2. Selection some component from the library. It will get copied to Buffer #1.
3. Select "Buffer -> Clear Buffer" from the menu.
Expected result: Buffer gets cleared and buffer content (library component) not shown as...
2009-01-02 22:45:52 UTC in Printed Circuit Board Layout Tool
-
With the attached patch gsch2pcb will properly escape special characters in pin labels inside the command file (*.cmd) so PCB (if patched [1] as well) won't choke on them anymore.
[1] https://sourceforge.net/tracker/index.php?func=detail&aid=2382954&group_id=73743&atid=538813.
2008-12-03 14:56:39 UTC in GPL'd Electronic Design Automation
-
File Added: pcb-escaping.patch.
2008-12-03 14:50:29 UTC in Printed Circuit Board Layout Tool
-
The attached patch adds escaping support in hid_parse_actions, so e.g. pin names containing special characters can be handled properly within command invocations (-> gsch2pcb).
2008-12-03 14:49:25 UTC in Printed Circuit Board Layout Tool
-
According to DJ Delorie, "Window->Pinout is supposed to ask you to click on an element", but it doesn't do that. In fact, even I do click on an element without being told, nothing happens.
Version: latest CVS (2008-12-03)
HID: gtk.
2008-12-03 14:45:38 UTC in Printed Circuit Board Layout Tool