Kenric Nugteren 713802edcd Fix to empty bitmapimage problems by hiding a method and making anyone go through the ImageUtils.LoadImage(byte[]?) function, allowing the result to be null. 1 year ago
..
Aggregates 4833216dff Overhauled DynamicGrid Column generation code 1 year ago
Columns 65b29101c6 Merge remote-tracking branch 'origin/frank' into tree_view_stuff 1 year ago
DynamicEditorForm e4b3dc23d5 Added non-generic SetLayoutType() to DynamicEditorGrid 1 year ago
Editors 65b29101c6 Merge remote-tracking branch 'origin/frank' into tree_view_stuff 1 year ago
Layouts 41c9cfcb14 Fix to vertical grid layout that puts a max height on the editor row. 1 year ago
PDF 713802edcd Fix to empty bitmapimage problems by hiding a method and making anyone go through the ImageUtils.LoadImage(byte[]?) function, allowing the result to be null. 1 year ago
Security 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
Themes 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
UIComponent b80b454986 Fix to grid export filtering 1 year ago
Attachments.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
Attachments.xaml.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
AuditGrid.cs 6af0098f5f DynamicGrid ReadOnly so that you can disable an editor 1 year ago
AuditWindow.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
AuditWindow.xaml.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicColumnGrid.cs a3e5515059 Tree view stuff 1 year ago
DynamicContentDialog.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicContentDialog.xaml.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicCrossJoinGrid.cs 539e8ed5de Merge remote-tracking branch 'origin/frank' into kenric; Also added Generate Columns back in 1 year ago
DynamicCustomEditorPage.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicDataGrid.cs 182871be34 Fixed InvalidateRow; Made FitlerButtonComponenet public; Added DynamicSeelectorGrid 1 year ago
DynamicDocumentGrid.cs cbdc664513 Renamed UtilityConverter to AbstractConverter for consistency 1 year ago
DynamicEditorButton.cs dd87f02318 Digital forms can now print reports, and can have custom buttons 1 year ago
DynamicEditorGrid.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicEditorGrid.xaml.cs e4b3dc23d5 Added non-generic SetLayoutType() to DynamicEditorGrid 1 year ago
DynamicEditorPage.cs 55491b6b78 Brought report visibility logic into consistency and some cleanup and commenting. 1 year ago
DynamicEnclosedListGrid.cs a22ae26f9d Tree View STuff 1 year ago
DynamicEntityFormGrid.cs a3e5515059 Tree view stuff 1 year ago
DynamicExportForm.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicExportForm.xaml.cs b019d016c1 Changed weblinks from prs-software.com.au to prsdigital.com.au 2 years ago
DynamicExportMappingGrid.cs a3e5515059 Tree view stuff 1 year ago
DynamicGrid.cs b80b454986 Fix to grid export filtering 1 year ago
DynamicGridColumn.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicGridColumns.cs 4c0e85e7bc Added generic form of DynamicGridColumns so that it has a nicer interface. 1 year ago
DynamicGridColumnsEditor.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicGridColumnsEditor.xaml.cs 5b2161d881 Way sped up lookup factory initialisation. Made Console.Enabled a dependency property 1 year ago
DynamicGridCommon.cs 656196d52d Added a nullable thing 1 year ago
DynamicGridCustomColumnsComponent.cs e33049a0cb Added "Reset to default" for columns of grid 1 year ago
DynamicGridFilterButtonComponent.cs 66a61f2be6 Tweaks to FilterButton, publicising the configuration properties 1 year ago
DynamicGridFilterEditor.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicGridFilterEditor.xaml.cs df848c6295 Improved Database Update Script system 1 year ago
DynamicGridFilterGrid.cs a3e5515059 Tree view stuff 1 year ago
DynamicGridSettings.cs c5d0355949 Pulled out most uses of Init(), in favour of property initialisers. 1 year ago
DynamicGridStyle.cs 68e7cc5f56 Added BeforeRefresh and AfterRefresh handlers to Dynamic Grids 2 years ago
DynamicGridUtils.cs 64bd985e43 Added some utility functions for doing lookups, column handling and editing entities 1 year ago
DynamicImportForm.xaml 60966158d4 Nearly got custom importer working 1 year ago
DynamicImportForm.xaml.cs 3c697b7bd8 Reducing duplicate code for importers. 1 year ago
DynamicImportGrid.cs a3e5515059 Tree view stuff 1 year ago
DynamicImportList.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicImportList.xaml.cs 78de32774f Added log events for importers; add import mapping factory to customise selectable import columns. 1 year ago
DynamicImportMappingGrid.cs a3e5515059 Tree view stuff 1 year ago
DynamicIssuesEditor.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicIssuesEditor.xaml.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicItemsListGrid.cs a3e5515059 Tree view stuff 1 year ago
DynamicKanbanColumn.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicKanbanColumn.xaml.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicKanbanGrid.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicKanbanGrid.xaml.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicManyToManyCrossTab.cs a3e5515059 Tree view stuff 1 year ago
DynamicManyToManyDataGrid.cs a3e5515059 Tree view stuff 1 year ago
DynamicManyToManyGrid.cs a3e5515059 Tree view stuff 1 year ago
DynamicMultiEditWindow.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicMultiEditWindow.xaml.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicOneToManyGrid.cs a3e5515059 Tree view stuff 1 year ago
DynamicRowMovementColumn.cs 7e6d5ada9b Fixed null exception on Row movement header 1 year ago
DynamicSelectorGrid.cs 2cf37cd628 Fixes to header cell interaction. 1 year ago
DynamicSplitPanel.cs e4b3dc23d5 Added non-generic SetLayoutType() to DynamicEditorGrid 1 year ago
DynamicTabControl.cs 01c41b0410 Added ability to have Left and Right Panels in DynamicTabControl 1 year ago
IDynamicEditor.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
IDynamicEditorHost.cs 716eb40baf Refactored LookupFactory 1 year ago
IDynamicGrid.cs a3e5515059 Tree view stuff 1 year ago
IDynamicMemoryEntityGrid.cs 64bd985e43 Added some utility functions for doing lookups, column handling and editing entities 1 year ago
IDynamicOneToManyGrid.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
ISpecificGrid.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
MasterList.xaml 7fb00ccada Tweaked appearance of Progress / Splash form 2 years ago
MasterList.xaml.cs 716eb40baf Refactored LookupFactory 1 year ago
MultiSelectDialog.cs 2450b9ba47 Fixed issue with Entity Initialisation and UserProperties 1 year ago
MultiSelectWindow.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
MultiSelectWindow.xaml.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
NotesForm.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
NotesForm.xaml.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
ScreenLayout.cs 429ca4e026 Refactored DataTable.cs into individual class files 2 years ago
ScreenUtils.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
ScriptEditor.xaml 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
ScriptEditor.xaml.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
ScriptModel.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago