[svn-upgrade] Integrating new upstream version, jabref (2.3~beta3)
[debian/jabref.git] / src / txt / TODO
1
2 Chris:
3 ------
4   * Think about synchronizing XMP.
5   * Document data schema used (BibteXmp)
6   * Add build.xml target to export standalone XMPUtil for the CLI.
7   * Plugin-Architecture for LayoutFormatters.
8   * Allow search relativ to bibtex-file
9   
10 Morten:
11 * [POSTPONE] Strange bug: when editing a field in entry editor, then clicking an entry of different type
12    in the table, current entry is stored, but the selection drops back to the first entry.
13 * [MADE WORKAROUND] Native FileDialog does not work for selecting a directory.
14   - workaround is to autodisable native file dialog for dir selection.
15
16 * [DONE?] Usability of FileListEditor. Paste functionality.
17 * [OK? Extension fields only] MODS exports "file" in raw form.
18
19 * [POSTPONE] Look into "DOS short path" bug report.
20 * [POSTPONE] Problem setting today with Microba calendar.
21 * [POSTPONE] Icon selection for external file types: - select arbitrary images from disk?
22 * Improve Help information for external file links
23 * [POSTPONE] Add "Copy all externally linked files for this set of entries"-feature.
24   Basic functionality in AccessLinksForEntries.
25 * [POSTPONE] Fix Save/Export file dialog stuff
26 * [POSTPONE] Look up Vista problem with opening file chooser:
27     Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
28     3184
29        at sun.awt.shell.Win32ShellFolder2.getFileChooserIcon(Unknown Source)
30        at sun.awt.shell.Win32ShellFolderManager2.get(Unknown Source)
31        at sun.awt.shell.ShellFolder.get(Unknown Source)
32        at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$LazyWindowsIcon.createVal
33     ue(Unknown Source)
34        at javax.swing.UIDefaults.getFromHashtable(Unknown Source)
35        at javax.swing.UIDefaults.get(Unknown Source)
36        at javax.swing.MultiUIDefaults.get(Unknown Source)
37        at javax.swing.UIDefaults.getIcon(Unknown Source)
38        at javax.swing.UIManager.getIcon(Unknown Source)
39        at javax.swing.plaf.basic.BasicFileChooserUI.installIcons(Unknown Source)
40
41