Bryan Tan
ecb62bcb86
Update versioning and changelog
6 years ago
Dominik Gedon
7f93595342
Fixed misspelling of openSUSE and SUSE.
6 years ago
Bryan Tan
a911a3911d
Update to version 1.0.15
7 years ago
Bryan Tan
6078472c7f
Update appdata file
...
Previously, the appdata file did not validate with appstream-util
7 years ago
Tobias Mueller
f7248ab1e4
Change appid from xournalpp.desktop (sic!) to com.github.xournalpp.xournalpp
...
This is more in line with the spec which requires a reverse DNS name.
7 years ago
Nikolay Korotkiy
0f684923d5
Add Russian translation
7 years ago
Colin B. Macdonald
ee8b7b3c38
appdata.xml: add release data
7 years ago
Tobias Mueller
7d9575e110
desktop: added appdata file
7 years ago
suokunlong
dffe2fb4c8
Added zh_CN translation to x-xojpp.desktop
7 years ago
suokunlong
2816d1b4b2
Added zh_CN translation to x-xopp.desktop
7 years ago
suokunlong
6d4c76721f
Added zh_CN translation to x-xopt.desktop
7 years ago
suokunlong
cb8258d72a
added zh_CN translations to xournalpp.desktop
7 years ago
TheAssassin
c1b924552d
Improve desktop entry categories
...
At the moment, Xournal++ is listed in "Utility" on most desktops, which is IMO not a suitable location. I think it belongs to "Office". Unfortunately "TextEditor" has been specified to belong to "Utility", therefore it must be removed. A replacement might be "WordProcessor", which belongs to "Office", but on the other hand a top level category should be sufficient.
See also https://specifications.freedesktop.org/menu-spec/latest/apas02.html , https://specifications.freedesktop.org/menu-spec/latest/apa.html .
7 years ago
Andreas Butti
9db3082296
Fixes #682
7 years ago
Andreas Butti
086092273f
Added missing newline
7 years ago
Andreas Butti
b4dd8e1633
Restored translation
7 years ago
Andreas Butti
560060f252
fixes #633
...
Renamed mime, to fix the conflict with Xournal
7 years ago
Florian Freund
28463651c4
Install x-xopt.desktop
7 years ago
Andreas Butti
de4fd20ac7
Fixed Desktop install & DEP Packaging working
...
Further testing needed, and only .dep Packages are created.
fixed #143
7 years ago
morro
624ec64913
- updated desktop-install to install the audio recording script
...
- improved the recording script
- updated README
7 years ago
morro
f6144424ad
fix desktop-install missing thumbnails for .xopp files
7 years ago
Andreas Butti
540b176f25
Desktop install for all fileformats working
7 years ago
Andreas Butti
95dac43391
fixed #145 Thumbnailer working
7 years ago
Andreas Butti
bcab6cd017
Icon installation fixed
7 years ago
Andreas Butti
03682e45a7
Remove unused shortcut
7 years ago
Jan Hrdina
83cad16d4a
Add czech translation
9 years ago
MarPiRK
e7af27a867
Fixed icon for desktop file (not xournal but xournalpp)
11 years ago
MarPiRK
c8a9218207
CMake build system
...
- CMake:
- moved all components to CMake and removed autotools
- multiple config headers, to decrease recompile time after changes
- more things possible to configure using cmake config
- renamed few constants in categories:
- enable (basic features)
- unstable (features in developmnet)
- debug (debugging constants)
- test (CppUnit options/additional tests)
- dev (development constants, for testing purposes – marked as advanced, but directly accessible in cmake-gui)
- CppUnit
- moved everything to single folder `test/` in main tree
- separate binary `xournalpp-test` – main binary is also compiled
- SpeedTest additional module, which can be easily used while testing
- fixed some debugging errors
- moved all desktop files to `desktop/` directory
- autogenerating `xournalpp.pot` file and translations instal
- removed unused headers
- removed pugixml, as it's not used for now
- updated mathtex to recent version
11 years ago