Skip to content
Snippets Groups Projects
  1. Mar 26, 2023
  2. Mar 25, 2023
  3. Mar 22, 2023
  4. Mar 21, 2023
  5. Mar 16, 2023
    • Jean Abou Samra's avatar
      Avoid extraneous document when creating file from command line · 7d5ad9e0
      Jean Abou Samra authored
      AbstractDocument.new_from_url is documented as "intended to open a new
      Document without instantiating one if loading the contents fails", but
      failed to do so, causing "frescobaldi nonexistent-document.ly" to open
      *two* new tabs with a new document for creating nonexistent-document.ly.
      
      Fixes #1552
      7d5ad9e0
  6. Mar 14, 2023
  7. May 31, 2022
  8. May 05, 2022
  9. Mar 20, 2021
  10. Feb 02, 2021
  11. Dec 25, 2020
  12. Dec 12, 2020
  13. Aug 27, 2020
  14. Jul 19, 2020
  15. Jul 06, 2020
  16. May 25, 2020
  17. May 24, 2020
  18. May 22, 2020
  19. Apr 23, 2020
  20. Apr 20, 2020
  21. Apr 12, 2020
  22. Apr 10, 2020
  23. Apr 09, 2020
    • Davide Liessi's avatar
      update changelog · 1588a00c
      Davide Liessi authored
      1588a00c
    • Wilbert Berendsen's avatar
      ver bump and update chlog · 011935dd
      Wilbert Berendsen authored
      011935dd
    • Davide Liessi's avatar
      Fix Python selection on Mac (#1263) · d64e5441
      Davide Liessi authored
      * respect custom tool names settings
      
      * take custom tool names into account automatically
      
      Uses ly_tool automatically in toolcommand by default, still allowing to
      disable it via optional argument (no use case at the moment, though).
      
      This allows toolcommand to know which tool is being called, regardless
      of custom tool names, which is required for #1232 (Python selection on
      macOS).
      
      * macosx: make OS Python ignore PYTHON* env variables
      
      Partially addresses #1232, solving the issue described in
      https://github.com/frescobaldi/frescobaldi/issues/1232#issue-543283689:
      
      Error using convert-ly in Frescobaldi 3.1 Mac app:
      ImportError: Bad magic number in
      /Volumes/Frescobaldi/Frescobaldi.app/Contents/Resources/site.pyc
      
      * lilychooser: for toolcommands, keep only viable LilyPonds in the list
      
      * macosx: choose Python based on actual requirements
      
      Fixes #1232
      d64e5441
  24. Mar 15, 2020
  25. Mar 09, 2020
    • Davide Liessi's avatar
      fix style of tabs on Mac · a6401486
      Davide Liessi authored
      fixes #1087
      a6401486
    • Davide Liessi's avatar
      change some shortcuts on Mac · 4556df4a
      Davide Liessi authored
      - next document: ctrl+tab
      - previous document: ctrl+shift+tab
      - start of line: cmd+left
      - end of line: cmd+right
      
      fixes #860
      4556df4a
    • Davide Liessi's avatar
      fix printing on Mac · fbf123c2
      Davide Liessi authored
      Now that printing with the Arthur backend seems to work correctly,
      there is no need to direct the user to open the PDF file with an
      external program.  Instead, when printing directly to CUPS, the user
      is warned about its drawbacks.  Accordingly, the default value of the
      printing/directcups preference is set to False on Mac.
      
      Fixes #30
      fbf123c2
  26. Mar 05, 2020
  27. Feb 10, 2020
  28. Jan 25, 2020
  29. Jan 03, 2020
Loading