Merge lp://staging/~srazi/qpdfview/some-patches into lp://staging/qpdfview
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~srazi/qpdfview/some-patches |
Merge into: | lp://staging/qpdfview |
Diff against target: |
574 lines (+285/-69) 14 files modified
application.pro (+2/-0) sources/bookmarkitemdelegate.cpp (+75/-0) sources/bookmarkitemdelegate.h (+45/-0) sources/bookmarkmodel.h (+19/-0) sources/documentview.cpp (+3/-0) sources/documentview.h (+2/-0) sources/mainwindow.cpp (+8/-1) sources/mainwindow.h (+1/-1) sources/miscellaneous.cpp (+114/-0) sources/miscellaneous.h (+3/-0) sources/pageitem.cpp (+6/-0) sources/pageitem.h (+2/-0) sources/searchitemdelegate.cpp (+5/-65) sources/searchitemdelegate.h (+0/-2) |
To merge this branch: | bzr merge lp://staging/~srazi/qpdfview/some-patches |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Adam Reichold | Pending | ||
Review via email: mp+345392@code.staging.launchpad.net |
This proposal supersedes a proposal from 2018-05-06.
Description of the change
Refactor of bookmark-work branch and add some other commits.
Unmerged revisions
- 2081. By Razi Alavizadeh
-
Fix code style of appendComment() and &
- 2080. By Razi Alavizadeh
-
Rename requestAppendTo
BookmarkComment () to appendToBookmar kRequested( ) - 2079. By Razi Alavizadeh
-
Improve code style of drawAlternative
Text() - 2078. By Razi Alavizadeh
-
Merge upstream
- 2077. By Razi Alavizadeh
-
Clear search results of a tab when closing it
- 2076. By Razi Alavizadeh
-
Fix bookmark tooltip when comment is too long
- At least on Windows long plaintext tooltips (without new line)
are shown as a single long line. Changing tooltip format to HTML
fixes this issue. - 2075. By Razi Alavizadeh
-
Add ability to append selected text to bookmark comment
- 2074. By Razi Alavizadeh
-
Fix unreferenced formal parameter warning
- 2073. By Razi Alavizadeh
-
Show comment of bookmark items in Bookmarks Dock
- 2072. By Razi Alavizadeh
-
Fix highlighting matchedText when a part of it, is removed by QFontMetrics:
:elidedText( )
Hello Razi,
thank you for your contribution! I am happy to be hearing from you again. Also, I will try to review your changes as soon as possible but please be patient since I am currently not sure when I will find the time.
Best regards,
Adam