CIA.vc
advene
Real-time open source activity stats
Stats » Projects » advene
informationsyndicateUTC clock
10:41 on May 28, 2012
event counters
The last message was received 0.92 months ago at 18:04 on Apr 30, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 8 messages last month
5054 messages since the first one, 5.55 years ago, for an average of 9.62 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
18:04 on Apr 30advene
Commit by oaubert :: r7558 /trunk/lib/advene/gui/popup.py:
gui.popup: add NERD popup item if the plugin is available

The availability test is not satisfactory, this is an interim measure. The proper way would be to provide an API so that plugins can register themselves to appropriate popup menus.
#
18:04 on Apr 30advene
Commit by oaubert :: r7557 /trunk/lib/advene/gui/popup.py:
gui.popup: remove unused code
#
18:04 on Apr 30advene
Commit by oaubert :: r7556 /trunk/lib/advene/gui/edit/rules.py:
gui.edit.rules: gracefully handle missing _fieldnames
#
18:04 on Apr 30advene
Commit by oaubert :: r7555 /trunk/lib/advene/gui/edit/frameselector.py:
gui.edit.frameselector: Add missing import
#
18:04 on Apr 30advene
Commit by oaubert :: r7554 /trunk/lib/advene/util/importer.py:
util.importer: implement relative timestamps in text importer
#
18:04 on Apr 30advene
Commit by oaubert :: r7553 /trunk/lib/advene/util/importer.py:
util.importer: add option to specify time unit (s or ms)
#
18:04 on Apr 30advene
Commit by oaubert :: r7552 /trunk/lib/advene/util/importer.py:
util.importer: allow to import compressed text files
#
18:04 on Apr 30advene
Commit by oaubert :: r7551 /trunk/share/web/HTML5/advene.js:
advene.js: implement filterBox
#
15:18 on Mar 20advene
Commit by oaubert :: r7550 /advene2/advene/ (3 files in 2 dirs):
Add .cjp file extension
#
14:27 on Mar 20advene
Commit by oaubert :: r7549 /trunk/share/web/HTML5/advene.js:
advene.js: try to fallback on .ogv file if video is .mp4 and browser does not support it.
#
14:27 on Mar 20advene
Commit by oaubert :: r7548 /trunk/share/web/HTML5/advene.js:
Load video upon plugin initialization
#
14:26 on Mar 20advene
Commit by oaubert :: r7547 /trunk/share/web/HTML5/advene.js:
Correctly handle progress report.

Note that the progress callback is only called after calling play()
(and not load() is seems).
#
14:26 on Mar 20advene
Commit by oaubert :: r7544 /trunk/share/web/HTML5/advene.js:
advene.js: fix js syntax warnings
#
14:26 on Mar 20advene
Commit by oaubert :: r7546 /trunk/share/web/HTML5/advene.js:
advene.js: set preload to none instead of auto

Using "auto" makes Chrome (17.0.963.79) buffer data more agressively,
at the expense of playing (or so it seems).
#
14:26 on Mar 20advene
Commit by oaubert :: r7545 /trunk/share/web/HTML5/advene.js:
Remove refs to inexistent str() function
#
18:52 on Feb 21advene
Commit by oaubert :: r7543 /trunk/lib/advene/gui/evaluator.py:
gui.evaluator: use StringIO is available, fallback on io

io has encoding issues (it does not like non-unicode output), and so
is cumbersome to use in combination with traceback.print_exc
#
18:52 on Feb 21advene
Commit by oaubert :: r7541 /trunk/share/exporters.xml:
share/exporters.xml: Implement .ttl export
#
18:52 on Feb 21advene
Commit by oaubert :: r7542 /trunk/lib/advene/gui/views/interactivequery.py:
gui.views.interactivequery: fix initialisation
#
18:52 on Feb 21advene
Commit by oaubert :: r7539 /trunk/lib/advene/gui/edit/properties.py:
gui.edit.properties: sys.maxint is not appropriate for min/max spin values

For instance, if we import a file with timestamps in ms since 1970 and
we want to offset them to some base value, it will be higher that
sys.maxint on a 32bit computer. min/max values are doubles, so we can
go to 1e308.
#
18:52 on Feb 21advene
Commit by oaubert :: r7540 /trunk/lib/advene/gui/main.py:
gui.main: fix filename check
#