62 Commits (f200c6189734aef930f694bdc9904e99c5abeaed)

Author SHA1 Message Date
jean-pierre charras ec59361f75 Fix a few coverity errors 7 years ago
Wayne Stambaugh f839278597 Fix exit dialog layout issue on windows. 7 years ago
jean-pierre charras 95af750fc9 Very minor fix in dialog_exit_base. 7 years ago
Seth Hillbrand 591e4137d7 pcbnew: Exit Yes/No with escape key 7 years ago
John Beard 55b5c7189a Exit dialog: use Layout on the whole window 7 years ago
Jeff Young c9ca1013b2 Make ModEdit and LibEdit library tree actions more consistent. 7 years ago
Seth Hillbrand 4eece522df kicad: keep KIDIALOG boxes above other windows 7 years ago
Seth Hillbrand ec33381064 pcbnew: Keep Yes/No dialogs above the windows 7 years ago
Jeff Young c90a3efea2 Change KIDIALOG hashing algorithm to __FILE__ + __LINE__. 7 years ago
Jeff Young 4b1a31ffad Regularize save-changes dialogs. 7 years ago
Jeff Young 0cd75b2556 Flip show/hide of controls so they're shown when doing layout. 7 years ago
Jeff Young d8d4f75fa1 Fix button order and genralize Exit dialog so it can be shared more. 7 years ago
Jeff Young 2155dd6591 Simplify ExitDialog and make platform-compliant. 7 years ago
Maciej Suminski 39d8d143d6 Fixed KIDIALOG freeze 7 years ago
Jeff Young c842ddfb97 Fix message mismatch in YesNoCancelDialog. 8 years ago
Seth Hillbrand e6245c5c5a Fix type comparison warning 8 years ago
Maciej Suminski 3f1a3fe65b Derive DIALOG_MULTI_OPTIONS from wxMultiChoiceDialog 8 years ago
Maciej Suminski be13bb0013 Refactored SelectSingleOption() to take advantage of wxSingleChoiceDialog. 8 years ago
Maciej Suminski 18167f829a Derive KIDIALOG from wxRichMessageDialog 8 years ago
Maciej Suminski 1d5df8e975 Renamed KI_DIALOG to KIDIALOG 8 years ago
jean-pierre charras 43cb1b7bc7 Fix a compil issue with too old compilers 8 years ago
Maciej Suminski 2dfc35a9d6 Fix a typo in KI_DIALOG::Title() 8 years ago
Maciej Suminski 918ac567e5 Fix constant naming conflict in KI_DIALOG 8 years ago
Maciej Suminski 01aca9d783 KI_DIALOG: flexible way of creating dialogs, including "do not show again" 8 years ago
Maciej Suminski 81b3c420fd Set OK as the default button in Select{Single,Multi}Option() dialogs 8 years ago
jean-pierre charras 47dfabc6c8 Add size control to HTML_MESSAGE_BOX. Fix incorrect default size of a few dialogs. 8 years ago
Camille 9ff66a5274 Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
Maciej Suminski d16e4e23d7 DIALOG_MULTI_OPTIONS: fixed disappearing buttons 8 years ago
Maciej Suminski 28608b1b52 Changed DIALOG_MULTIPLE_OPTIONS to use wxCheckListBox class 8 years ago
Maciej Suminski 07c104af63 confirm: fixed signed vs unsigned comparison warnings 8 years ago
Maciej Suminski 19a85a36a3 confirm: Added Select{Single,Multi}Option() to display generic selection dialogs 8 years ago
Oliver Walters c27f5b725d Improved various error messages 8 years ago
Oliver Walters a0a3ca6646 Added extra information to error and info messages 8 years ago
Simon Richter 59c81976dc Explicitly mark overriding functions. 9 years ago
jean-pierre charras 63decd70e6 Minor fixes: Fix a few shadowed local variables, and deprecated warnings is a few dialogs generated by wxFormbuilder (using a very recent wxFormbuilder version, after apr 25, 2016) 10 years ago
Simon Wells edc47c3f8e Clean up includes in confirm.cpp, confirm.h 10 years ago
jean-pierre charras f18aef8182 Minor fixes: Bug #1478279 : wrong icon in "YES/NO" dialog; Bug Bug #1478278 (crappy warning/log messages) 10 years ago
Dick Hollenbeck dba4fccec9 *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) 12 years ago
Dick Hollenbeck 8df7407b80 FIX: regression loading of SMD pads within EAGLE_PLUGIN::FootprintLoad(). 12 years ago
jean-pierre charras 503ee825c9 All: fix bug making IsOK dialog always returns false, regardless the button clicked. 12 years ago
Wayne Stambaugh 612ba67c10 Minor message box improvements 12 years ago
jean-pierre charras ca4a3651c0 Gerbview, layer manager: add option (popup menu) to always keep layers not visible but the active layer, even when the active layer is changed. 13 years ago
jean-pierre charras 5951a7f9bc Pcbnew: fix an issue when collecting vias (for instance when left clicking on a via, it was not always detected) 13 years ago
jean-pierre charras 909c2a6051 Dialog exit: better icon. 14 years ago
jean-pierre charras e90cc8adf5 All: added a standard exit dialog called by int DisplayExitDialog( wxWindow* aParent, const wxString& aMessage ) 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh cd0b231656 Minor fixes, dead code removal, and coding policy fixes. 14 years ago
Fabrizio 4467b911b0 Commit patch make by Fabrizio, with a minor change to avoid duplicate HTML dialog. 14 years ago
jean-pierre charras c50efb48d1 pcbnew: better code to read/modify/delete footprints in module libraries. 15 years ago
jean-pierre charras f0213de0ef code cleaning. 15 years ago