47 Commits (847f6ab4b33453f2f3c7567849c23da49c2de684)

Author SHA1 Message Date
Jeff Young 98849bde96 Generalize OSX &Cancel fix to work for other languages. 7 years ago
Jeff Young c1df78d531 Finish project frame library table editing. 7 years ago
Jeff Young da35b16392 Allow dialogs to have no parent. 7 years ago
Jeff Young 7841f8a466 Unified preferences dialog framework. 8 years ago
Jeff Young 8f0aa68ab8 Fold 3D Search Paths dialog into Configure Paths. 8 years ago
Jeff Young f5d70644f2 If you want to look at old code, use GIT. 8 years ago
Jeff Young 0f78f97232 Get rid of 5.0 dialog focus hacks. 8 years ago
Jeff Young 74acb76e7f Switch UNIT_BINDER and DIALOG_SHIM to local units. 8 years ago
Jeff Young b9874da3a6 Remove background fp loading from Choose Symbol dlg. 8 years ago
Maciej Suminski b40bf4c0ea Center DIALOG_SHIM position if it would have appeared off the screen 8 years ago
Jeff Young 5c6b19c55d Don't allow DIALOG_SHIM to reduce size below min. 8 years ago
Jeff Young 0bbf961881 Clean up Cancel vs Close buttons in dialogs. 8 years ago
jean-pierre charras d0754acf00 Fix code after renaming files 8 years ago
Jeff Young 3ad3869ae8 Make sure OSX modal event loops end. 8 years ago
Jeff Young 786312b103 wxWidgets and KiCad fixes for quasi-modal dialogs. 8 years ago
Chris Pavlina 4d3b16bbd9 Simplify DIALOG_SHIM::SetSizeInDU() 8 years ago
Chris Pavlina 13bc706518 Fix several dialogs with bad default sizing 8 years ago
Chris Pavlina 57fe3739ca Symbol chooser: base default size on font for DPI flexibility 8 years ago
Jeff Young 88f23f17c1 Fix dialog OK button event issues on OSX. 8 years ago
Maciej Suminski 98c99ff129 DIALOG_SHIM: do not raise invisible windows on wxMSW 8 years ago
Oliver a39856485c Added component table dialog 9 years ago
Maciej Suminski d7bf44eee0 Removed a few more headers from base_struct.h 9 years ago
Diogo Condeco 75ffcbcef5 MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 9 years ago
jean-pierre charras ee40137de7 more about dlg size fixes and osx fixes 9 years ago
jean-pierre charras 98bc4d3ba1 Fix dialog size issues (some widgets have a incorrect size when initialized inside a TransferToWindow() method because the SetSizeHints() method was called before the init) and fix OS X copy/close bug in a few dialogs. 9 years ago
jean-pierre charras 0eea3cffcf DIALOG_SHIM: add void FinishDialogSettings() method which calls the usual methods at end of a dialog, to ensure proper size and position, the first time the dialog is called. 9 years ago
Chris Pavlina ac3cd950b1 Fix ignored result of TransferDataToWindow in DIALOG_SHIM 10 years ago
Wayne Stambaugh f239aee1ad Fix quasi-modal dialog mode in DIALOG_SHIM class. 10 years ago
Wayne Stambaugh 76d099b337 Eeschema: fix illegal field characters causing corrupt schematic files on Linux. (fixes lp:1529358) 10 years ago
jean-pierre charras 6cc91a074b Remove a few conditional compilation for wxWidgets version < 3.0 10 years ago
jean-pierre charras 156d5f50d6 fix unwanted foreground frame change on Windows when creating BOM and netlists from scripts. 10 years ago
jean-pierre charras ac1deb32ee Fix issues on Linux/Unity (dialogs not always raised) 10 years ago
jean-pierre charras 169905d26e Drc dialog: fix some issues, and mainly the fact the progress bar shown during track tests and zone filling can be sent to the background and the dialog can be closed during tests or the board edited during tests. 10 years ago
jean-pierre charras ac539b9578 Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines. 11 years ago
Dick Hollenbeck 49538cafb9 https://lists.launchpad.net/kicad-developers/msg14286.html 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
Dick Hollenbeck 3b0712873a Modular-Kicad milestone B), glamorous portions: 12 years ago
Dick Hollenbeck 55e61bc6e3 Modular-Kicad milestone B), glamorous portions: 12 years ago
Dick Hollenbeck fb346a0c10 Quasimodo is not a monster, he is your friend. 12 years ago
Dick Hollenbeck 74cb23a958 Quasimodo is not a monster, he is your friend. 12 years ago
Dick Hollenbeck 80a402a369 wx 2.8 now builds, but the quasi-modal support seems broken on 2.8. Wanted others to be able to build at least. 12 years ago
Dick Hollenbeck 19dd876684 wx 2.8 now builds, but the quasi-modal support seems broken on 2.8. Wanted others to be able to build at least. 12 years ago
Dick Hollenbeck a2227a75b4 Modular-Kicad milestone B), minor portions: 12 years ago
Dick Hollenbeck fef168aaed Modular-Kicad milestone B), minor portions: 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Dick Hollenbeck 6aabb9bc38 EDA_LIST_DIALOG_BASE is used multiple times for different numbers of 12 years ago
Dick Hollenbeck 00d865c173 Enhance DIALOG_SHIM to optionally call SetFocus() after the derived class's constructor has been called, for wx 2.8 and wxGTK 13 years ago
Dick Hollenbeck ffd57d88d7 move all hashtable declarations into include/hashtables.h, prepare for boost usage 14 years ago
Dick Hollenbeck 31a84b84ec Add include/dialog_shim.h and common/dialog_shim.cpp for use by wxformbuilder's "subclass a wxDialog" support. 14 years ago