xournalpp:view-rewrite

Last commit made on 2020-02-02
Get this branch:
git clone -b view-rewrite https://git.launchpad.net/xournalpp

Branch merges

Branch information

Name:
view-rewrite
Repository:
lp:xournalpp

Recent commits

f20ccaa... by Bryan Tan <email address hidden>

Simplify touchscreen scroll/draw mode handling

4f5aeae... by Bryan Tan <email address hidden>

WIP Refactor Xournal widget to use GtkDrawingArea

- Rendering currently works
- Scroll bars do not appear because their adjustments are set incorrectly
- Fixed an edge case in input handling

7d1a4d8... by Bryan Tan <email address hidden>

ci: Fix windows releases (attempt)

The issue seems to be that libcrypto and libssl are already included in
the Windows CI image by default, causing them to not be copied. This patch
ensures that they're copied if the application is linked with the system
libcrypto/ssl.

c7f3c98... by Bryan Tan <email address hidden>

Fix MacOS builds (#1727)

Latest Ninja requires Catalina or newer, so stick on Ninja 1.9.0 for now.

4a65773... by Bryan Tan <email address hidden>

Update bug report template

d138a71... by Bryan Tan <email address hidden>

[skip ci] Update README.md again

bffbc0e... by Bryan Tan <email address hidden>

[skip ci] Update README.md

- Remove PR freeze notice
- Add links to user manual and FAQ
- Update installation information
- Moved audio recording instructions to user manual

058bb91... by andreasb242 <email address hidden>

Merge pull request #1714 from barak/master

Tiny changes demanded by lintian during Debian packaging

b502166... by "Barak A. Pearlmutter" <email address hidden>

desktop file validity

Gbp-Pq: Name 0002-desktop-file-validity.patch

01838eb... by "Barak A. Pearlmutter" <email address hidden>

xml validity

Avoid appstream XML file validation failure, by using git tag -l
instead of git tag --list. Could also git tag -""-list, yuck.

$ lintian
E: xournalpp: appstream-metadata-invalid com.github.xournalpp.xournalpp.appdata.xml

$ appstreamcli validate desktop/com.github.xournalpp.xournalpp.appdata.xml
E: ~:~: xml-markup-invalid Could not parse XML data: Entity: line 80: parser error : Double hyphen within comment: <!-- Could be automated more:
  `git tag
  `git tag --list | grep "^[0-9]*\.[0-9]*\.[0-9]*$`"
           ^
Validation failed: errors: 1

Gbp-Pq: Name 0001-xml-validity.patch