| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
| |
dspdfviewer.cpp:50:22: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical]
secondaryWindow(0, (r.useFullPage() | r.duplicate())? PagePart::FullPage
|
|
|
|
| |
Force using c++14 standard for clang when compiling with boost headers.
|
|
|
|
|
|
|
| |
PR: 244964
Notes:
svn path=/head/; revision=530656
|
|
|
|
|
|
|
|
| |
Submitted by: adridg
Approved by: philip (mentor)
Notes:
svn path=/head/; revision=511054
|
|
|
|
|
|
|
|
|
|
|
|
| |
../dspdfviewer.cpp:311:48: error: empty expression statement has no effect; remove unnecessary ';' to silence this warning [-Werror,-Wextra-semi-stmt]
QSize newSize = window.getPreviewImageSize();;
^
PR: 236217
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=494635
|
|
|
|
|
|
|
|
|
|
|
| |
is in the (new) patch.
PR: 226524
Approved by: tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D14652
Notes:
svn path=/head/; revision=465086
|
|
- Install manpage in the correct place [1]
(bump PORTREVISION to reinstall package)
PR: 218767
Submitted by: caso.ramiro@gmail.com [1]
Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=439745
|