Activity

From 07/18/2010 to 08/16/2010

08/16/2010

11:22 pm Revision eff952ab: glw: Implement "floating focus". (Allows the focus to stay at the first entry ...
Andreas Öman
10:46 pm Revision 402fc4f4: Enable blob cache for anything passing thru fa_quickload()
Andreas Öman
10:45 pm Revision 5b4da1f6: blobcache: Implement pruning and multiple stashes
Andreas Öman
10:44 pm Revision dc6237d5: Add callout_isarmed() helper
Andreas Öman
10:44 pm Revision 5ddd081c: Assume a 1 hour default max-age for HTTP caching unless the server tells us no...
Andreas Öman
09:57 pm Revision 7b949d64: add hex2bin()
Andreas Öman
09:18 pm Revision 90a282a8: Fix obvious typo
Andreas Öman
09:06 pm Revision a0bf8e53: Set fs_cache_age from http quickload
Andreas Öman
08:39 pm Revision 7888cffb: In fa_quickload(): Pass all file metadata via (struct fa_stat *) instead of ju...
Andreas Öman
08:21 pm Revision adcd79e9: Contrary to most APIs, RTMP_SetupURL() will actually modify the string passed ...
Andreas Öman
08:09 pm Revision 56d66b3a: Add own struct for showtimes own stat() instead of relying on "struct stat" fr...
Andreas Öman
07:19 pm Revision 2ef9f719: Add a persistant disk cache (not enabled yet)
Andreas Öman
02:00 pm Revision 540363a0: Fix use after free
Andreas Öman
01:08 pm Revision d32e396b: Make cache location configurable
Andreas Öman
12:37 pm Revision 298797b0: Rescale hq-scaled images if display size differs more than 10% from scaled size
Andreas Öman
09:11 am Revision ae6d0c5e: Fix cursor rendering over spaces
Andreas Öman
08:31 am Revision 41de0f6f: Fix fallout from settings restructuring
Andreas Öman

08/15/2010

12:20 am Revision c4325f63: glw: Improve vector construction by treating [ .. ] just like a normal function.
Most importantly this allows vector components to contain dynamic expressions. Andreas Öman
11:44 pm Revision a766688d: glw: Add a vector() function that returns a vector type filled with all argume...
Andreas Öman
11:25 pm Revision 082c79d5: glw: Remove devoidify() function and replace it with the '??' operator (aka nu...
Andreas Öman
11:10 pm Revision 04731fd2: Abandon the old $page.view property. Instead:
$page.requestedView may be set if the user explicitly asks for a given view.
otherwise $page.model.contents is set to...
Andreas Öman
10:33 pm Revision 9ab60ed7: Att categories to SVT play
Andreas Öman
02:07 pm Revision 6cc74775: Display what source we're playing from if it differs from artist or album titl...
Andreas Öman
02:07 pm Revision 11eeb5c0: playqueue: Link $mp.model.metadata to metadata from source model
Andreas Öman
10:06 am Revision e44220db: Add a comment
Andreas Öman
10:05 am Revision d7cdcd94: Skip .m3u8 (application/vnd.apple.mpegurl) content
Andreas Öman
09:54 am Revision 3f3e1bb9: Add missing icon
Andreas Öman
09:54 am Revision d7b52e7f: Add search to SVT play
Andreas Öman
09:52 am Revision b2614c37: Disable zelaous GC
Andreas Öman
07:50 am Revision 91116adc: js: Implement showtime.canHandle(url) and use it
Andreas Öman

08/14/2010

12:26 am Revision 456b01e6: Load at least 50 entries each time
Andreas Öman
12:00 am Revision 05d270fe: Initial stab on an SVT play plugin
Andreas Öman
12:00 am Revision 97b79c19: Move all the properties defined by showtime to plugin.config so we don't risk ...
Andreas Öman
09:03 pm Revision 7897a58d: Avoid NULL deref
Andreas Öman
09:02 pm Revision 1f3618b8: Correctly redispatch keymapper resolved events (makes fullscreen toggle work a...
Andreas Öman
08:51 pm Revision 57f01bf1: 'source' has been renamed to 'model'
Andreas Öman
08:43 pm Revision 9d91868e: htsp: Handle unexpected server disconnects correctly
Andreas Öman
08:42 pm Revision 7416bec2: Return error if we read 0 bytes
Andreas Öman
07:54 pm Revision 4cc8277b: Add support for https://
Andreas Öman
04:16 pm Revision 97e6c371: Make TCP read/write function pointers
Andreas Öman
04:12 pm Revision 33e2d8cc: Add a tiny struct for refering to TCP connections instead of exposing the fd d...
Andreas Öman
09:29 am Revision 555f9e63: Rename tcp_read_data2() -> tcp_read_data_nowait()
Andreas Öman
09:28 am Revision f22ec570: remove dead code
Andreas Öman
09:27 am Revision a5aef181: http: wrap TCP network IO
Andreas Öman
09:06 am Revision 45ae89ab: Return all headers from HTTP response in API call
Andreas Öman

08/12/2010

12:46 am Revision 5b5bb266: .srt files with no trailing newline caused a crash due to missing signedness i...
Magnus Edenhill

08/06/2010

11:13 pm Revision 8b3912b1: Avoid | as a separator for archives.
Instead we try to keep track on what part of the filename that is the archive.
Add URL references for RAR file ops
Andreas Öman
10:40 pm Revision b493d2e5: Compile spidermonkey by default on Mac OS X
Mattias Wadman
10:32 pm Revision bb8cc31b: Fix uninitialized warning
Mattias Wadman
10:31 pm Revision 7bf03265: Cast key argument to pthread_key_t*, fixes int type problem on osx
Mattias Wadman
10:23 pm Revision ab951505: Sync with [5103], icon argument
Mattias Wadman
10:04 pm Revision ae1192d8: Compile spidermonkey by default
Andreas Öman
09:32 pm Revision 7edb6405: Implement headweb client in javascript instead
Andreas Öman
09:31 pm Revision 354abc68: Add support for enabling / disabling of plugins
Andreas Öman
09:20 pm Revision 1c9da7c6: Add an 'id' as primary keying for plugins
Andreas Öman
09:15 pm Revision 993dc21f: Add support for settings per plugin
Andreas Öman
09:14 pm Revision 9f7165c5: Return root node when creating settings directory (instead of model node)
Andreas Öman
08:35 pm Revision baf5647f: plugins/
Andreas Öman
06:53 pm Revision 2af8b401: Updated build scripts to include OpenSSL
Updated build instructions
Added buildenv scripts for 10.4 i386 only and 10.5 i386 only
Mattias Wadman
06:52 pm Revision 1fdf1862: Make it possible to compile with SSL support on Mac OS X
Mattias Wadman
02:35 pm Revision ab565dd7: Sync search code with [5081] and [5083]
Mattias Wadman
01:53 pm Revision e5bd9e1c: Remove unused include
Andreas Öman
01:51 pm Revision 5c97d8bd: If a plugin with same URL is loaded, flush the old one
Andreas Öman
01:03 pm Revision 5fc967df: Supply icon to search classes
Andreas Öman
12:55 pm Revision 70530430: Move search related API to backend/search.h
Andreas Öman
12:53 pm Revision 486662fc: js: Rework searcher API a bit
Andreas Öman
12:01 pm Revision cc03a443: Fix ref problem
Andreas Öman

08/05/2010

11:55 pm Revision 25c9a0f1: Make it possible to create services from javascript
Andreas Öman
11:55 pm Revision 6fe849e3: Start plugin framework
Andreas Öman
11:54 pm Revision 2cf4c94f: Move the 'str2type_tab' table from bookmarks.c to service.[ch] and make access...
Andreas Öman
11:12 pm Revision 19d08b91: Add a very simple plugin manager
Andreas Öman
10:47 pm Revision e1e19cd2: Add support for unloading plugins
Andreas Öman
10:33 pm Revision 9bea7f1d: Add support for search queries in javascript plugins
Andreas Öman
10:32 pm Revision 6e091817: Allow the directory entry icon to be overridden
Andreas Öman
12:32 pm Revision 8eb9c7c6: js: Bootstrap plugins with a plugin object as 'this' when executing script
Andreas Öman
12:21 pm Revision b30eed59: Make 'struct backend_list backends' static
Andreas Öman
10:40 am Revision e415a35b: Remove debug printf
Andreas Öman

08/04/2010

11:08 pm Revision 83765aa8: Inject all files found in the initial scan using prop_set_parent_multi().
Remedies recent problems when using prop_nodefilter to do sorting Andreas Öman
11:07 pm Revision 39e777ed: Destroying a prop in zombie state should be a NOP
Andreas Öman
11:01 pm Revision f9713dc0: Support PROP_ADD_CHILD_MULTI
Andreas Öman
11:00 pm Revision dabc5b0b: Support PROP_ADD_CHILD_MULTI
Andreas Öman
11:00 pm Revision 7c793cf0: prop: Add prop_set_parent_multi() that parents multiple properties to the same...
Andreas Öman
08:45 pm Revision 57b2a811: Add a user (human head) icon and use it for Artist entries
Andreas Öman
08:35 pm Revision 11798ee1: Factorize some code for creating search classes
Andreas Öman
08:25 pm Revision b8aef85e: Remove the badges
Andreas Öman
08:21 pm Revision 5ccbf8bd: Rewrite search a bit.
Initially return a list of result groups that the user may drill down in. Andreas Öman

08/03/2010

11:27 pm Revision 55f3be39: Drop stray debug printf
Andreas Öman
11:17 pm Revision 5bee6f86: Add a meta URI scheme that can map a property tree to become an openable locat...
Useful to create temporary available pages that does not really have a URI.
the URI will automatically be removed whe...
Andreas Öman

08/02/2010

12:35 pm Revision 006be7f3: js: Sort URI patterns based on length.
js: Overwrite routes if a pattern already exist. Andreas Öman

08/01/2010

11:40 pm Revision 10199bfc: spotify: Add support for "http://open.spotify.com/" URL scheme
Andreas Öman
11:31 pm Revision 4b428126: js: Add page.paginator property which should be assigned a function that fills...
Andreas Öman
11:26 pm Revision 1dd72b88: Skip HTTP query values that are undefined
Andreas Öman
10:28 pm Revision b2c9b2c7: Rename showtime.httpRequest -> showtime.httpGet
Andreas Öman
10:11 pm Revision 49c34d3a: Allow page.url to be modified from js code
Andreas Öman
10:04 pm Revision 73d81d80: js: Add queryStringSplit() helper
Andreas Öman
09:00 pm Revision 6ccb1e5a: Make http_request return content-type from HTTP header.
Use it in JS code to strip <?xml ... ?> headers cause E4X can't handle it. Andreas Öman
08:39 pm Revision 0ce08ffb: js: add showtime.print() function
Andreas Öman
08:32 pm Revision 079fee42: fix NULL deref
Andreas Öman
04:27 pm Revision 70e100e8: spotify: Make open of track URIs asynchronous
Andreas Öman
04:17 pm Revision 81c00dfa: Make navigator subscribe to updates to $page.url
Avoid updating nav_url from external code Andreas Öman
11:48 am Revision 54e8fcab: Implement URI routing in javascript.
Remove backendRegister() Andreas Öman
11:48 am Revision 79cfcb08: Implement backend_open() convencience function
Make it possible for core to probe URIs via backend open method Andreas Öman
11:44 am Revision 92a310da: Implement some strvec_add.. -functions
Andreas Öman
10:18 am Bug #259 (Fixed): Overscan compensation should only affect user interface
Setting horizontal or vertical underscan for compensating the TV's overscan should only result in smaller user interf... ramaza -

07/31/2010

09:16 pm Feature #258 (Rejected): Menu navigation without history
It's sometimes easier to have a static tree like menu navigation instead of a navigation history with back and forwar... ramaza -
09:03 pm Feature #257 (New): Center speaker volume adjustment for AC3 downmix
Voices are often a little bit quiet in downmixed AC3 soundtracks. Enabling a volume adjustment of the center channel ... ramaza -
08:59 pm Feature #256 (New): Disabling automatic use of AC3 soundtracks
There should be a setting to prevent the automatic selection of AC3 soundtracks and use MP2 soundtracks instead. MP2 ... ramaza -
08:53 pm Feature #255 (New): EPG popup in showtime
It would be nice to have a EPG-button on remote control to popup a window with EPG information for the current playin... ramaza -

07/30/2010

02:46 pm Revision 260dbae3: Use properties instead of setters
Andreas Öman
02:28 pm Revision b761a372: Add page.setLoading()
Andreas Öman
02:27 pm Revision 9a9709e9: Suspend JSAPI requests during I/O
Andreas Öman
02:22 pm Revision e3b7ca61: Add page.appendItem()
Andreas Öman
02:22 pm Revision 2e105a3b: Avoid unnecessary code
Andreas Öman
02:22 pm Revision 62ffd545: cosmetics
Andreas Öman
12:30 pm Revision a6434536: Add IO support to JSAPI
Add a page object to JSAPI Andreas Öman

07/27/2010

11:15 pm Revision 6cc43c87: link with libavcore
Andreas Öman
10:56 pm Revision 1b714750: Fix use of uninitialized variable
Andreas Öman

07/26/2010

12:04 am Revision a12ff50f: Remove two invalid prop_ref_inc()
Andreas Öman
12:02 am Revision ef5fd266: Remove PROP_SORT_CASE_INSENSITIVE. We always want to do that anyway.
While at it, switch to dictionary string compare Andreas Öman
11:55 pm Revision 2abaf001: Move property nodefiler to a file of its own
Andreas Öman
11:49 pm Revision e76fc817: No longer expose definition of 'struct prop', 'struct prop_sub' and 'struct pr...
Andreas Öman
11:40 pm Revision fed081f8: Move prop.[ch] into prop/
Andreas Öman
11:33 pm Revision 0a48db54: Initial work of the property nodefilter
It can filter a set of property nodes based on a freetext search string and also perform sorting. Andreas Öman
11:27 pm Revision 0bb21f01: Rename 'src' -> 'model'
Andreas Öman
11:03 pm Revision 99878b71: Make delete() support canonical property references
Andreas Öman

07/25/2010

03:52 pm Revision f0f99d0b: Add a few strvec_*() functions
Andreas Öman

07/23/2010

10:19 pm Revision 3fd000a4: Add unicode aware case insensitive strstr()
Andreas Öman
02:47 pm Revision f3ad4c5d: Make dictcmp() unicode case insensitive
Andreas Öman

07/20/2010

10:25 pm Revision 58acd3a5: Fix missing rename of source -> model
Andreas Öman
09:28 pm Revision 9f4339d6: Remove unused arg to nav_page_create()
Andreas Öman
03:57 pm Bug #247: Starting showtime blocks communication between /dev/ttyUSBx readers and CCcam
Clarification; All programs run on the same box ( Tvheadend, showtime, CCcam )
/dev/ttyUSBx not /dev/tty/USBx
satfan39 -

07/19/2010

07:48 am Revision 291cb71d: Avoid crash on empty/unknown (DVD) disc
Magnus Edenhill

07/18/2010

12:21 am Bug #247 (Fixed): Starting showtime blocks communication between /dev/ttyUSBx readers and CCcam
My tvheaden setup is connected to my local CCcam 2.1.12 server via newcamd, and it works well ( thank you ). Unfortun... satfan39 -
11:24 pm Revision 78602cf0: Remove (unused) album art scanner
Andreas Öman
11:21 pm Revision c9b5bdbd: Display an error page if an error happens during page load.
Can also be invoked by backends to display errors after control has detached from the nav thread. Andreas Öman
11:20 pm Revision 82e9c755: Delete unused file
Andreas Öman
10:55 pm Revision 6236e382: rename 'source' to 'model'
Andreas Öman
10:42 pm Revision d5f7e850: Various spidermonkey work. Still far from useful.
Andreas Öman
« Previous
Next »
 

Also available in: Atom