![]() + Fixed: Re-enabled indicator support. + Added: We are now installing a sepparate icon for clipit (not using it yet, though). + Added: Search as you type in "Manage history" dialog. + Added: 1-0 shortcuts for fast selecting of menu items. + Added: Possiblity to select multiple items for deletion in the "Manage history" dialog. Changes to be committed: modified: ChangeLog modified: Makefile.am modified: Makefile.in modified: TODO modified: configure modified: configure.in modified: data/Makefile.am modified: data/Makefile.in new file: data/trayicon.svg modified: src/Makefile.am modified: src/Makefile.in modified: src/main.c modified: src/manage.c |
||
---|---|---|
data | ||
doc | ||
m4 | ||
po | ||
src | ||
ABOUT-NLS | ||
aclocal.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
config.guess | ||
config.h.in | ||
config.rpath | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
intltool-extract.in | ||
intltool-merge.in | ||
intltool-update.in | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
NEWS | ||
README | ||
TODO |
ClipIt - Lightweight GTK+ Clipboard Manager ------------------------------------------------------------------------------- Copyright (C) 2010 by Cristian Henzel <oss@rspwn.com> forked from parcellite, which is Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com> Introduction ------------------------------------------------------------------------------- ClipIt is a lightweight GTK+ clipboard manager. Project website: http://clipit.rspwn.com/ How to compile and install clipit ------------------------------------------------------------------------------- Requirements: * gtk+ >= 2.10.0 Download the clipit source code, then: $ tar zxvf clipit-x.y.z.tar.gz $ cd clipit-x.y.z $ ./autogen.sh $ ./configure $ make $ sudo make install