Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
poppler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nathanael Noblet
poppler
Commits
1f244751
Commit
1f244751
authored
Jul 16, 2019
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Poppler 0.79.0
parent
68ef84e5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
4 deletions
+20
-4
CMakeLists.txt
CMakeLists.txt
+1
-1
NEWS
NEWS
+16
-0
cpp/Doxyfile
cpp/Doxyfile
+1
-1
qt5/src/CMakeLists.txt
qt5/src/CMakeLists.txt
+1
-1
qt5/src/Doxyfile
qt5/src/Doxyfile
+1
-1
No files found.
CMakeLists.txt
View file @
1f244751
...
...
@@ -36,7 +36,7 @@ if (ECM_FOUND)
endif
()
set
(
POPPLER_MAJOR_VERSION
"0"
)
set
(
POPPLER_MINOR_VERSION
"7
8
"
)
set
(
POPPLER_MINOR_VERSION
"7
9
"
)
set
(
POPPLER_MICRO_VERSION
"0"
)
set
(
POPPLER_VERSION
"
${
POPPLER_MAJOR_VERSION
}
.
${
POPPLER_MINOR_VERSION
}
.
${
POPPLER_MICRO_VERSION
}
"
)
...
...
NEWS
View file @
1f244751
Release 0.79.0:
core:
* Fix regression on TextSelectionPainter
* Fix parsing of DefaultAppearance
* Fix memory leak in PostScriptFunction
* Fix crashes in fuzzed files
qt5:
* Implemented support for setIcon by changing appearance
* Added option to set the form available to print
* QString::null is deprecated, use QString()
* Replace deprecated qStableSort with std::stable_sort
build system:
* Turn README into README.md and expand it
Release 0.78.0:
core:
* Fix line annotation arrows for usage in dimensioning
...
...
cpp/Doxyfile
View file @
1f244751
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler CPP"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.7
8
.0
PROJECT_NUMBER = 0.7
9
.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
qt5/src/CMakeLists.txt
View file @
1f244751
...
...
@@ -39,7 +39,7 @@ set(poppler_qt5_SRCS
poppler-version.cpp
)
add_library
(
poppler-qt5
${
poppler_qt5_SRCS
}
)
set_target_properties
(
poppler-qt5 PROPERTIES VERSION 1.
19
.0 SOVERSION 1
)
set_target_properties
(
poppler-qt5 PROPERTIES VERSION 1.
20
.0 SOVERSION 1
)
if
(
MINGW AND BUILD_SHARED_LIBS
)
get_target_property
(
POPPLER_QT5_SOVERSION poppler-qt5 SOVERSION
)
set_target_properties
(
poppler-qt5 PROPERTIES SUFFIX
"-
${
POPPLER_QT5_SOVERSION
}${
CMAKE_SHARED_LIBRARY_SUFFIX
}
"
)
...
...
qt5/src/Doxyfile
View file @
1f244751
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt5"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.7
8
.0
PROJECT_NUMBER = 0.7
9
.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment