Activity

From 07/12/2009 to 08/10/2009

08/10/2009

11:53 pm Revision f93b141e: Add src/ipc for IPC stuff
Andreas Öman
11:37 pm Revision 0a0b31ef: it's $ui.fullwindow, not $ui.fullscreen
Andreas Öman
11:07 pm Revision 83b3b9cc: Simply and fix fullwindow subscription
Andreas Öman
10:01 pm Revision 1e19a1b9: Better code for constructing webdav URL:s
Andreas Öman
09:57 pm Revision 3620d28c: Embed service discovery related icons
Andreas Öman
02:32 pm Revision 57a55162: Set windowed refresh timer to fire every 0.001ms, as we sync to
vertical retrace it will update at refresh rate anyway and allow
code to run ealier before next retrace.
This is reco...
Mattias Wadman
01:00 pm Revision c42c7699: sd_add_service() and sd_add_link() is needed by spotify.c
Andreas Öman
01:00 pm Revision ee8a805b: use g_object_set() for modifying gtk adjustment
Andreas Öman
12:09 pm Revision 377a4faf: Probably more correct handling of multibyte utf8 chars
Mattias Wadman
12:04 pm Revision bbbc0a63: Follow convesions, assign self to value of super ctor and return self
Reindent and cleanup Mattias Wadman
11:54 am Revision 28118213: Initial CFBundleDocumentTypes support, "Open with" and "Open URL" etc
Currently handles htsp://, .avi, , .iso, .mpg, ogg, more later
Info.plist.py is a helper script to generate the CFBun...
Mattias Wadman
11:48 am Revision 3e313977: Delegate NSApplication to GLWGLView, used to implement application:openFile:
Set default window size to 640x480 Mattias Wadman
03:18 am Revision 73256198: Only release dict if not NULL
Some cleanup Mattias Wadman
03:05 am Revision 05181d6f: Make it compile, typo while refactoring
Mattias Wadman
02:30 am Revision 6c54ae76: Bonjour based service discovery
Refactored sd.c to have common service discovery code
Added sd_init() instead of initing all discovery
systems from main
Mattias Wadman

08/09/2009

10:27 pm Revision b26a9ee0: htsp: Don't allocate insane amount of memory
Andreas Öman
10:15 pm Revision 64fe873b: Add phony targets for all dependencies so we don't fail on missing dependency ...
Andreas Öman

08/08/2009

04:17 pm Revision 7204775d: Rename some some stuff that is called 'fullscreen' to 'fullwindow' to avoid co...
Fullscreen: When the application (showtime) itself occupies the entire screen
Fullwindow: When the display inside sh...
Andreas Öman

08/07/2009

08:37 pm Revision 124e9abf: Move ShowtimeMainController interface into .m file
Mattias Wadman
08:25 pm Revision dcdf5bc5: Wops, should not link with CoreVideo (maybe later)
Mattias Wadman
08:23 pm Revision 447cc9bc: Initial apple remote support
Based on Remote Control Wrapper by Martin Kahr. Should also support keyspan
front row remote, but not tested with sho...
Mattias Wadman

08/05/2009

03:44 pm Revision e50dfccf: Remove debug output
Mattias Wadman
03:44 pm Revision a206ddd6: Make it compile with Mac OS 10.5 SDK
Mattias Wadman
10:52 am Revision a2ac2aeb: Dont run notify and free entries if scanner fails
Mattias Wadman
09:36 am Revision c6c0f346: Enable GTK UI by default
Andreas Öman

08/02/2009

09:34 pm Revision f3e5e399: Order $global.sources in order
Andreas Öman
09:34 pm Revision 5bf3b634: Add support for making a property sort its childs
Andreas Öman
09:33 pm Revision 3dfd0901: Add support for making a property sort its childs
Andreas Öman
11:25 am Revision 544eb127: Correctly remove sources from page:home when they disappear
Andreas Öman
11:25 am Revision 4ed65808: Add gu_cloner_destroy()
Andreas Öman

08/01/2009

07:10 pm Revision d56f751e: Revert most of r3320, should have only beeen change of strtab.h location
Mattias Wadman
10:38 am Revision 8e9d5d26: Add AVAHI support (Can discover webdav and HTSP services in local. domain)
Andreas Öman
10:21 am Revision 5d96e49c: Add a stock image if a source does not provide an icon by itself.
Ugly, but works for now Andreas Öman

07/31/2009

10:10 pm Revision 7b09373d: Remove unused code
Andreas Öman
10:02 pm Revision 93047a84: Use GU cloner
Andreas Öman
10:02 pm Revision 5f5fb25c: Add cloner helper code
Andreas Öman
05:29 pm Revision e012ad3f: strtab.h is in misc/ now
Mattias Wadman
02:13 pm Revision 81011d4e: Use hbutton_box for button container
Andreas Öman

07/30/2009

10:45 am Revision 67d2e726: Move various stuff into misc/
Andreas Öman

07/29/2009

11:11 pm Revision 19497ada: Rename prefix for static pages from "page://" to "page:"
ie. page://home is now page:home Andreas Öman
11:00 pm Revision b0651182: GU: Improve homepage a bit (add support for links)
Andreas Öman
11:00 pm Revision 1ee46572: Set $source.status in spotify backend code
Andreas Öman
09:37 pm Revision 729788ae: Add links to spotify source
Andreas Öman
09:36 pm Revision b0c05bf0: Actually compile with -O2
Andreas Öman
09:28 pm Revision 7df62763: From the department of premature optimizations:
prop_create(NULL, ...) (ie. no current parent) can be performed unlocked. We never make references to other propertie... Andreas Öman
09:12 pm Revision 6b799d51: abort() if prop_make_dir() can not clean a property
Andreas Öman
09:09 pm Revision 388c9d28: prop system: Move clipping of float values to the property itself rather than ...
This is far more robust. Andreas Öman
08:51 pm Revision 5cca7315: Change hp_type in prop_t to 8bit type
Andreas Öman
08:50 pm Revision d0d79a5c: Initial work of a 'home' page in GTK UI
Andreas Öman
02:20 pm Revision 628e2171: Fix more path issues in webdav. Also avoid including port in URL if it is 80
Andreas Öman
10:22 am Revision 3eebb118: Fix memory leak: Release browse results
Andreas Öman
10:05 am Revision f6794135: Handle case where album is NULL but artist is not.
Andreas Öman
10:01 am Revision 4153cdb9: HTTP-URLs are not really metadata, so just skip such spam
Andreas Öman
09:54 am Revision fdd9f552: GU: Handcraft menus instead of using item factory.
We're gonna use dynamic menus in the future so a static factory is useless Andreas Öman

07/28/2009

11:20 pm Revision 21899d7d: Remove PROP_SUB_DEBUG from playqueue source node tracker
Andreas Öman
11:07 pm Revision deb7c25c: GU: Add 'up' button in toolbar navigating to this page's parent page
Andreas Öman
11:06 pm Revision fbfdb325: Set .parent on directory properties
Andreas Öman
10:48 pm Revision 4b76d030: Rename "mainmenu" to "home"
Andreas Öman
09:29 pm Revision 0223ab69: GU: Display column headers in album view
Andreas Öman
09:23 pm Revision d5566172: fde_prop can be NULL-ified if a filetype is UNKNOWN
Andreas Öman
09:21 pm Revision b54037a3: Fix path name escaping problems in webdav
Andreas Öman
08:58 pm Revision 5fca269d: Scan directories in the file backend for album art
Andreas Öman
08:22 pm Revision aeb8867c: Remove unnecessary include
Andreas Öman
06:41 pm Revision 8a8389a3: playqueue: Add support for repeat and shuffle
Not implemented in any GUI though Andreas Öman
04:19 pm Revision feb5ea46: Add prop_unparent() (Removes a property from its parent)
Andreas Öman
11:24 am Revision 37e7c391: Remove stray printf
Andreas Öman
11:03 am Revision 622326d4: Add support for continous updates of file system browse views using inotify(7)...
Andreas Öman

07/27/2009

10:51 pm Revision 30555507: Exit file scanner early if we detect that the prop holding scanner output is d...
Andreas Öman
10:49 pm Revision 13b2b93b: Remove the lock-check in prop_unsubscribe(). There are cases when we don't nee...
Andreas Öman
10:29 pm Revision 6c3cb705: Remove fde_metadata (it's unused)
Andreas Öman
10:27 pm Revision 2ef65293: Move nav_dir_t -stuff into fileaccess/ subsystem where it belongs
Andreas Öman
10:11 pm Revision db73710f: Drop two stray debug printfs
Andreas Öman
04:05 pm Revision 2d81d469: Rewrite playqueue so it is live updated from the source (when playing from a s...
Andreas Öman
11:28 am Revision bf329db1: Add support for PROP_ADD_CHILD_BEFORE in GTK UI directory listings
Andreas Öman

07/26/2009

10:07 pm Revision 0185a41f: Auto hide cursor after 1 second in fullscreen
Mattias Wadman
02:57 pm Revision b5baa97f: Change back to -O0 as default, was accidently change in r3270
Always compile yadif.c with -O2 on OS X, hack to fix compiler error Mattias Wadman
11:36 am Revision c23b76dd: Add initial D-Bus support with MPRIS (http://wiki.xmms2.xmms.se/wiki/Media_Pla...
Andreas Öman

07/25/2009

01:54 am Revision 333dee7e: platform rename, darwin -> osx
Mattias Wadman
01:53 am Revision 8d28b0a0: Typo, rate -> rates
Mattias Wadman
01:40 am Revision f8eac534: Rename darwin platform to osx, seams more correct
Mattias Wadman
01:28 am Revision 764debcf: Correct arguments to nav_load
Mattias Wadman
01:22 am Revision d86494b6: Updated OS X build instructions
Mattias Wadman
01:20 am Revision 63240409: Include hts in bundle identifier
Mattias Wadman
01:19 am Revision 33002a1a: Mac OS X SDK config support
Supprt defining PROG in platform specific configure, defaults to platform.build/showtime
Pass cflags/ldflag to ffmpeg...
Mattias Wadman
01:09 am Revision e1c52f2c: More arguments, less hardcoded things
Mattias Wadman
01:00 am Revision 7f6875b1: Dont create unicode for special keys
Mattias Wadman
12:58 am Revision 25a8bfde: Redefine TAILQ_FOREACH_REVERSE if Mac OS 10.4 or earlier
Mattias Wadman
12:56 am Revision c126a6a5: Correctly check for 48kHz support
Mattias Wadman
12:55 am Revision ca95192a: Added audio_rateflag_from_rate
Moved audio_rate_from_rateflag to audio.c Mattias Wadman
12:53 am Revision c56cfd8a: Initial CoreAudio support, stereo PCM only for now
Mattias Wadman
11:37 pm Revision 1b367a2c: Wait for audio queue to drain completely before passing on control to the next...
Andreas Öman
10:16 pm Revision 8a7630f0: Better queue drain / event handing during end-of-track in spotify player
Andreas Öman
10:08 pm Revision 1bf8e275: Remove the icon
Andreas Öman
08:55 pm Revision a85f78bc: Cleanup
Andreas Öman
08:53 pm Revision b2bcccf6: Add asynchronous image loading for GTK UI
Andreas Öman
08:47 pm Revision 59f6b1d6: Add placeholder image if we don't have album cover art.
Andreas Öman
07:42 pm Revision 2815fdad: Add support for artist browsing in GTK UI
Andreas Öman
07:42 pm Revision a10d69ff: It should be called 'nodes' not 'tracks'
Andreas Öman
07:36 pm Revision 03895d89: regex config not used anymore
Mattias Wadman
04:24 pm Revision 94204507: Set node-type to 'audio' in playqueue entries
Andreas Öman
11:37 am Revision 293c158b: Add support for artist browsing in Spotify backend.
Andreas Öman
11:17 am Revision 02991236: Turn on ellipsizion for playdeck track info labels
Andreas Öman
10:58 am Revision ab21b0d9: display number of tracks for an entity in directory listing
Andreas Öman
10:14 am Revision 1f6e045e: Metadata may be updated as a result of album browsing. This is not correctly r...
Andreas Öman
09:54 am Revision ee57f799: Improve GU playdeck a bit.
Show current track name, album name, artist name and album cover art. Andreas Öman
09:54 am Revision 83489965: Use '$artist - $album' instead of '$artist: $album'
Andreas Öman
09:53 am Revision e6265c0b: Make GU window a bit bigger on start
Andreas Öman

07/24/2009

11:51 pm Revision 6b657ec0: If file backend guess that a directory is an album, give each track a trackindex
Andreas Öman
11:47 pm Revision f6689393: assert if we try to gu_unsubscribe_on_destroy() on a NULL subscription
Andreas Öman
11:47 pm Revision 81bca179: Remove corrupt code
Andreas Öman
11:44 pm Revision 1d88c877: Set default view in playqueue to 'list'
Andreas Öman
11:40 pm Revision 5a5ad644: Add album browsing in GTK UI
Andreas Öman
09:43 pm Revision 4ca97b63: Wops, revert fetch whole file limit change
Mattias Wadman
09:43 pm Revision bc4502a7: Add gu_directory.h
Andreas Öman
09:40 pm Revision 6f66b7a6: Renamed WEBDAV_MAX_PATH_LEN to HTTP_MAX_PATH_LEN and use it in http_scandir
Parse apache index page without regex
libc regex seams to hangs on non-ASCII chars, and this way it will work on wii ...
Mattias Wadman
09:28 pm Revision d2bac372: Redefined enabled/disabled, did they work before?
Mattias Wadman
09:27 pm Revision 02c41ca7: Use disabled function with check for release
Mattias Wadman
08:22 pm Revision 6da8b71f: Scrap the icon upscaling, it looks ugly. Center icon instead
Andreas Öman
08:21 pm Revision 25ac959a: Fix an obvious typo.
Andreas Öman
07:54 pm Revision 9f3bf00a: PROP_TAG_NAME_VECTOR -> PROP_TAG_NAME()
Andreas Öman
07:51 pm Revision a75f3919: Make directory page type support multiple views
Andreas Öman
07:24 pm Revision 795026fd: GU: Scale view top icon a bit
Andreas Öman
07:19 pm Revision 0cd2f2b8: GU: Add support for scaling of loaded pixbufs
Andreas Öman
06:33 pm Revision 7caf32fe: Restructure directory pages a bit.
Andreas Öman
06:13 pm Revision aae79aa2: Set $page.title for albums to album title
Andreas Öman
05:43 pm Revision ebe4e643: Keep pixbufcachesize in check (spotted by wader)
Andreas Öman
04:27 pm Revision ff7834d9: PA: Display reason for stream failure
Andreas Öman
02:18 pm Revision a120b551: lavc does not support grayscale + alpha png. And i'm too lazy to fix.
Andreas Öman
11:46 am Revision a3c7312d: Better support for PA problematic events
- Handle diconnect from PA server
- Handle stream termination by pausing current playback
Andreas Öman
11:45 am Revision 6997cc7c: Better support for EVENT_INTERNAL_PAUSE (When the player itself needs to pause...
Andreas Öman
11:41 am Revision 3c9061c9: Add title to directory browsing, still WIP
Andreas Öman
10:25 am Revision 27c5e917: Add content type icons to directory browsing in GU
Andreas Öman
10:24 am Revision 98a8a4f8: Build it too
Andreas Öman
10:24 am Revision 95bd14ee: Add code for loading showtime URL:s into GDK pixbufs
Andreas Öman

07/23/2009

10:42 pm Revision 02729ab3: Fix more some problems with configure introduced in last commits
Andreas Öman
10:36 pm Revision 9263af13: Fix some typos for release builds
Andreas Öman
10:32 pm Revision 0b8098b9: Refactor configure stuff a bit
Andreas Öman
10:00 pm Revision e6119949: Rename glw theme 'new' to 'default'
Andreas Öman
02:23 pm Revision 7c43af24: Rename themes/ to glwthemes/ which is more appropriate
Andreas Öman
11:57 am Revision 04a99206: Fix some incorrect locking in prop courier notification loop
Add testcode for stressing prop system Andreas Öman
10:59 am Revision ab43243e: GU: make 'playqueue' pages same as directories
Andreas Öman
10:02 am Revision 00db6dd5: Add "Open File..." and "Open Directory..." to GTK UI
Andreas Öman
08:55 am Revision 2fa2eaa3: Fix a few things in the UI menubar
Andreas Öman

07/22/2009

10:43 pm Revision 1c621310: Reset current song position when song duration is changed
Andreas Öman
10:13 pm Revision aedfab49: Avoid NULL deref.
Andreas Öman
09:26 pm Revision 167f3c22: Disable/Enable back and forward button in the navigator based on $global.nav.c...
Andreas Öman
09:25 pm Revision 3f7c4f01: Add helper gu_subscription_set_sensitivity() for setting widget sensitivity ba...
Andreas Öman
09:25 pm Revision ffe42320: Set $global.nav.canGoBack and $global.nav.canGoFoward depending on if it possi...
Andreas Öman
09:24 pm Revision 8e042312: the URL can be NULL, don't strdup() it in such case.
Andreas Öman
09:16 pm Revision d20a5791: Add support for moving forward in the navigator history
Andreas Öman
08:53 pm Revision 75a4f7bf: Rename openurl2 -> openurl
Andreas Öman
08:51 pm Revision 81f504b4: GU: Forward parent URL to nav_open()
Andreas Öman
08:38 pm Revision 74312acf: Add support for removing lines in GTK UI directories
Andreas Öman
08:25 pm Revision 487372a2: Add support for destroying pages in the GU navigator
Andreas Öman
08:18 pm Revision a4c4f543: Fix a read after free()
Andreas Öman
08:10 pm Revision b2c041a5: Fix a memory leak
Andreas Öman
07:44 pm Revision 75af92cb: Drop a stray debug printout
Andreas Öman
05:54 pm Revision ab16a2bb: Add support for popups in GTK UI
Andreas Öman
04:19 pm Revision 536615ce: avoid NULL deref
Andreas Öman
12:10 pm Revision b47164d7: Add a GTK statusbar at bottom of the GTK UI window which reflects the activity...
Andreas Öman
11:35 am Revision 08161711: Add playdeck control bar to GTK user interface.
Andreas Öman
11:35 am Revision 0576b439: add PROP_TAG_NAME() convenience macro
Andreas Öman

07/21/2009

12:07 am Revision dd280428: Import the GTK UI directory browsing.
Andreas Öman
12:06 am Revision d7758abb: Add a property for keeping track of number of tracks in a playlist
Andreas Öman
11:59 am Revision 2a91f370: Add PNVEC() convenience macro
Andreas Öman

07/20/2009

01:09 pm Revision 371d4258: remove pointless locking
Andreas Öman
12:56 pm Revision 781dc0bf: Keep track of volume and muted state if we reinitialize stream.
Andreas Öman
11:22 am Revision dda72376: Mixers are gone.
Andreas Öman
11:22 am Revision ad584581: Must cast to hts_mutex_t, or it won't compile on wii
Andreas Öman
11:21 am Revision 57775a63: sed away log2() from devkitppc's math.h, it's broken
Andreas Öman
10:14 am Revision 54bb32e7: Fix audio mute for alsa output
Andreas Öman
10:05 am Revision f6389740: Rework the volume control in showtime
- Skip the overcomplex multi slider setup, we now just use 'master volume' and 'master volume mute'
- for ALSA: Softm...
Andreas Öman
10:02 am Revision 4c21ae43: Add support for external lock managers for subscriptions
Andreas Öman

07/19/2009

08:09 pm Revision 08141d5f: Add PROP_TAG_CALLBACK_FLOAT and prop_add_clipped_float()
Andreas Öman
01:31 pm Revision 51cfa6d5: Don't flush audio FIFO when track ends in spotify playback.
Also, make sure we wait a little while after a spotify track has ended
to make sure graphics are quite in sync.
Andreas Öman
01:09 pm Revision 4321495f: Fix correct depends to avail parallel build
Andreas Öman
« Previous
Next »
 

Also available in: Atom