75 Commits (f2677340f286728f4477a87143f3d9133b777894)

Author SHA1 Message Date
Jon Evans 720147d272 Remove transitive inclusion of bitmaps.h 5 years ago
Jeff Young d0af4e9f9d Save a cancel value when asked if it's not being used to cancel. 5 years ago
Jeff Young 412c9c8c4e Save should be disabled only if the file is up-to-date. 5 years ago
Marek Roszko e49ac45b84 HTML_MESSAGE_BOX is a dialog 5 years ago
jean-pierre charras f6b4b66a86 Avoid include wx/wx.h in many files that do not actually use this include. 5 years ago
Ian McInerney 4fef513a3f Fix library table panel path adding and cleanup duplicate dialog 6 years ago
Ian McInerney 415aaabc29 Fix return type in KIDIALOG 6 years ago
Mark Roszko a80b2b7e39 KIDIALOG should ignore "cancel" for the do not show again option. 6 years ago
Wayne Stambaugh 1abb198fb4 Minor UI improvement. 6 years ago
Jeff Young a25368cc6b Improve spelling. 6 years ago
Jeff Young 4eab89d9ef Fix OSX button order issue in Unsaved Changes dialog. 7 years ago
Wayne Stambaugh 77bf575742 CvPcb: fix save changes dialog layout issue. 7 years ago
Seth Hillbrand a0f477cc5f Fix default button option on close 7 years ago
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