1. May 25, 2021
  2. May 24, 2021
  3. May 21, 2021
  4. May 20, 2021
  5. May 19, 2021
  6. May 18, 2021
    • Marc Durdin's avatar
      fix(developer): TframeTextEditor.SetText was not synchronous · 52dcd313
      Marc Durdin authored
      Fixes #5095.
      
      If the text editor was loaded, `SetText` would not be synchronous
      because it executed some Javascript to make the text change, so setting
      the text and immediately reading it again would give the old text. This
      is what the On Screen Keyboard editor was doing (it would synchronize
      the visual editor and text editor at save). This fix updates `SetText`
      to update the backing store as well as the front end editor.
      52dcd313
  7. May 17, 2021
  8. May 14, 2021
    • Marc Durdin's avatar
      Merge pull request #5083 from keymanapp/fix/developer/cherry-pick/kmconvert-cmdline-and-wine · 76f907cc
      Marc Durdin authored
      fix(developer): kmconvert commandline and deploy 🍒
      76f907cc
    • Marc Durdin's avatar
      fix(developer): kmconvert commandline and deploy · 4739b92d
      Marc Durdin authored
      A few fixes and improvements:
      * kmconvert was missing a command line parameter for `-target` to
        specify the platform targets for a project
      * kmconvert should avoid throwing unhandled exceptions, rather if
        sentry is not present then just write to console.
      * Include kmconvert and its data files in the deployment of kmcomp.zip,
        which is done on the build agent (just need to make sure files are
        in the right place here.)
      * Side fix: also made sure kmcomp would emit the exception message to
        console if sentry is not present.
      4739b92d
  9. May 13, 2021
  10. May 12, 2021
  11. May 11, 2021
  12. May 10, 2021