rolux
|
ba1ca42bd7
|
use Ox.break
|
2012-05-22 16:31:25 +00:00 |
|
rolux
|
ad3e54997a
|
fix a bug in pandora.getFindState
|
2012-05-22 16:24:07 +00:00 |
|
rolux
|
929ac10071
|
fix a bug in pandora.getFindState
|
2012-05-22 18:14:34 +02:00 |
|
rolux
|
a9092036e3
|
typo
|
2012-05-22 17:15:48 +02:00 |
|
rolux
|
c0851b5a7f
|
use common map & filter
|
2012-05-22 17:07:34 +02:00 |
|
j
|
98af37696f
|
use Ox.UI.isElement
|
2012-05-22 16:08:27 +02:00 |
|
j
|
5a37541299
|
s/.find/find
|
2012-05-22 15:15:16 +02:00 |
|
rolux
|
958c868c9f
|
use Ox.break()
|
2012-05-22 09:22:38 +02:00 |
|
rolux
|
bac207bddd
|
use single quotes
|
2012-05-22 09:19:38 +02:00 |
|
rolux
|
574e128f16
|
use [].filter instead of Ox.getObject
|
2012-05-21 09:05:35 +03:00 |
|
j
|
b30aff2163
|
no timeline if items are not rendered
|
2012-05-19 15:46:52 +02:00 |
|
j
|
96ec35e51a
|
use oxtimelines
|
2012-05-17 11:38:59 +02:00 |
|
rolux
|
5cee28bef1
|
in viewSelect, add separator between standard and extra item views
|
2012-04-24 12:13:14 +00:00 |
|
rolux
|
6937956e96
|
implement backtick / shift+backtick, which moves focus between: list folder / filters with selection or browser / list with selection or item with keyboard controls / additional clip list with selection (fixes #777)
|
2012-04-24 08:37:10 +00:00 |
|
rolux
|
c0e95624df
|
clean up item.js
|
2012-04-24 08:21:54 +00:00 |
|
rolux
|
5b0a8ea03e
|
when the browser has focus, make pressing space shift the focus to the player/editor/timeline and trigger play (fixes #526)
|
2012-04-24 08:16:45 +00:00 |
|
rolux
|
1dfcd9698d
|
handle filter selection when filters are collapsed on load, fixes #776
|
2012-04-24 06:15:20 +00:00 |
|
rolux
|
6b5cc45728
|
slight layout change on 500 page, fixes #180
|
2012-04-23 10:34:20 +00:00 |
|
rolux
|
9e8924683c
|
always include 'Go to Poster Frame' in editor view, fixes #667
|
2012-04-23 09:54:38 +00:00 |
|
rolux
|
4daa931a3c
|
add loading icon to tv, fixes #765
|
2012-04-23 08:57:52 +00:00 |
|
rolux
|
970ebe506f
|
add keyboard shortcuts to panel collapse/expand tooltips
|
2012-04-23 08:38:43 +00:00 |
|
rolux
|
cc3f2934bd
|
set the correct map & calendar heights when viewing an item
|
2012-04-23 06:31:44 +00:00 |
|
rolux
|
ad7b21fbef
|
don't make filter requests (a total of 15) when filters are collapsed
|
2012-04-22 12:50:03 +00:00 |
|
rolux
|
778c98625a
|
make annotation folder info buttons functional in player and timeline views, fixes #607
|
2012-04-22 11:13:42 +00:00 |
|
rolux
|
baa48c2bf7
|
update list when enabling/disabling user (should fix #533, but can't be tested locally)
|
2012-04-22 10:33:31 +00:00 |
|
rolux
|
08a792b68a
|
handle cantPlay in clip lists
|
2012-04-22 10:11:30 +00:00 |
|
rolux
|
4841e2c0a8
|
implement 'cantPlay' config options
|
2012-04-22 09:57:49 +00:00 |
|
rolux
|
7660f171ee
|
fix a bug that would prevent the 'all items' list logo from appearing
|
2012-04-22 09:09:20 +00:00 |
|
rolux
|
4ef5595f6f
|
when handling (in/out) point events from the video editor, don't overwrite position with its old value (fixes #768)
|
2012-04-22 08:56:02 +00:00 |
|
rolux
|
26afe7c8f5
|
update text on software tab
|
2012-04-20 18:06:19 +00:00 |
|
j
|
5c69877c7e
|
custom home/infoView for 0xdb
|
2012-04-20 12:36:42 +02:00 |
|
j
|
5fb12dccf9
|
fix name
|
2012-04-20 12:29:55 +02:00 |
|
j
|
e5da40a104
|
first round of makeing png/js/script/config overwrite more consistent
|
2012-04-20 12:22:32 +02:00 |
|
rolux
|
3e96236b60
|
update software tab
|
2012-04-20 09:34:42 +00:00 |
|
j
|
14fa74bf44
|
add resolutions to firefogg upload
|
2012-04-19 18:14:43 +02:00 |
|
rolux
|
b2d60f20d3
|
don't throw js error on window resize before we have a leftPanel
|
2012-04-19 14:34:15 +00:00 |
|
rolux
|
ad1daf182c
|
usersDialog: leave number of lists blank for guests and robots
|
2012-04-19 14:30:09 +00:00 |
|
rolux
|
6e1435734c
|
usersDialog: update order of columns
|
2012-04-19 14:26:52 +00:00 |
|
j
|
03163692fd
|
use Ox.loadFiles
|
2012-04-19 14:29:47 +02:00 |
|
rolux
|
8816e41543
|
pass tooltip for 'open in...' to tv video player
|
2012-04-19 10:29:57 +00:00 |
|
rolux
|
637badfbd6
|
in manage users, allow for displaying guests, but not robots - should fix #720, but can't be tested locally
|
2012-04-19 09:52:36 +00:00 |
|
rolux
|
fbadfec8f6
|
fix a bug that would make item keys available as text list columns even though they depend on a capability
|
2012-04-19 09:34:40 +00:00 |
|
rolux
|
af27513332
|
change wording of drag & drop message, fixes #742
|
2012-04-19 09:22:48 +00:00 |
|
rolux
|
1d6104f387
|
fix a typo that would make enabled check marks appear for guests and robots
|
2012-04-19 09:18:16 +00:00 |
|
rolux
|
9b5e11879f
|
remove a print statement
|
2012-04-19 09:16:37 +00:00 |
|
rolux
|
2b3f487c4c
|
properly enable/disable options in personal lists menu (fixes #746)
|
2012-04-19 09:04:25 +00:00 |
|
rolux
|
82e75fa10c
|
minor refactoring
|
2012-04-19 08:53:22 +00:00 |
|
rolux
|
a30ddb7c32
|
when duplicating a list, copy its description (fixes #749)
|
2012-04-19 08:50:41 +00:00 |
|
rolux
|
545a5527a9
|
simplify list dialog title (fixes #754), update list title in toolbar on name change (fixes #753) and fix a potention JS injection vulnerability by HTML-encoding the value of the list title
|
2012-04-19 08:29:38 +00:00 |
|
rolux
|
429bbe53f6
|
don't censor gaps shorter than one second, fixes #758
|
2012-04-19 06:51:32 +00:00 |
|