|
118 | Xorn | Storage | Feature Request | Medium | Allow derived attributes to be defined | New |
Task Description
no task description |
|
120 | Xorn | Storage | Task | Medium | Implement rectangle selection | New |
Task Description
void xorn_get_objects_in_rectangle(
xorn_revision_t rev,
double x0, double y0, double x1, double y1, bool partial,
xorn_object_t **objects_return, size_t *count_return);
void xorn_get_selected_objects_in_rectangle(
xorn_revision_t rev, xorn_selection_t sel,
double x0, double y0, double x1, double y1, bool partial,
xorn_object_t **objects_return, size_t *count_return);
xorn_selection_t xorn_select_in_rectangle(
xorn_revision_t rev,
double x0, double y0, double x1, double y1, bool partial);
lazy_bounding_box? |
|
121 | Xorn | Storage | Task | Medium | Implement reference points/lines | New |
Task Description
no task description |
|
122 | Xorn | Main | Task | Medium | Implement object rendering | New |
Task Description
no task description |
|
124 | Xorn | Storage | Task | Medium | Merge xorn_get_added/removed_objects? | New |
Task Description
no task description |
|
125 | Xorn | Python extension | Feature Request | Medium | Implement data comparison operators | New |
Task Description
richcmp |
|
126 | Xorn | Python extension | Task | Medium | Use custom exception classes? | New |
Task Description
e.g. TransienceError |
|
127 | Xorn | Python extension | Feature Request | Medium | Make attributes available to Python code | New |
Task Description
no task description |
|
131 | Xorn | Storage | Task | Medium | Figure out a way to test out-of-memory handling code | New |
Task Description
no task description |
|
132 | Xorn | Storage | Task | Medium | Use enums to represent gEDA enum types? | New |
Task Description
no task description |
|
133 | Xorn | Storage | Task | Medium | Add better example | New |
Task Description
no task description |
|
134 | Xorn | Storage | Task | Medium | Add function xorn_relocate_objects | New |
Task Description
int xorn_relocate_objects(
xorn_revision_t rev, xorn_selection_t sel,
xorn_object_t attach_to, xorn_object_t insert_before)
{
} |
|
135 | Xorn | Storage | Task | Medium | Add function testing whether two revisions are identica... | New |
Task Description
e.g, xorn_revisions_differ |
|
136 | Xorn | Storage | Task | Medium | Preserve relative order when copying objects | New |
Task Description
no task description |
|
137 | Xorn | Python extension | Task | Medium | Test if exceptions are raised correctly | New |
Task Description
no task description |
|
139 | Xorn | Python extension | Feature Request | Medium | Make object existence available as membership test? | New |
Task Description
Revision.__contains__ |
|
140 | Xorn | Python extension | Feature Request | Medium | Add function Revision.get_object_type()? | New |
Task Description
no task description |
|
141 | Xorn | Python extension | Feature Request | Medium | Provide base64 encoding/decoding as C functions? | New |
Task Description
no task description |
|
142 | Xorn | Main | Task | Medium | Don't set owner and group for new file? | New |
Task Description
no task description |
|
144 | Xorn | Main | Task | Medium | Add missing tests | New |
Task Description
- incomplete base64 data detection
- xorn.command
- xorn.fileutils
- reading/writing gEDA files
- command-line utilities
- component library |
|
148 | Xorn | Main | Feature Request | Medium | Implement pin orientation guessing? | New |
Task Description
The orientation of a pin in an older file format can't be determined without simulating the old text behavior (the outline of the symbol may depend on a text object's boundary). |
|
149 | Xorn | Main | Bug Report | Medium | Path data in embedded symbols isn't transformed to worl... | New |
Task Description
no task description |
|
153 | Xorn | Main | Feature Request | Medium | Show a list of possible subcommands on ‘xorn --help’ | New |
Task Description
no task description |
|
154 | Xorn | Main | Feature Request | Medium | Add manpages | In Progress |
Task Description
no task description |
|
155 | Xorn | Main | Feature Request | Medium | Recover from parsing errors | New |
Task Description
no task description |
|
156 | Xorn | Storage | Bug Report | Medium | xorn_get_modified_objects doesn't compare object data | New |
Task Description
no task description |
|
165 | Xorn | Storage | Task | Medium | Investigate if AC_PROG_RANLIB and AM_PROG_AR are requir... | New |
Task Description
no task description |
|
166 | Xorn | Main | Task | Medium | Use afl to find more bugs | New |
Task Description
http://lcamtuf.coredump.cx/afl/ |
|
167 | Xorn | Main | Task | Medium | Check po/POTFILES.in on ‘make distcheck’ | New |
Task Description
no task description |
|
169 | Xorn | Main | Task | Medium | Return object list generator for finalized revisions | New |
Task Description
no task description |
|
170 | Xorn | Main | Task | Medium | Make proxy classes immutable | New |
Task Description
no task description |
|
171 | Xorn | Storage | Feature Request | Medium | Add attribute function xorn_get_*_values? | New |
Task Description
no task description |
|
172 | Xorn | Storage | Feature Request | Medium | Add function xorn_get_objects_by_type? | New |
Task Description
no task description |
|
173 | Xorn | Storage | Bug Report | Medium | Missing embedded symbols are silently ignored | New |
Task Description
no task description |
|
174 | Xorn | Storage | Bug Report | Medium | Recursive symbols are not detected | New |
Task Description
no task description |
|
175 | Xorn | Main | Feature Request | Medium | Add option ‘-l’ (‘--list’) to extract command | New |
Task Description
no task description |
|
176 | Xorn | Python extension | Task | Medium | Merge extension types with proxy classes? | New |
Task Description
no task description |
|
177 | Xorn | Storage | Task | Medium | Rename “selection” to “selector”? | New |
Task Description
no task description |
|
178 | Xorn | Python extension | Task | Medium | Set useful default colors for schematic objects | New |
Task Description
no task description |
|
179 | Xorn | Storage | Task | Medium | Validate object data | New |
Task Description
no task description |
|
180 | Xorn | Main | Task | Medium | Ignore attributes with value “unknown” | New |
Task Description
no task description |
|
181 | Xorn | Main | Feature Request | Medium | Add back-binding library | New |
Task Description
no task description |
|
182 | Xorn | Main | Task | Medium | Strip ‘\r’ characters when reading from file | New |
Task Description
no task description |
|
183 | Xorn | Storage | Task | Medium | Store text and pathdata as wide strings? | New |
Task Description
no task description |
|
184 | Xorn | Python extension | Task | Medium | Set pointer attributes to None by default? | New |
Task Description
no task description |
|
185 | Xorn | Main | Task | Medium | Remove library names | New |
Task Description
This concept doesn't make sense without an API. |
|
186 | Xorn | Main | Task | Medium | Allow unicode objects to be passed to xorn.guile functi... | New |
Task Description
no task description |
|
187 | Xorn | Main | Task | Medium | Move component/package refdes assignment into ctor to g... | New |
Task Description
no task description |
|
188 | Xorn | Netlist | Task | Medium | Don't print a warning for redundant netname= attributes | New |
Task Description
no task description |
|
189 | Xorn | Main | Task | Medium | Add examples | New |
Task Description
no task description |