+ 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
+ Added: Added "Edit" and "Remove" buttons to the "Manage History" dialog.
+ Fixed: Major speed improvements for big history entries while:
searching through the history;
populating the "Manage History" dialog;
generating the popup menus;
All of these should now be more than 99% faster, at the expense
of an (at most) 1MB overhead. I think it's worth it, though.
+ Fixed: Fixed a drawing issue with the small history menu when activated
by clicking on the systray icon.
Changes to be committed:
modified: ChangeLog
modified: TODO
modified: configure.in
modified: src/history.h
modified: src/main.c
modified: src/manage.c
+ Added: Option to save URIs (they were actually saved by default before, but
now you have the option to disable this behaviour).
+ Fixed: Copying files and folders now works again.
+ Fixed: Changed some of the default configuration values.
Changes to be committed:
modified: ChangeLog
modified: TODO
modified: configure.in
modified: src/history.c
modified: src/history.h
modified: src/main.c
modified: src/main.h
modified: src/preferences.c
modified: src/preferences.h
+ Added: Option to show index numbers in history.
+ Fixed: Search window now gets properly focused when launched with the hotkey.
+ Fixed: Search window is now resizable.
+ Fixed: Double casting when calling 'item_selected'.
+ Fixed: Removed some unnecessary comments and fixed some of the others.
+ Fixed: Moved search dialog and functions to manage.c, as this dialog will
become "Manage Clipboard" in the next version.
Changes to be committed:
modified: ChangeLog
modified: TODO
modified: configure.in
modified: src/Makefile.am
modified: src/main.c
modified: src/main.h
new file: src/manage.c
new file: src/manage.h
modified: src/preferences.c
modified: src/preferences.h
Initial commit
new file: AUTHORS
new file: COPYING
new file: ChangeLog
new file: INSTALL
new file: Makefile.am
new file: NEWS
new file: README
new file: TODO
new file: autogen.sh
new file: config.guess
new file: config.h.in
new file: config.rpath
new file: config.sub
new file: configure.in
new file: data/Makefile.am
new file: data/clipit-startup.desktop.in
new file: data/clipit.desktop.in
new file: depcomp
new file: doc/Makefile.am
new file: doc/clipit.1
new file: install-sh
new file: m4/ChangeLog
new file: m4/Makefile.in
new file: m4/gettext.m4
new file: m4/iconv.m4
new file: m4/intltool.m4
new file: m4/lib-ld.m4
new file: m4/lib-link.m4
new file: m4/lib-prefix.m4
new file: m4/nls.m4
new file: m4/po.m4
new file: m4/progtest.m4
new file: missing
new file: po/Makefile.in.in
new file: po/POTFILES.in
new file: po/POTFILES.skip
new file: po/cs.po
new file: po/da.po
new file: po/de.po
new file: po/es.po
new file: po/fr.po
new file: po/hu.po
new file: po/it.po
new file: po/ja.po
new file: po/nb.po
new file: po/pl.po
new file: po/pl_PL.po
new file: po/pt_BR.po
new file: po/ro.po
new file: po/ru.po
new file: po/sv.po
new file: po/tr.po
new file: po/zh_CN.po
new file: src/Makefile.am
new file: src/clipit-i18n.h
new file: src/daemon.c
new file: src/daemon.h
new file: src/eggaccelerators.c
new file: src/eggaccelerators.h
new file: src/history.c
new file: src/history.h
new file: src/keybinder.c
new file: src/keybinder.h
new file: src/main.c
new file: src/main.h
new file: src/preferences.c
new file: src/preferences.h
new file: src/utils.c
new file: src/utils.h