|
|
r38023
| file changeset diff or repo changeset diff
| igor2 | 2023-06-25T11:46:38.869918Z
| [export_bom2] -Cleanup: remove export_bom, rename export_bom2 to export_bom (replacing the old, hardwired code with the new, template based code)
|
|
|
|
|
|
|
r36602
| file changeset diff or repo changeset diff
| igor2 | 2022-07-27T03:19:19.096457Z
| [import_pxm_gd] -Del: remove plugin in favor of librnd's [import_pxm_gnm] -Del: remove plugin in favor of librnd's
|
|
r36482
| file changeset diff or repo changeset diff
| igor2 | 2022-07-21T09:35:32.734564Z
| [export_debug] -Add: script-readable, line oriented plain text export for easier comparison (disabled-by-default, not packaged)
|
|
|
|
r35696
| file changeset diff or repo changeset diff
| igor2 | 2021-10-01T07:11:18.488717Z
| [io_altium] -Change: disable plugin by default because it depends on a higher version of sphash which is not available in librnd 3.0.0
|
|
|
|
|
r35235
| file changeset diff or repo changeset diff
| igor2 | 2021-07-16T09:13:31.492344Z
| [export_dsn] -Del: reimplemented in io_dsn [io_dsn] -Add: register dsn export for backward compatibility that calls the plugin's save code
|
|
|
|
|
|
|
|
|
|
|
|
|
r33501
| file changeset diff or repo changeset diff
| igor2 | 2020-12-13T16:09:21.168568Z
| [show_netnames] -Add: maintain the cache: search object terminals that are within the screen and cache them until the first board edit
|
|
|
|
|
|
r32934
| file changeset diff or repo changeset diff
| igor2 | 2020-10-03T06:01:03.886755Z
| [ch_onpoint] -Add: new (empty) plugin for hosting the onpoint featuer that is going to be moved out from core
|
|
r32739
| file changeset diff or repo changeset diff
| igor2 | 2020-09-15T11:50:54.430223Z
| [export_test] -Del: plugin removed in favor of the more generic loghid plugin (in librnd): the actual sequence of calls HID heavily depends on the do_export() implementation of the GUI/export hid chosen, so even if export_test worked, it would not have shown the same sequence as any actual export/screen-render
|
|
|
|
|
|
|
|
|
|
|
r32061
| file changeset diff or repo changeset diff
| igor2 | 2020-06-24T03:47:52.471713Z
| [build] -Change: set drc_orig to disable-all to make sure it doesn't end up in production unless explicitly enabled
|
|
r31776
| file changeset diff or repo changeset diff
| igor2 | 2020-06-05T06:18:32.233145Z
| [formula] -Add: the query plugin should depend on lib_forumla because drc scripts may want to run the actions for calculating e.g. microstrip impedance
|
|
|
|
r31656
| file changeset diff or repo changeset diff
| igor2 | 2020-05-30T05:18:26.031612Z
| [sketch_route] -Change: mark the plugin dead and set disable-all so it doesn't end up in default configuration
|
|
|
|
|
|
|
|
|
|
|
r30181
| file changeset diff or repo changeset diff
| igor2 | 2020-03-26T05:18:24.061273Z
| [drc_orig] -Move: net integrity check from drc_orig to query - it is required by a query function and drc_orig will be removed long term
|
|
|
|
r29644
| file changeset diff or repo changeset diff
| igor2 | 2020-02-04T07:13:38.371110Z
| [lib_hid_common] -Move: toolbar code from lib_hid_pcbui to lib_hid_common so other ringdove apps can use it (optional)
|
|
r29567
| file changeset diff or repo changeset diff
| igor2 | 2020-02-01T11:02:31.944602Z
| [import_net_action] -Add: netlist import plugin for pcb-rnd action scripts (useful for scripts/programs generating the netlist in action script, e.g. gsch2pcb-rnd or gnetlist -g pcbfwd)
|
|
|
r29468
| file changeset diff or repo changeset diff
| igor2 | 2020-01-30T04:48:45.482473Z
| [import_sch2] -Add: blank plugin frames for import_gnetlist and import_net_cmd so the gnetlist and makefile based import won't need to be hardwired in import_sch2
|
|
|
|
|
|
|
|
|
|
|
|
|
r27398
| file changeset diff or repo changeset diff
| igor2 | 2019-08-28T02:21:11.494860Z
| [gtk3] -Del: retire unsupported hid_gtk3_cairo: abandoned; not in-line with pcb-rnd plans: gtk effort should be focused on gtk2 and maybe gtk4
|
|
|
|
|
|
|
|
r26299
| file changeset diff or repo changeset diff
| igor2 | 2019-06-19T02:35:44.252197Z
| [hidlib] -Add: include the hidlib attribute in plugin_def(), not only in plugin_dep() for hooks.c, so scconfig can pick up hidlib plugins even if they do not have dependency
|
|
r26263
| file changeset diff or repo changeset diff
| igor2 | 2019-06-16T17:37:04.554883Z
| [order] -Add: plugin frame for generic online board ordering [pcbway] -Add: plugin frame for ordering from pcbway
|
|
r26260
| file changeset diff or repo changeset diff
| igor2 | 2019-06-16T15:58:44.375939Z
| [order] -Add: empty shell of a lib_wget plugin (so that web access for the cloud plugins are in common place)
|
|
|
|
|
r25436
| file changeset diff or repo changeset diff
| igor2 | 2019-05-12T14:02:41.434629Z
| [lib_legacy_func] -Del: the whole plugin - old plugins won't compile with pcb-rnd anyway because of the large scale API changes
|
|
|
|
r24906
| file changeset diff or repo changeset diff
| igor2 | 2019-04-26T07:10:30.666943Z
| [hidlib] -Split: move PCB-related sections of lib_hid_common out t a new plugin lib_hid_pcbui so that hidlib won't have these (avoiding PCB-dependency)
|
|
|
|
r24824
| file changeset diff or repo changeset diff
| igor2 | 2019-04-24T04:01:57.953476Z
| [hidlib] -Move: window placement code and config from dialogs to lib_hid_common [hidlib] -Fix: HIDs shouldn't depend on dialogs
|
|
r24758
| file changeset diff or repo changeset diff
| igor2 | 2019-04-21T03:57:18.327326Z
| -Fix: revert the change that removed hid->dialogs dependency for hidlib: because of the window placement code, we still need that dep for the dynamic link version - add a TODO for fixing this
|
|
|
|
r24292
| file changeset diff or repo changeset diff
| igor2 | 2019-03-28T07:57:42.945902Z
| [hidlib] -Fix: remove puplug dep from GUI HIDs to dialogs and reimplement this logic in scconfig/hooks.c: required by pcb-rnd only, the hidlib variant must not have these dependencies
|
|