MarPiRK
7ea1a69feb
Coverity Scan based fixes
...
Fixes some issues from Coverity report, fixed Travis Coverity support.
10 years ago
MarPiRK
c85753c328
Updated README.md
...
+ Gitter badge
- Slack and IRC info
~ `string_new` to `development`
10 years ago
Wilson Brenna
d6eb6752d4
Break arrays apart on PDF export, bug #60
...
This should fix the inability to handle objArray. Next step is to handle
the objArray in PdfRefList, which I think is a bit trickier since the
subobjects aren't dicts nor refs, but names.
10 years ago
Wilson Brenna
1df7dc7c53
Adds Travis integration to Gitter
10 years ago
Wilson Brenna
3838755f82
Fixes bug #151
10 years ago
Wilson Brenna
d27ff6deff
Fixed command line PDF export to use path
10 years ago
Wilson Brenna
d162281302
And fixed some typos
11 years ago
Wilson Brenna
d5e6fe34f9
Added Travis badge, updated README
11 years ago
wbrenna
3b80bcbadf
Merge pull request #150 from MarPiRK/string_new
...
Cleanup of some compilation warnings and move to container-based Travis tests
11 years ago
MarPiRK
7c286a3453
Added Coverity integration for Travis
11 years ago
MarPiRK
9c044bad54
Fixes basing on Coverity scan
...
https://scan.coverity.com/projects/marpirk-xournalpp
11 years ago
MarPiRK
9d95962fd1
Added Travis to Slack integration
11 years ago
MarPiRK
d4fc64ea5d
Optimised poppler static build
11 years ago
MarPiRK
05c839e0cd
Moved to container-based Travis test
...
Also fixed some minor warnings
11 years ago
MarPiRK
d244294ef2
Added `DEV_CHECK_GTK3_COMPAT` CMake flag
...
It adds a few compiler flags to check basic GTK3 upgradeability support – it still compiles for GTK2, but makes it easier to adjust to GTK3 standards and upgrade to it in future.
11 years ago
MarPiRK
558358f26b
Added lost highlighter icon
...
(Kinda) fixes xournalpp/xournalpp#137
General icon rework is needed anyway
11 years ago
MarPiRK
a5977941a2
lcms1 or lcms2 dependency
...
Not strict 2nd or 1st version as it was before
Fixes xournalpp/xournalpp#144
11 years ago
MarPiRK
e916e811f0
Cleanup of `-Wsign-compare` warning
...
And possibly a few bugfixes of bugs not yet uncovered
11 years ago
MarPiRK
903f789d1b
Changed to lcms2 for poppler static build
11 years ago
wbrenna
b62f922774
Merge pull request #142 from MarPiRK/string_new
...
Poppler static build and translation improvements
11 years ago
MarPiRK
871b082302
Moved CMake readme to Markdown
11 years ago
MarPiRK
136e0e08eb
Divided test to separate binaries – cleaner for CTest
11 years ago
MarPiRK
0dbe201479
Travis: CMake from whitelisted repo
11 years ago
MarPiRK
2d85e6a00e
Fixed some Travis warnings
...
And added `-Wall` to Travis to see more
11 years ago
MarPiRK
ec25822c63
Translation enhancements
11 years ago
MarPiRK
484e7359f8
Added Poppler static build
11 years ago
MarPiRK
d3135afd9f
Multiple errorlogs
11 years ago
MarPiRK
b20a1ca9ca
Merge pull request #14 from corna/marpirk_string_new
...
Fixed Glib compilation warnings
11 years ago
Nicola Corna
58666f3e77
Fixed compilation warnings
...
This commit fixes the following warnings during the compilation:
* ‘GMutex* g_mutex_new()’ is deprecated
* ISO C++ forbids converting a string constant to ‘gchar* {aka char*}’
* passing NULL to non-pointer argument [...]
The GMutex can be statically allocated since GLib 2.32, so no stricter dependencies are required.
11 years ago
andreasb242
d76bb13536
Merge pull request #140 from MarPiRK/string_new
...
Mainly poppler upgrade and some minor improvements
11 years ago
MarPiRK
77a9a5769f
CMake enhancements
11 years ago
MarPiRK
4106c84f3e
C++ flags fix
11 years ago
MarPiRK
f89926895b
Changed documentNew.svg to stock system icon.
11 years ago
MarPiRK
e8bbceab3b
Small fixes for mingw building
11 years ago
andreasb242
ca239b5b76
Merge pull request #135 from MarPiRK/string_new
...
Travis compatible and added Slackin invitation plugin in README
11 years ago
MarPiRK
4dc73d7a02
Unified to boost::locale::translate (no more glib i18n)
...
Also updated i18n readme
11 years ago
MarPiRK
9d85364984
Fixed glade search paths
...
Now it's searching also in source directory.
Moved compile path consants to config-paths.h file – no more useless recompiling if one path changes.
11 years ago
MarPiRK
283d352dd3
Finished Polish translation, fixed PACKAGE_DATA_DIR bug
11 years ago
MarPiRK
31c889891f
Removed unneeded OpenJPEG dependency
11 years ago
MarPiRK
4c8f40404f
Finally upgraded ancient poppler
...
Also little fix for stripping thumbnailer on Windows
11 years ago
MarPiRK
c22998d15c
Removed unrelated count.php
...
See xournalpp#131
11 years ago
MarPiRK
e7af27a867
Fixed icon for desktop file (not xournal but xournalpp)
11 years ago
MarPiRK
f78df489b4
Updated README, some more Polish translations
11 years ago
MarPiRK
666b8887dd
Updated Polish translation
11 years ago
MarPiRK
42e510e3a0
Image background loading fix
11 years ago
MarPiRK
4a7191ea12
Fixed Travis testing
11 years ago
Marek Pikuła
5070752718
Added CMake based testing (+ Travis support)
11 years ago
MarPiRK
32a9a1cc25
All features enabled for Travis, overlay-scrollbar fix
11 years ago
MarPiRK
ab1f06fc91
Mainly Travis related changes
...
- Travis compatible (look at https://travis-ci.org/MarPiRK/xournalpp ) – not all features are enabled for now, but it just works
- some CMakeLists.txt cleanup
- no target_compile_features, so it's compatible with CMake 2.8.8
- possibility to build and link statically boost
- possibility to link pre-built glibmm lib
- CMake variables README
- libraries and linking cleanup
- possibility to compile with gcov support
11 years ago
MarPiRK
784e26a4d0
Merge remote-tracking branch 'upstream/string_new' into string_new
11 years ago