Kenric Nugteren c9093b1bc7 Improvements to DirectEdit row handling 1 year ago
..
Aggregates 4833216dff Overhauled DynamicGrid Column generation code 1 year ago
Columns cfb8075a70 Added BitmapImage.IsEqual() function 1 year ago
DynamicEditorForm 32af8716c1 Made DynamicDocumentGrid superceded column Readonly when asked. 1 year ago
Editors 1549b67277 Added EditableAttribute and added property to interface of ILookupEditorControl to better allow for the type system. 1 year ago
Layouts 9ed8af1936 DynamicGrid refresh error uses MessageWindow 1 year ago
PDF b8f56c39ee Preventing null exception which didn't do anything in PDF Editor Control 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
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
BaseDynamicGrid.cs 66a61f2be6 Tweaks to FilterButton, publicising the configuration properties 1 year ago
DynamicColumnGrid.cs 24381b98e6 Tweaked Dyanmic Editor DefineLookups to allow synchronous as well as asynchronous refreshes 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 28593b2419 Fix to readonly overriding and dflayoutheader alignment now doesn't cause exception when trying to edit because of an editor type mismatch 1 year ago
DynamicDocumentGrid.cs 75be707008 Catching and ignoring exception when outlook keeps files open in document window 1 year ago
DynamicEditorButton.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years 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 1549b67277 Added EditableAttribute and added property to interface of ILookupEditorControl to better allow for the type system. 1 year ago
DynamicEditorPage.cs 1189b341ab Added a fail exception for posting with a message intended for the user. 1 year ago
DynamicEnclosedListGrid.cs 539e8ed5de Merge remote-tracking branch 'origin/frank' into kenric; Also added Generate Columns back in 1 year ago
DynamicEntityFormGrid.cs 2578703dda Improved StringAutoIncrement Handling for Entities 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 6af0098f5f DynamicGrid ReadOnly so that you can disable an editor 1 year ago
DynamicGrid.cs c9093b1bc7 Improvements to DirectEdit row handling 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 d7a8d0413d Overhauled Remote Connection to combine URL and Port, and allow fallback URL settings 2 years 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 f2baae2120 Added asynchronous QueryMultiple; enforced ColumnName for DynamicColumnsGrid; added empty item to DirectEdit Lookup 1 year ago
DynamicGridCommon.cs cfb8075a70 Added BitmapImage.IsEqual() function 1 year ago
DynamicGridCustomColumnsComponent.cs 539e8ed5de Merge remote-tracking branch 'origin/frank' into kenric; Also added Generate Columns back in 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 6e75a4dc76 User-local filters. Added a security token for editing global filters. 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 d833598ce9 Got DynamicEditorGrid to override old values when changing lookups. 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 3c697b7bd8 Reducing duplicate code for importers. 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 f4518f5e01 Created tabular file reader interface and worked on spreadsheet interface 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 6af0098f5f DynamicGrid ReadOnly so that you can disable an editor 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 8fb76f2907 Fixed menu images in cross tab. 1 year ago
DynamicManyToManyDataGrid.cs 5e319b8e96 Added "Reset Columns to Default" to OneToMany and ManyTOMany grids. 1 year ago
DynamicManyToManyGrid.cs 539e8ed5de Merge remote-tracking branch 'origin/frank' into kenric; Also added Generate Columns back in 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 539e8ed5de Merge remote-tracking branch 'origin/frank' into kenric; Also added Generate Columns back in 1 year ago
DynamicRowMovementColumn.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicSplitPanel.cs 72f705baed Moved InABox.DynamicGrid and InABox.Reports into InABox.WPF; Also started work on automatic report generation for forms 2 years ago
DynamicTabControl.cs eec0a6e1db Added a SelectedTab property onto DynamicTabControl to fix the annoyance of casting 1 year ago
DynamicTreeView.cs 066a929863 Fixed security thing in DynamicTreeView where one could add items even if not actually could 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 2df4269403 REmoved FindDocument, LoadDocument and SaveDocument callbacks 1 year ago
IDynamicGrid.cs 1aaba9d7a1 Extracted filtering functionality into DynamicGridFilterButtonComponent, meaning it's based on composition, not inheritance, which is better. 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 bbc5ccdd7f Removed DefaultOptions field, because semantics were wrong and order of execution was unclear 1 year ago
MultiSelectDialog.cs 7c9d53a2d8 Added function to set title of multiselectdialog 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