My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

ghunter

Ever since I saw pcman’s XD Programming,

I have been practicing using glade to work on a picture-watching program.

The habit that I have of reading comic books.

Designing a handy program for reading comic books on my own.

I participated in CMake sometime before, thinking I am unfamiliar with autotools,

and why not take this chance to learn CMake?

Therefore, I have created this version.

v 0.0.5 (2008/12/05)

  • add f to fullscreen & q to exit program
  • add use key to scroll image
  • Fix issue - slideshow can't zoom fit
  • Fix issue - rotate
  • Add feature - zoom in & out (code not yet)

v 0.0.4 (2008/11/22)

v 0.0.3 (2008/05/31)

  • Multilingual
  • Solutions to the absence from glade

v 0.0.2.5 (2008/04/06)

  • Change to cmake
  • Some easy installments for modification of .h

v 0.0.2 (2007/10/13)

  • Fix the already-known bug of 0.0.1
  • Drastic modification of program (since I am not familiar with glade, I misuploaded items.)
  • New function for briefing (1 sec、 5 sec、 10 sec, respectively.)
  • Support the operation of keyboards.

v 0.0.1 (2007/10/08)

  • Normal fit
  • No more scrollbar, and you can move the location for pictures directly.
  • Contained with functions of opening table of contents and preview after opening files.
  • Use roller to control the change of page. The next page after the final one is the first page, and vice versa.
  • Pushing the middle button comes full screen.

Installment instructions:

source code:http://ghunter.googlecode.com/files/ghunter_0.0.5.tar.gz
$ wget http://ghunter.googlecode.com/files/ghunter_0.0.5.tar.gz
$ tar xf ghunter_0.0.5.tar.gz
Please install cmake first. (ex. aptitude install cmake)
Then disclose the file, operating

$ cd ghunter-0.0.5
$ cmake .

$ make
$ sudo make install
or

deb file:http://ghunter.googlecode.com/files/ghunter_0.0.5-1_i386.deb

$ wget http://ghunter.googlecode.com/files/ghunter_0.0.5.tar.gz
$ sudo dpkg -i ghunter_0.0.5-1_i386.deb

This way, everything will be solved.

Powered by Google Project Hosting