43 Commits (b8819b4636d8c394b8c0f88879216bb94991a5f9)

Author SHA1 Message Date
Alex Shvartzkop 16e3692e71 Build time optimizations. 1 year ago
Wayne Stambaugh 92c2ddf77a Do not parent dialogs to non top level windows in panels or widgets. 2 years ago
Marek Roszko 563cd522eb confirm is now free to live in kicommon 2 years ago
Seth Hillbrand 7fe83993cf Be smarter about releasing lockfiles 2 years ago
Marek Roszko 8a8589b9db Fix cli crash due to dialogs buried in the pcb parser... 3 years ago
Seth Hillbrand 7e5a2450b8 Move multiple wxMessageBox to DisplayErrorMessage 3 years ago
Jeff Young b5a3385ea9 Overhaul file locking system. 4 years ago
Wayne Stambaugh 37b200cb3e Pass wxString objects by reference instead of on the stack. 4 years ago
Wayne Stambaugh 6ab1144ea3 Fix broken Doxygen comment specifiers. 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
Ian McInerney 4fef513a3f Fix library table panel path adding and cleanup duplicate dialog 6 years ago
Jeff Young a25368cc6b Improve spelling. 6 years ago
Jeff Young 4eab89d9ef Fix OSX button order issue in Unsaved Changes dialog. 6 years ago
Wayne Stambaugh 77bf575742 CvPcb: fix save changes dialog layout issue. 6 years ago
Jeff Young c9ca1013b2 Make ModEdit and LibEdit library tree actions more consistent. 7 years ago
Jeff Young c90a3efea2 Change KIDIALOG hashing algorithm to __FILE__ + __LINE__. 7 years ago
Jeff Young 08e04acb10 Add missing include for non-OSX platforms. 7 years ago
Jeff Young 4b1a31ffad Regularize save-changes dialogs. 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 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 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
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 28608b1b52 Changed DIALOG_MULTIPLE_OPTIONS to use wxCheckListBox class 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 Wells edc47c3f8e Clean up includes in confirm.cpp, confirm.h 10 years ago
Wayne Stambaugh 612ba67c10 Minor message box improvements 12 years ago
jean-pierre charras e90cc8adf5 All: added a standard exit dialog called by int DisplayExitDialog( wxWindow* aParent, const wxString& aMessage ) 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 f0213de0ef code cleaning. 15 years ago
stambaughw d2eac37ddf Comment translation complete, Yeah!!!! 16 years ago
charras 9edace2f5f Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog) 17 years ago
jerryjacobs 72dbdf7faa Splitted common.h subroutines to seperate include files. Minor code cleanup. 17 years ago