|
1 | Xi | Core | Bug Report | Medium | File contents are outside of viewport when loading a fi... | New |
Task Description
When a file is initially loaded, the origin is placed at the middle of the screen. For gEDA files, this means most content is off the top right corner of the screen, which is likely to confuse users. |
|
2 | Xi | Core | Bug Report | Medium | File format is locale-dependent | New |
Task Description
Files are read and written using the current locale's encoding and number format, effectively breaking the program in any locale other than C. |
|
3 | Xi | Core | Bug Report | Medium | Components embedded in other, earlier loaded components... | New |
Task Description
no task description |
|
4 | Xi | Core | Bug Report | Medium | AngleActionLine::tangent() can only handle multiples of... | New |
Task Description
no task description |
|
5 | Xi | Core | Bug Report | Medium | Floating point errors (e.g., domain errors) are not han... | New |
Task Description
no task description |
|
6 | Xi | Core | Bug Report | Medium | ‘o c’ does not work before the mouse has been moved for... | New |
Task Description
When ‘o c’ is pressed before the mouse has been moved for the first time, nothing seems to happen. |
|
7 | Xi | Core | Bug Report | Medium | After saving, the “Save” and “Save all” actions are not... | New |
Task Description
no task description |
|
8 | Xi | Core | Bug Report | Medium | Trying to load a font with no locale set crashes the pr... | New |
Task Description
When starting the program with the CTYPE locale category undefined (neither of the environment variables LANG or LC_CTYPE are set), it immediately crashes:
$ LANG= src/xi
xi: mbsrtowcs: Invalid or incomplete multibyte or wide character
xi: /path/to/shared.cpp:123: Shared::~Shared(): Assertion `!p' failed.
This appears to be triggered by the first non-ASCII character definition in font.xml, line 130: |
|
9 | Xi | Toolkit | Bug Report | Medium | When scrolling a PropertiesView, the item editor widget... | New |
Task Description
no task description |
|
11 | Xi | Toolkit | Bug Report | Medium | Depending on the X server, input selections are display... | New |
Task Description
no task description |
|
13 | Xi | Toolkit | Bug Report | Medium | Text in transient windows is distorted on some machines | New |
Task Description
no task description |
|
100 | Xi | Core | Bug Report | Medium | Content above/below the visible area is shown as 1-pixe... | New |
Task Description
no task description |
|
129 | Xi | Core | Bug Report | Medium | Relative scrollbar handle size is not updated on resize | New |
Task Description
no task description |
|
149 | Xorn | Main | Bug Report | Medium | Path data in embedded symbols isn't transformed to worl... | 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 |
|
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 |
|
197 | Xorn | Main | Bug Report | Medium | Paths in embedded symbols aren't translated back | New |
Task Description
no task description |
|
30 | Xi | Core | Feature Request | Medium | Visit files passed as command line arguments | New |
Task Description
no task description |
|
31 | Xi | Schematic module | Feature Request | Medium | Support gEDA attribute propagation | New |
Task Description
no task description |
|
39 | Xi | Core | Feature Request | Medium | Implement library “Visit” action | New |
Task Description
no task description |
|
40 | Xi | Core | Feature Request | Medium | Add submenu for older recent files? | New |
Task Description
no task description |
|
60 | Xi | Toolkit | Feature Request | Medium | Allow customizing double click speed via X resources | New |
Task Description
no task description |
|
66 | Xi | Toolkit | Feature Request | Medium | Allow tearing off menus using the middle mouse button | New |
Task Description
no task description |
|
105 | Xi | Core | Feature Request | Medium | Implement autosave | New |
Task Description
no task description |
|
106 | Xi | Core | Feature Request | Medium | Add git integration | New |
Task Description
no task description |
|
110 | Xi | Core | Feature Request | Medium | Allow searching the library | New |
Task Description
no task description |
|
111 | Xi | Core | Feature Request | Medium | Allow creating, moving, renaming, deleting files and di... | New |
Task Description
no task description |
|
112 | Xi | Core | Feature Request | Medium | Allow sorting files by size, mtime, … | New |
Task Description
no task description |
|
116 | Xi | Core | Feature Request | Medium | Add isometric and perspective views | In Progress |
Task Description
no task description |
|
118 | Xorn | Storage | Feature Request | Medium | Allow derived attributes to be defined | New |
Task Description
no task description |
|
125 | Xorn | Python extension | Feature Request | Medium | Implement data comparison operators | New |
Task Description
richcmp |
|
127 | Xorn | Python extension | Feature Request | Medium | Make attributes available to Python code | New |
Task Description
no task description |
|
128 | Xi | Core | Feature Request | Medium | Add "magnifying glass" function | 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 |
|
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). |
|
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 |
|
168 | Xi | Core | Feature Request | Medium | Don't show no-ops in edit history | 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 |
|
175 | Xorn | Main | Feature Request | Medium | Add option ‘-l’ (‘--list’) to extract command | New |
Task Description
no task description |
|
181 | Xorn | Main | Feature Request | Medium | Add back-binding library | New |
Task Description
no task description |
|
201 | Xorn | Main | Feature Request | Medium | Create a more aesthetically pleasing Doxygen stylesheet | New |
Task Description
no task description |
|
14 | Xi | Core | Task | Medium | Adjust scrollbar range to bounding box of drawing | New |
Task Description
no task description |
|
15 | Xi | Core | Task | Medium | Render circles, arcs, line and fill styles, pictures, a... | New |
Task Description
no task description |
|
16 | Xi | Core | Task | Medium | Show ghost images of objects in insert modes | New |
Task Description
no task description |