Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PopupViewer WinUI/UWP #589

Merged
merged 26 commits into from
Aug 5, 2024
Merged

PopupViewer WinUI/UWP #589

merged 26 commits into from
Aug 5, 2024

Commits on Jun 24, 2024

  1. Set up v.next branch

    dotMorten committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    31ddf24 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge branch 'main' into v.next

    Morten Nielsen committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bdf1b27 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    4041e19 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    75dcc16 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge remote-tracking branch 'origin/main' into v.next

    Morten Nielsen committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9fdc58b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d1dfd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Add null-check

    dotMorten authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3c43b7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0673608 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Adds support for the barcode input field (#583)

    * Adds support for the barcode input field
    dotMorten authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ac1bc3e View commit details
    Browse the repository at this point in the history
  2. Added support to override URL clicks in PopupViewer (#584)

    * Added support to override URL clicks in PopupViewer
    
    * Added samples for reference
    
    * Refactor PopupViewer and event handling
    
    * Refactor hyperlink event handling and cleanup
    
    - Corrected the event name from `HyperLinkClicked` to `HyperlinkClicked` in both XAML and code-behind files for consistency and to meet case sensitivity requirements.
    
    * Refactor GetPopupViewerParent to generic
    
    * Refactor GetParent<T> generic constraint
    
    * Broaden type check in Tapped event handler
    
    * Refine type checks and adjust imports
    
    * Refactor PopupViewer parent traversal logic
    prathameshnarkhede authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    789e346 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Add discard method to featureform that ensures the form is fully rese…

    …t by re-evaluating expressions
    
    All add Finish method for consistency
    dotMorten committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4457d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab0dbd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    61dd609 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    dd898db View commit details
    Browse the repository at this point in the history
  2. Fix null warning

    dotMorten authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3a5de8b View commit details
    Browse the repository at this point in the history
  3. Add error border below text field (#585)

    Ensures on catalyst that the textfield isn't blocked form clicking when there's an error
    dotMorten authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    33e29d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. BugFix: BasemapGallery fails to load default Basemaps in WPF (#586)

    * Optimize BasemapGallery initialization
    
    Removed redundant initialization of `AvailableBasemaps` in the `BasemapGallery` constructor. Added a null check in `BasemapGallery_Loaded` to initialize `AvailableBasemaps` only if it is null, calling `_controller.LoadFromDefaultPortal()` asynchronously if needed. This change prevents unnecessary initialization and allows for external setting of `AvailableBasemaps` before the control is loaded.
    
    * Initialize AvailableBasemaps and improve load check
    
    Add initialization flag for BasemapGallery collection
    prathameshnarkhede authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2fc9789 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    b5e573c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a63b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    8f32475 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f023fc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge remote-tracking branch 'origin/main' into popupviewer_winui

    # Conflicts:
    #	src/Toolkit/Toolkit/UI/Controls/FeatureForm/AttachmentsFormElementView.Windows.cs
    #	src/Toolkit/Toolkit/UI/Controls/PopupViewer/FieldsPopupElementView.cs
    #	src/Toolkit/Toolkit/UI/Controls/PopupViewer/PopupViewer.Windows.cs
    #	src/Toolkit/Toolkit/UI/Controls/PopupViewer/PopupViewer.cs
    dotMorten committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5ad0dc6 View commit details
    Browse the repository at this point in the history
  2. Final cleanup

    dotMorten committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d3a9b8d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    e46fdbb View commit details
    Browse the repository at this point in the history
  2. Improve flipview

    dotMorten committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3347c53 View commit details
    Browse the repository at this point in the history
  3. UI tweaks for flipview

    dotMorten committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    749dc30 View commit details
    Browse the repository at this point in the history