@@ -100,40 +100,14 @@ o assume this is part of the section header mess, but… weird
100100X haven't seen again
101101o when no entry selected in the status panel, need to clear the detail panel
102102X can't do it because the entries de-select all the time (on install!)
103+ X make note in docs that .properties file *must* be utf-8 (usually iso8859-1)
104+ X if not it'll make things gross (andre sier flob library)
105+ X add tool.properties to MovieMaker
106+ o ListPanel.configureStatusColumnLabel() getting null DetailPanel objects
107+ o seems to be out of sync/unavailable data based on more recent contrib changes?
108+ X should be resolved with more recent changes
103109
104110
105- _ entries in the list de-select on install or all the excessive contrib changes
106- _ this means we can never clear the status panel
107- _ need to fix the excessive data model and contribChanged() calls first
108-
109- _ Update All with several entries is really locking things up
110- _ not clear if it's work being done on the EDT
111- _ or that all the threads are running immediately (rather than sequentially)
112- _ probably need to move these into an Executor
113-
114- _ rip out JProgressBar from StatusPanel/StatusDetail
115- _ show progress in the list instead
116- _ also make possible to start install by clicking the list
117-
118- _ if contribution listing is still downloading, need to indicate
119- _ especially when no previous contribs.txt is in the prefs folder
120- / if no internet available, install buttons disabled, but not clear why broken
121- X update button no longer disabled
122- _ but still need to indicate internet unavailable on install errors
123- _ currently no indication that contrib download failed
124- _ so the 'try again' won't show up; everything looks fine
125- _ (was this for the contrib listing? or an actual contrib?)
126- _ also if update check disabled, user isn't notified that contribs unavailable
127- / Base.setUpdatesAvailable() is called from half a dozen places!?
128- X this is now tallyUpdatesAvailable() a
129- _ how to handle contrib manager download/retry/etc and showing progress
130-
131-
132- _ make note in docs that .properties file *must* be utf-8 (usually iso8859-1)
133- _ if not it'll make things gross (andre sier flob library)
134-
135- _ add tool.properties to MovieMaker
136-
137111_ make ctrl-g work inside the find window
138112
139113_ export to IntelliJ? how tricky?
@@ -419,8 +393,29 @@ _ when adding a new library, its examples aren't added to the list until restart
419393
420394PDE / Manager (4.x notes)
421395
422- _ ListPanel.configureStatusColumnLabel() getting null DetailPanel objects
423- _ seems to be out of sync/unavailable data based on more recent contrib changes?
396+ _ Update All with several entries is really locking things up
397+ _ not clear if it's work being done on the EDT
398+ _ or that all the threads are running immediately (rather than sequentially)
399+ _ probably need to move these into an Executor
400+ _ rip out JProgressBar from StatusPanel/StatusDetail
401+ X show progress in the list instead
402+ _ also make possible to start install by clicking the list
403+ _ if contribution listing is still downloading, need to indicate
404+ _ especially when no previous contribs.txt is in the prefs folder
405+ / if no internet available, install buttons disabled, but not clear why broken
406+ X update button no longer disabled
407+ _ but still need to indicate internet unavailable on install errors
408+ _ currently no indication that contrib download failed
409+ _ so the 'try again' won't show up; everything looks fine
410+ _ (was this for the contrib listing? or an actual contrib?)
411+ _ also if update check disabled, user isn't notified that contribs unavailable
412+ / Base.setUpdatesAvailable() is called from half a dozen places!?
413+ X this is now tallyUpdatesAvailable() a
414+ _ how to handle contrib manager download/retry/etc and showing progress
415+ _ entries in the list de-select on install or all the excessive contrib changes
416+ _ (i.e. note how hitting 'Install' actually deselects the entry in the list, ugh)
417+ _ this means we can never clear the status panel
418+ _ need to fix the excessive data model and contribChanged() calls first
424419_ holy s*t ContributionTableModel is using all of the contribs
425420_ after failed update of Mode, the button is no longer available
426421_ have to click something else, then click back on the Mode line again
0 commit comments