92 Commits (8552f3fedf184de96aeb7b2a70af821dd07dd5e1)

Author SHA1 Message Date
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
jean-pierre charras 5a74fe373b Fix incorrect parent in dialog edit_module_text, when this dialog is called from an other dialog. 8 years ago
Wayne Stambaugh 4d64a2f53f Set reasonable 3D model select dialog default path. 8 years ago
Wayne Stambaugh f7ab50f791 UI string normalization. 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Maciej Suminski 78305c1de5 Converted most of pcbnew dialogs to use TEXT_CTRL_EVAL 8 years ago
Tomasz Włostowski 90ab5860dc refactoring: removed dependency of libpcbcommon on 3d-viewer. 8 years ago
jean-pierre charras 2e96a5bc9f Pcbnew: fix a crash when editing footprint properties and trying to open the footprint 3D properties. 8 years ago
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31. 8 years ago
jean-pierre charras 50fd7a27cf Fix a few coding issues in dialog_edit_module_for_Modedit. 9 years ago
Chris Pavlina 4011ed4e31 Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 9 years ago
Diogo Condeco 75ffcbcef5 MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 9 years ago
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
Wayne Stambaugh 64c892ee23 Make footprint ID into a generic library ID. 9 years ago
Chris Pavlina b9abcc309f Fix Validate hiding overloaded virtual in 3D viewer dialog 9 years ago
Maciej Suminski c4be379b31 Modified properties dialog to take advantage of BOARD_COMMIT class. 9 years ago
Maciej Suminski 1dd43d1d98 Unified undo buffer handling code for PCB & module editor. 10 years ago
Maciej Suminski 09e0311d4e Replaced Copy() method with operator=. Removed Copy() where default copy ctor was enough. 9 years ago
Wayne Stambaugh cbcb3b896b Fix incorrect string translation macros. 9 years ago
Jon Neal 532a5fb827 Small grammar fix 9 years ago
jp-charras fdd434244c dialog footprint properties: better tool-tips 9 years ago
jp-charras d0fbd32bee dialog edit footprint properties: Generate an error message if a parameter is incorrect. 9 years ago
jean-pierre charras 7bc8cb56e0 Fix bug: Impossible to rescale 3D models 9 years ago
Mrio Luzeiro d8eab321f7 3D Viewer: complete refactor of the 3D viewer. 9 years ago
jean-pierre charras defac5272b refinemenst in dialogs and OSX Cancel button fix 9 years ago
jean-pierre charras 1fbb84fd98 Move call of SetSizeHints in dialogs in a wxInitDialogEvent event, because some widgets sizes are not fully initialized before this event. 9 years ago
Maciej Suminski 7ff3dd0807 Make sure GL canvas is visible upon destruction in Module properties dialogs. 9 years ago
jean-pierre charras fde2cfee27 Minor changes: remove a few local shadowed local variables detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) and fix minor coding style issues. 10 years ago
Cirilo Bernardo 6120472d60 3D file name resolver improvements. 10 years ago
Cirilo Bernardo 4d20f32fd0 Added 'Configure Paths' button to Footprint Properties editors 10 years ago
Cirilo Bernardo 5776037a70 Flush model data upon exit of Footprint Properties dialogs 10 years ago
Cirilo Bernardo 8efd3642bc Fixed bug which allowed empty filenames to be added to the model list 10 years ago
Cirilo Bernardo 3eca3fe75d Implemented new 3D file selector with preview 10 years ago
Cirilo Bernardo 31af6d7dbc Fixed GUI issues related to setting scale/offset/rotation 10 years ago
Cirilo Bernardo 7c829c9e84 Added manual editing of 3D file name with alias tags 10 years ago
Cirilo Bernardo 5d82d9348d Fix bug: MSWin to UNIX file separator conversion was in the wrong place, leading to wrong separator shown in GUI 10 years ago
Cirilo Bernardo f3c56eff12 Work in progress: changed Footprint Properties editors to handle aliased 3D file names 10 years ago
Cirilo Bernardo a0597c4614 GUI improvements including interactive update of model orientation/position 10 years ago
Mario Luzeiro 69cc788e8e + Removed glm source from kicad tree (Maciej / Cirilo) 10 years ago
Wayne Stambaugh a6a9d8eedf Default and most recently used path fixes. (fixes: 1494210) 10 years ago
jean-pierre charras 2427b40271 Fix Bug #1431423 (pcbnew: edited 3d model filename is not saved). 11 years ago
jean-pierre charras 5eb7b41fba Dialogs edit footprint in module editor and edit footprint in board editor: add button to edit the selected 3D shape filename. 11 years ago
Lorenzo Marcantonio 260ca0e79f Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
Wayne Stambaugh 0b69ed3a5c Fix Eeschema sheet issues. Should close out bug lp:593782 11 years ago
jean-pierre charras 5a38d2b657 Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
jean-pierre charras cd85ee626b Cosmetic enhancement: change plot icon in menus. 11 years ago
Dick Hollenbeck 8cb3423262 Remove class RETAINED_PATH, put is main member function into SEARCH_STACK. 11 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago