2012-11-19 Mads Chr. Olesen <email address hidden>
fix things so that make distcheck succeeds
2012-11-18 Mads Chr. Olesen <email address hidden>
Fix Gio regression: allow transfer's to be cancelled
2012-11-18 Mads Chr. Olesen <email address hidden>
Try to read PDF metadata to get author and title, require more than one word to filter out the worst unsensibilities.
2012-11-18 Mads Chr. Olesen <email address hidden>
don't try to read PDFs with 0 pages
2012-11-18 Mads Chr. Olesen <email address hidden>
Only support poppler >= 0.16, only scan first page of PDF for info
2012-11-18 Enno Gröper <email address hidden>
Let referencer compile against libpoppler >= 0.15.0
Now page selection isn't needed anymore.
2012-11-04 Mads Chr. Olesen <email address hidden>
Refactor Linker, include links in Export notes as HTML
2012-11-04 Mads Chr. Olesen <email address hidden>
Export notes as HTML: make the HTML a bit nicer, make it export either "selected", "shown" or "all", depending on user selection/filtering/choice
2012-11-03 Mads Chr. Olesen <email address hidden>
Edit tags dialog, when clicking tags icon on document. Adds dependency on gtkmm-utils and glibmm-utils
2012-11-03 Mads Chr. Olesen <email address hidden>
make edit document properties and underlying dialogs be modal
2012-10-31 Mads Chr. Olesen <email address hidden>
dblp plugin: replace "-" by " " in search query
2012-10-30 Mads Chr. Olesen <email address hidden>
dblp and isi plugins: better error handling, and notify user if ISI access denied
2012-10-30 Mads Chr. Olesen <email address hidden>
make ISI plugin behave as regular metadata fetching plugin (but with low priority)
2012-10-30 Mads Chr. Olesen <email address hidden>
ISI plugin: update to changed webservice API, optimise a bit in only doing one download
2012-10-30 Mads Chr. Olesen <email address hidden>
genkey: remove a few more extra symbols
2012-10-30 Mads Chr. Olesen <email address hidden>
increase transfer timeout to 30secs. (cancel button is broken due to port to GIO)
2012-10-30 Mads Chr. Olesen <email address hidden>
DBLP plugin: add version
2012-10-30 Mads Chr. Olesen <email address hidden>
Optimise Google Books plugin to make fewer queries. Implement PythonDocument.set_type
2012-10-30 Mads Chr. Olesen <email address hidden>
DBLP plugin debug print
2012-10-30 Mads Chr. Olesen <email address hidden>
Add DBLP metadata fetching plugin (good for many computer science papers), add general RESOLVE_METADATA capability for general search querying (e.g. on title, authors, year)
2012-10-30 Mads Chr. Olesen <email address hidden>
genkey plugin: disallow "." in title
2012-10-30 Phoenix87
Google Books plugin from Phoenix87
2012-10-29 Mads Chr. Olesen <email address hidden>
isi-plugin: convert to use referencer's standard preferences mechanism
2012-10-29 Mads Chr. Olesen <email address hidden>
ISI Web of Science plugin by Mario Castro and Yoav Avitzour, as included in the Debian/Ubuntu package
2012-10-29 Mads Chr. Olesen <email address hidden>
Make PythonDocument's get_field method return None in case of unknown field, to be able to differentiate in Python between an empty field, and the unset field
2012-10-29 Mads Chr. Olesen <email address hidden>
Compile fix for previous patch
2012-10-29 Christopher Belanger <email address hidden>
Patch from Christopher Belanger: causing doc.get_field("thefield") to return NULL if "thefield" is not a defined field, in Python API: addition of a doc.get_type() method to return document type
(Committed by Mads Chr. Olesen)
2012-10-29 Mads Chr. Olesen <email address hidden>
Make metadata resolvers have dynamic priorities such that they can indicate (for a given document) how well they are able to resolve the metadata for this document
(First step in ripping out PluginCapability)
2012-10-27 Mads Chr. Olesen <email address hidden>
Fixup the document properties extra data buttons
2012-10-27 Mads Chr. Olesen <email address hidden>
bump gtkmm-2.4 version to 2.22.0
(Gio::File::load_contents is only from 2.22)
2012-10-27 Mads Chr. Olesen <email address hidden>
fix plugins/genkey.py to correct indentation, the old one resulted in wrong keys being generated
2012-10-27 Mads Chr. Olesen <email address hidden>
remove the last of gnomevfs; specifically from Transfer.C. Test if this works: it seems that all the webservices the metadata plugins retrieve from have changed.
2012-10-26 Mads Chr. Olesen <email address hidden>
remove dependency on libgnomeuimm
2012-10-26 Mads Chr. Olesen <email address hidden>
Use gio to retrieve thumbnail for files, since the old gnomemmui approach is broken.
However, the new approach is maybe not able to generate thumbnails?
I tried migrating to http://developer.gnome.org/gnome-desktop/stable/GnomeDesktopThumbnailFactory.html , i.e. the C api, but this could not thumbnail PDFs.
2011-08-26 António Lima <email address hidden>
Fixed crash when starting referencer from outside the root directoty of the brach. Thanks to Dominik Kriegner
2011-04-02 António Lima <email address hidden>
gio port: finished porting Library. Thanks to Matej Urbas for the patch!
2011-03-24 António Lima <email address hidden>
Correctly load and manage .bib files in subdiretories and diferent drives/partitions.
Partilly fixes lp bug #264942
2011-03-24 António Lima <email address hidden>
Gio port: Finished porting RefWindow.C
2011-03-24 António Lima <email address hidden>
Gio port: ported DocumentProperties.C and some code clean up
2011-03-24 António Lima <email address hidden>
Added missing return value
2011-03-24 António Lima <email address hidden>
Gio port: Finished porting Utility.C
2011-03-23 António Lima <email address hidden>
Gio port: More Utilicy.C port
2011-03-22 António Lima <email address hidden>
Fixed wrong indentation in some code bits
2011-03-22 António Lima <email address hidden>
Merge from remote branch
2011-03-22 Mads Chr. Olesen <email address hidden>
Doxygen file, thanks to Matej Urbas
2011-03-22 Mads Chr. Olesen <email address hidden>
Build system update, thanks to Matej Urbas.
Renamed configure.in => configure.ac
2011-03-22 Mads Chr. Olesen <email address hidden>
Developer configure script, for easy of debugging
2011-03-22 Mads Chr. Olesen <email address hidden>
Port to use libxml2, thanks to Matej Urbas.
Currently progress bar updating is broken during start, see Library.C
2011-03-22 António Lima <email address hidden>
Gio port: Continue to port Utility.C
2011-03-22 António Lima <email address hidden>
Gio port: ported DocumentList.C
2011-03-22 António Lima <email address hidden>
Gio port: DocumentView.C
2011-03-21 António Lima <email address hidden>
Further work on Gio port: RefWindow and ThumbnailGenerator
2011-03-21 Mads Chr. Olesen <email address hidden>
Added bzr ignore file
2011-03-21 Mads Chr. Olesen <email address hidden>
Port from glade -> GtkBuilder, thanks to António Lima!
2011-03-14 Mads Chr. Olesen <email address hidden>
small cleanup of previous commit
2011-03-14 Mads Chr. Olesen <email address hidden>
Make the DocumentProperties dialog fully translated. Fixes bug 398263
(For now we show both the translated document type, and the bibtex name)
2011-03-11 Mads Chr. Olesen <email address hidden>
Escape tag names, fixes bug 392700
2011-03-11 Mads Chr. Olesen <email address hidden>
Fix bug 401837, use Gio instead of GnomeVFS to open documents
Based on patch by Jean-Marc Hengen (uses Referencer error dialog instead)
2011-03-10 Mads Chr. Olesen <email address hidden>
Attempt to fix bug 338930: Do not double brace numeric fields in bibtex export
(Based on patch by Stephen Strowes)
2011-03-10 Mads Chr. Olesen <email address hidden>
Applied patch from Joshua Lock (bug 494684) to install missing glade file
2011-03-10 Mads Chr. Olesen <email address hidden>
Applied patch from Alex L (bug 661503) to port to new 0.15 API for libpoppler
2011-03-10 Mads Chr. Olesen <email address hidden>
More porting to gio
2010-05-31 Mads Chr. Olesen <email address hidden>
update list of invalid chars in keys
2010-05-31 Mads Chr. Olesen <email address hidden>
remove forbidden characters from generated key in genkey plugin
2010-05-30 Andreas Engelbredt Dalsgaard <none@none>
More efficent use of space.
2010-05-30 Andreas Engelbredt Dalsgaard <none@none>
More space efficent display of document text
2010-05-30 Andreas Engelbredt Dalsgaard <none@none>
Removed debug info.
2010-05-30 Mads Chr. Olesen <email address hidden>
merge
2010-05-30 Andreas Engelbredt Dalsgaard <none@none>
moved autohr string on same line as year.
2010-05-30 Andreas Engelbredt Dalsgaard <none@none>
Do not store filename attribute to get clean diff's when storing the referencer file in a repository.
2010-05-29 Mads Chr. Olesen <email address hidden>
Fixup the genkey plugin, allow to use title or first word as markers
2010-05-29 Mads Chr. Olesen <email address hidden>
Sanitize keys for invalid characters (, atm.)
Fixes bug 581811
2010-05-29 Mads Chr. Olesen <email address hidden>
tab-fix
2010-05-29 Mads Chr. Olesen <email address hidden>
Scroll to the current selection, at DocumentView::updateVisible