]> www.fi.muni.cz Git - evince.git/commit
Move EvPageAction and EvStockIcons from shell to a new internal library
authorCarlos Garcia Campos <carlosgc@gnome.org>
Wed, 8 Apr 2009 13:10:00 +0000 (13:10 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Wed, 8 Apr 2009 13:10:00 +0000 (13:10 +0000)
commit5adc9f2e1a99e29b8a761388e17c08a6e4d79d5d
tree7f517616d8a21ef5184b7378915e1813c003b35a
parenta281d3cc1f64de07b4b8336c580ad4f5fcb861ed
Move EvPageAction and EvStockIcons from shell to a new internal library

2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>

* configure.ac:
* Makefile.am:
* po/POTFILES.in:
* shell/Makefile.am:
* shell/ev-page-action-widget.[ch]:
* shell/ev-page-action.[ch]:
* shell/ev-stock-icons.[ch]:
* shell/ev-application.c:
* shell/main.c:
* libmisc/Makefile.am:
* libmisc/ev-page-action-widget.[ch]:
* libmisc/ev-page-action.[ch]:
* libmisc/ev-stock-icons.[ch]:

Move EvPageAction and EvStockIcons from shell to a new internal
library (libevmisc) that will be used by the evince previewer too.

svn path=/trunk/; revision=3577
14 files changed:
ChangeLog
Makefile.am
configure.ac
libmisc/Makefile.am [new file with mode: 0644]
libmisc/ev-page-action-widget.c [moved from shell/ev-page-action-widget.c with 98% similarity]
libmisc/ev-page-action-widget.h [moved from shell/ev-page-action-widget.h with 98% similarity]
libmisc/ev-page-action.c [moved from shell/ev-page-action.c with 99% similarity]
libmisc/ev-page-action.h [moved from shell/ev-page-action.h with 97% similarity]
libmisc/ev-stock-icons.c [moved from shell/ev-stock-icons.c with 64% similarity]
libmisc/ev-stock-icons.h [moved from shell/ev-stock-icons.h with 79% similarity]
po/POTFILES.in
shell/Makefile.am
shell/ev-application.c
shell/main.c