SuccessChanges

Summary

  1. Revert "debian/rules: temporarily disable launcher" (details)
  2. Modernise launcher build code (details)
  3. Don't omit -export-dynamic linker flag (details)
  4. src/Makefile.am: add -Wl,--export-dynamic (details)
  5. debian/changelog: bump for launcher support fix (details)
  6. debian/rules: fix maemo-launcher support (details)
  7. xpdf/OssoStream: port to GIO (details)
  8. src/utility: port to GIO (details)
  9. src/ui/interface: port to GIO (details)
  10. appdata: switch to GIO (details)
  11. src/pdfviewer.cc port partially to GIO (details)
  12. src/Makefile.am: remove VFS flags (details)
  13. src/main: remove vfs (details)
  14. HACK: ifdef 0 unported code (details)
  15. configure.ac: add gio-2.0, remove gnome-vfs-2.0 (details)
  16. debian/changelog: bump for 2.10.0 (details)
  17. debian/control: change maintainer (details)
  18. FORMAT: indent code automatically (details)
  19. Add .git-blame-ignore-rev file (details)
Commit 6efa6b1d0564f08d7af519502b0664dbce74219b by Merlijn Boris Wolf Wajer
Revert "debian/rules: temporarily disable launcher"

This reverts commit 9fa02f78609c8861217f77f6f300769f0211ab2d.
The file was modifieddebian/rules (diff)
The file was modifiedconfigure.ac (diff)
The file was modifieddebian/rules (diff)
The file was modifiedsrc/Makefile.am (diff)
Commit 2c5912109dfa3601755daea40d305c21a8a43e13 by Merlijn Boris Wolf Wajer
Don't omit -export-dynamic linker flag

This option is needed to export symbols from export.map in recent
binutils. These symbols are needed for maemo-launcher to work.
The file was modifiedsrc/Makefile.am (diff)
Commit aa4735ed3331e8b19af0bb6fd286df03d398ab2d by Merlijn Boris Wolf Wajer
src/Makefile.am: add -Wl,--export-dynamic

This flag is required for launcher support, otherwise the application
will just not run.
The file was modifiedsrc/Makefile.am (diff)
Commit bbd27b8165a17802e25ed91066865f0e79cacbde by Merlijn Boris Wolf Wajer
debian/changelog: bump for launcher support fix
The file was modifieddebian/changelog (diff)
Commit a26cfe6f1134513897bb5251a0b14ee57dcc757c by Arthur D.
debian/rules: fix maemo-launcher support
The file was modifieddebian/rules (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedxpdf/OssoStream.h (diff)
The file was modifiedxpdf/OssoStream.cc (diff)
The file was modifiedsrc/utility.h (diff)
The file was modifiedsrc/utility.c (diff)
The file was modifiedsrc/utility.h (diff)
The file was modifiedsrc/ui/callbacks.h (diff)
The file was modifiedsrc/ui/interface.c (diff)
The file was modifiedsrc/utility.c (diff)
The file was modifiedsrc/appdata.h (diff)
Commit a63961a282cd92f62064325c2e3842ec20d413c7 by Merlijn Boris Wolf Wajer
src/pdfviewer.cc port partially to GIO

File saving and drive unmount monitoring is not yet in place, but that
also didn't work in ascii for me. To be fixed.

Port is not functional yet. Loading a PDF still fails, I think something
is decreasing the reference count of the open GIO input stream.
The file was modifiedsrc/pdfviewer.cc (diff)
The file was modifiedsrc/pdfviewer.h (diff)
Commit bbf798d871ee45dadb95dc645fafb23df1625d0c by Merlijn Boris Wolf Wajer
src/Makefile.am: remove VFS flags
The file was modifiedsrc/Makefile.am (diff)
The file was modifiedsrc/main.c (diff)
Commit a77079eb211435fa515269090b4476cbd1da71dd by Merlijn Boris Wolf Wajer
HACK: ifdef 0 unported code

This code will still need to be ported, but by ifdef'ing this code, the
GIO port compiles and renders/opens PDF files.
The file was modifiedsrc/ui/callbacks.h (diff)
The file was modifiedsrc/appdata.h (diff)
The file was modifiedsrc/pdfviewer.cc (diff)
The file was modifiedsrc/ui/callbacks.c (diff)
Commit 96516a16c7d8190e73d5ab7d3a6b6e24936e027c by Merlijn Boris Wolf Wajer
configure.ac: add gio-2.0, remove gnome-vfs-2.0
The file was modifiedconfigure.ac (diff)
Commit a2f73dea10d03eb0d57422e4c212b16516a3d928 by Merlijn Boris Wolf Wajer
debian/changelog: bump for 2.10.0
The file was modifieddebian/changelog (diff)
Commit b10214a5ce897e968348226e88e948a4d2d609ba by Merlijn Boris Wolf Wajer
debian/control: change maintainer
The file was modifieddebian/control (diff)
Commit 17f9b8459dee044365e1f972ad99dad25149ea77 by Merlijn Boris Wolf Wajer
FORMAT: indent code automatically

Indent C code with `indent -linux`. Indent C++ code with `astyle`.
The file was modifiedsrc/pdfviewer.cc (diff)
The file was modifiedsrc/settings.c (diff)
The file was modifiedsrc/ui/interface.c (diff)
The file was modifiedsrc/rpc.c (diff)
The file was modifiedsrc/ui/callbacks.c (diff)
The file was modifiedsrc/utility.c (diff)
The file was modifiedsrc/state_save.c (diff)
The file was modifiedsrc/main.c (diff)
The file was modifiedsrc/configuration.c (diff)
Commit 7ba681b45b0cd79b64ef4d997707c58d165629d1 by Merlijn Boris Wolf Wajer
Add .git-blame-ignore-rev file

To use it, issue:

$ git blame --ignore-revs-file .git-blame-ignore-revs

To make it standard for a repo:

$ git config blame.ignoreRevsFile .git-blame-ignore-revs
The file was added.git-blame-ignore-revs