Import of original sources
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 29 Jun 2007 00:35:48 +0000 (02:35 +0200)
committerGiuseppe Bilotta <Giuseppe Bilotta giuseppe.bilotta@gmail.com>
Fri, 29 Jun 2007 00:35:48 +0000 (02:35 +0200)
commit60c06f3b6d15c792235d9c5e40455fab86887064
treeef5b0e73f815c2d99b4b7cbc04eea2514c5065be
Import of original sources
155 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
THANKS [new file with mode: 0644]
TODO [new file with mode: 0644]
acinclude.m4 [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
configure [new file with mode: 0755]
configure.in [new file with mode: 0644]
depcomp [new file with mode: 0755]
fedora/qcomicbook.desktop [new file with mode: 0644]
fedora/qcomicbook.png [new file with mode: 0644]
fedora/qcomicbook.spec [new file with mode: 0644]
help/Makefile [new file with mode: 0644]
help/Makefile.am [new file with mode: 0644]
help/Makefile.in [new file with mode: 0644]
help/en/Makefile [new file with mode: 0644]
help/en/Makefile.am [new file with mode: 0644]
help/en/Makefile.in [new file with mode: 0644]
help/en/index.html [new file with mode: 0644]
help/en/internals.html [new file with mode: 0644]
help/en/intro.html [new file with mode: 0644]
help/en/keyboard.html [new file with mode: 0644]
help/en/menu.html [new file with mode: 0644]
help/qcomicbook.1 [new file with mode: 0644]
icons/Makefile [new file with mode: 0644]
icons/Makefile.am [new file with mode: 0644]
icons/Makefile.in [new file with mode: 0644]
icons/bestfit.png [new file with mode: 0644]
icons/bookmark.png [new file with mode: 0644]
icons/fbackward.png [new file with mode: 0644]
icons/fforward.png [new file with mode: 0644]
icons/fitheight.png [new file with mode: 0644]
icons/fitwidth.png [new file with mode: 0644]
icons/info.png [new file with mode: 0644]
icons/japanese.png [new file with mode: 0644]
icons/nextpage.png [new file with mode: 0644]
icons/openarch.png [new file with mode: 0644]
icons/opendir.png [new file with mode: 0644]
icons/orgsize.png [new file with mode: 0644]
icons/pagebottom.png [new file with mode: 0644]
icons/pagetop.png [new file with mode: 0644]
icons/prevpage.png [new file with mode: 0644]
icons/qcomicbook-splash.png [new file with mode: 0644]
icons/qcomicbook.png [new file with mode: 0644]
icons/rleft.png [new file with mode: 0644]
icons/rright.png [new file with mode: 0644]
icons/settings.png [new file with mode: 0644]
icons/src/bestfit.xcf [new file with mode: 0644]
icons/src/bookmark.xcf [new file with mode: 0644]
icons/src/fbackward.xcf [new file with mode: 0644]
icons/src/fforward.xcf [new file with mode: 0644]
icons/src/fitheight.xcf [new file with mode: 0644]
icons/src/fitwidth.xcf [new file with mode: 0644]
icons/src/info.xcf [new file with mode: 0644]
icons/src/japanese.xcf [new file with mode: 0644]
icons/src/nextpage.xcf [new file with mode: 0644]
icons/src/openarch.xcf [new file with mode: 0644]
icons/src/opendir.xcf [new file with mode: 0644]
icons/src/page.xcf [new file with mode: 0644]
icons/src/pagebottom.xcf [new file with mode: 0644]
icons/src/pagetop.xcf [new file with mode: 0644]
icons/src/prevpage.xcf [new file with mode: 0644]
icons/src/rleft.xcf [new file with mode: 0644]
icons/src/rright.xcf [new file with mode: 0644]
icons/src/settings.xcf [new file with mode: 0644]
icons/src/thumbnails.xcf [new file with mode: 0644]
icons/src/twopages.xcf [new file with mode: 0644]
icons/src/wholepage.xcf [new file with mode: 0644]
icons/thumbnails.png [new file with mode: 0644]
icons/twopages.png [new file with mode: 0644]
icons/wholepage.png [new file with mode: 0644]
install-sh [new file with mode: 0755]
missing [new file with mode: 0755]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/aboutdialog.cpp [new file with mode: 0644]
src/aboutdialog.h [new file with mode: 0644]
src/archiverdialog.cpp [new file with mode: 0644]
src/archiverdialog.h [new file with mode: 0644]
src/bookmark.cpp [new file with mode: 0644]
src/bookmark.h [new file with mode: 0644]
src/bookmarkmanager.cpp [new file with mode: 0644]
src/bookmarkmanager.h [new file with mode: 0644]
src/bookmarks.cpp [new file with mode: 0644]
src/bookmarks.h [new file with mode: 0644]
src/cbconfigdialog.cpp [new file with mode: 0644]
src/cbconfigdialog.h [new file with mode: 0644]
src/cbicons.h [new file with mode: 0644]
src/cbinfo.cpp [new file with mode: 0644]
src/cbinfo.h [new file with mode: 0644]
src/cbsettings.cpp [new file with mode: 0644]
src/cbsettings.h [new file with mode: 0644]
src/comicmain.cpp [new file with mode: 0644]
src/comicmain.h [new file with mode: 0644]
src/config.h.in [new file with mode: 0644]
src/enummap.h [new file with mode: 0644]
src/helpbrowser.cpp [new file with mode: 0644]
src/helpbrowser.h [new file with mode: 0644]
src/history.cpp [new file with mode: 0644]
src/history.h [new file with mode: 0644]
src/icons.cpp [new file with mode: 0644]
src/icons.h [new file with mode: 0644]
src/iconviewthumbnail.cpp [new file with mode: 0644]
src/iconviewthumbnail.h [new file with mode: 0644]
src/imgarchiver.cpp [new file with mode: 0644]
src/imgarchiver.h [new file with mode: 0644]
src/imgarchivesink.cpp [new file with mode: 0644]
src/imgarchivesink.h [new file with mode: 0644]
src/imgdirsink.cpp [new file with mode: 0644]
src/imgdirsink.h [new file with mode: 0644]
src/imgloader.cpp [new file with mode: 0644]
src/imgloader.h [new file with mode: 0644]
src/imgsinkfactory.cpp [new file with mode: 0644]
src/imgsinkfactory.h [new file with mode: 0644]
src/imgtransform.cpp [new file with mode: 0644]
src/imgtransform.h [new file with mode: 0644]
src/imgview.cpp [new file with mode: 0644]
src/imgview.h [new file with mode: 0644]
src/imlibimage.cpp [new file with mode: 0644]
src/imlibimage.h [new file with mode: 0644]
src/imlibloader.cpp [new file with mode: 0644]
src/imlibloader.h [new file with mode: 0644]
src/jumptopagewin.cpp [new file with mode: 0644]
src/jumptopagewin.h [new file with mode: 0644]
src/listviewthumbnail.cpp [new file with mode: 0644]
src/listviewthumbnail.h [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/miscutil.cpp [new file with mode: 0644]
src/miscutil.h [new file with mode: 0644]
src/pagenumberedit.cpp [new file with mode: 0644]
src/pagenumberedit.h [new file with mode: 0644]
src/pagesdirector.cpp [new file with mode: 0644]
src/pagesdirector.h [new file with mode: 0644]
src/statusbar.cpp [new file with mode: 0644]
src/statusbar.h [new file with mode: 0644]
src/suparchwin.cpp [new file with mode: 0644]
src/suparchwin.h [new file with mode: 0644]
src/thumbnail.cpp [new file with mode: 0644]
src/thumbnail.h [new file with mode: 0644]
src/thumbnailevent.cpp [new file with mode: 0644]
src/thumbnailevent.h [new file with mode: 0644]
src/thumbnailitem.cpp [new file with mode: 0644]
src/thumbnailitem.h [new file with mode: 0644]
src/thumbnailloader.cpp [new file with mode: 0644]
src/thumbnailloader.h [new file with mode: 0644]
src/thumbnailsview.cpp [new file with mode: 0644]
src/thumbnailsview.h [new file with mode: 0644]
src/thumbnailswin.cpp [new file with mode: 0644]
src/thumbnailswin.h [new file with mode: 0644]