37 Commits (f569cffa8e95ba80f34f621afedcda13b7c3968d)

Author SHA1 Message Date
Jeff Young 362d85ef50 Special selection mode when in high-contrast with courtyard layer active. 3 years ago
Jon Evans c530bdb5a1 Rename GetSelectMenuText to GetItemDescription 3 years ago
Seth Hillbrand 137b4de1c2 Allow groups in groups 3 years ago
Seth Hillbrand 259e41be2d Don't add non-groupable items to the group 3 years ago
Jeff Young 11dddefd05 Implement GetEffectiveShape for groups. 3 years ago
Jeff Young 138f835672 Retire group bbox cache. 3 years ago
Jeff Young 03ba14c6d3 Tighten lifecycle management of parent group pointers. 3 years ago
Alex 67985510a8 Fix selecting pads of footprints in groups. 3 years ago
Alex 0fea6f5ac3 Fix selection and entering in nested groups. 3 years ago
Jeff Young 2372f24cb0 Don't include hidden text in group boundingbox. 3 years ago
Jeff Young 64a6fc0fd4 Push UNITS_PROVIDER down into a low-level mixin. 3 years ago
Marek Roszko a8613ee80f Combine Iu2Millimeter & remove PcbMm2iu 3 years ago
Jeff Young f17a865593 Move EDA_ITEM hitTest to BOX2I. 3 years ago
Jeff Young 2dc6300501 Move EDA_ITEM bounding boxes to BOX2I. 3 years ago
Jeff Young 4f0136db3b Attempt to fix std::initializer_list lifetime issue. 3 years ago
Jeff Young aa2ad3b44c Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
Seth Hillbrand 35ac39844f Clean up some auto usage 3 years ago
Marek Roszko a8505d9c76 SEARCH_RESULT -> INSPECT_RESULT 3 years ago
Jeff Young 7ccac79192 More wxString wide literals. 4 years ago
Jeff Young c9487bad18 Move BOARD_ITEM::Rotate() to EDA_ANGLE. 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Marek Roszko 347e03363a Convert wxPoint/wxSize starting from EDA_RECT usages 4 years ago
Jeff Young 22ba640c2b Remove locking from footprint editor. 4 years ago
Jeff Young 544fa939f8 Lock/unlock group members when locking/unlocking group. 4 years ago
Jeff Young a16b85db67 Read/write group locked state. Show locked state in dialog & statusbar. 4 years ago
Jeff Young a1dfc36233 More error message regularization. 4 years ago
Jeff Young 09b2db3139 Test for group in footprint was snagging all footprint children. 5 years ago
Fabien Corona f428ce03f2 ADDED: pcbnew - stackup / characteristics table 5 years ago
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs 5 years ago
Wayne Stambaugh 5ecef204cd Coding policy fixes. 5 years ago
Seth Hillbrand 740df93808 Don't dereference board groups in fp editor 5 years ago
Jeff Young efd16dca66 Fix a bunch of issues with group selection and highlighting. 5 years ago
Jeff Young ffe7d2ea49 Only draw group boxes when selected. 5 years ago
Jeff Young c66e373119 Cleanup of PCBNew message panel routines. 5 years ago
Jeff Young 7bd31d5237 Naming conventions. 5 years ago
Jeff Young 3451ac3088 PCB_MODULE_T -> PCB_FOOTPRINT_T 5 years ago
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Werni a7d5d1f091 Add more consts all over the place 5 years ago
Marek Roszko a785f70ea1 msgpanel is a widget, shove it to the right folder. 5 years ago
Jeff Young ba26e056ec Implement groups for modedit. 5 years ago
Jeff Young 732f588d83 Don't hit-test groups; allow only selection promotions from members. 5 years ago
Jeff Young 7f33c229d8 Allow selection of nested items (ie: pads) inside an entered group. 5 years ago
Jeff Young ba0bed7a45 Groups don't go in the view, but they do go in an overlay when entered. 5 years ago
Jeff Young 6fde9ea8a5 Don't leave stale pointers in groups when exchanging modules. 5 years ago
Jeff Young dba42ebed0 ADDED Properties Dialog for groups. 5 years ago
jean-pierre charras 456735f803 VIEW::ViewGetLOD() returns double now instead of int. 5 years ago
Jeff Young 64fa400b19 Ease translation a bit. 5 years ago
Ian McInerney cb36006406 First round of cleanup for the PCB groups 5 years ago
Jeff Young 88635ee5b6 Clean up error messages. 5 years ago
jean-pierre charras e4021a9ffa Fix some I18n issues. 5 years ago