aboutsummaryrefslogtreecommitdiff
path: root/addons
AgeCommit message (Collapse)Author
2011-03-24added: progresscache to confluence osd that was missing in 86c4c4b6.theuni
Acked by Jezz_X
2011-03-24added: skinning to new player.progresscache to confluenceelupus
Thanx to ralfonat for the skinning and image. refs #10779
2011-03-24Fixed: [Confluence] cleaned up images no longer used anymoreJezz_X
2011-03-21Fixed: [Confluence] missing background texture in video libJezz_X
2011-03-20changed: prepend version string with "date-"theuni
This is the date of the last revision and _not_ the compile date. Should help with sorting as well as eyeballing versions. In addition, the Windows binary has been renamed from XBMCSetup-Rev_[revision] to XBMCSetup-[date-revision]. Thanks to CrystalP and jcarroll for the Windows help.
2011-03-18Changed: [Confluence] Made keyboard "Done" button default (makes for better ↵Jezz_X
remote text input) partially fixes ticket #11269
2011-03-17don't show the tvshow 'breadcrumbs' if they're empty, fixes #11333Jonathan Marshall
2011-03-16updated: Finnish translation. closes #11323viking
2011-03-16Fixed: [Confluence] You couldn't select thumbnail view in TV shows with ↵Jezz_X
content set in the file view anymore since lib and files merge fixes #11332
2011-03-12Fixed: [Confluence] cleaned up the code thats no longer needed due to recent ↵Jezz_X
changes in how XBMC runs. This relies on a non existent condition of Window.IsVisible(Videos) to match the new ActivateWindow(Videos) we were told to use, so certain things (watched ticks) will show again
2011-03-08merged: files_in_lib branch, removing the separate video files window and ↵Jonathan Marshall
placing it in the library hierarchy instead. Files mode now also fetches information from the database for each item, if available.
2011-03-08changed: hacked up confluence for the stacking changes + removed the Library ↵Jonathan Marshall
mode button
2011-03-08changed: [Confluence] - home menu items pointing to Videos now all use ↵Jonathan Marshall
ActivateWindow(Videos), and make the Library link always go to the root of the library.
2011-03-01added: Japanese translation for confluence. thanks to kyouhei, closes #11230spiff
2011-03-01updated: catalan translation. thanks to dsoms, closes #11172spiff
2011-02-20added: [Confluence] slider bar to music and video OSDs for touch usersJezzX
2011-02-10fixed: oops. unwanted check hack in 93f61464ec5a48844fd5ada29d6ce226ea66ecb9vdrfan
2011-02-10added: InfoLabels ListItem.LastPlayed and MusicPlayer.LastPlayed for music itemsvdrfan
2011-02-02fixed: Ticket #11156 - Catalan language update for Confluence skin addon.xml ↵vdrfan
(thanks dsoms)
2011-02-02fixed: Ticket #11155 - Catalan language file for Confluence skin (Update) - ↵vdrfan
thanks dsoms
2011-02-02added: Catalan language file for Confluence skin (#11150 - thanks to dsoms)vdrfan
2011-01-26fixed: crlf introduced by 0137f13btheuni
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp
2011-01-23Revert "Merge remote branch 'upstream/master'"Lars Op den Kamp
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
2011-01-23Merge remote branch 'upstream/master'Lars Op den Kamp
2011-01-22added: [Confluence] audio codec flagging images for DTS-HD MA/HRAAnssi Hannula
Images by Jezz_X.
2011-01-21Merge remote branch 'upstream/master'Lars Op den Kamp
2011-01-20updated: ticket #11093 - icelandic translation. thanks to kristjanspiff
2011-01-20CRLFLars Op den Kamp
2011-01-18Merge remote branch 'upstream/master'Lars Op den Kamp
2011-01-17updated: ticket #11075 - spanish translation. thanks to poxitronspiff
2011-01-11Added: [Confluence] Some Plot/Description text to the TV windows EPG viewsJezz_X
2011-01-11Fixed: [Confluence] Wrong sort of player controls in the left hand menu when ↵Jezz_X
live TV was playing
2011-01-11Changed: [Confluence] layout of the "Search" list to something more logicalJezz_X
2011-01-11Changed: [Confluence] Pumped up the size of the channel number text. As ↵Jezz_X
long as people don't have over 9999 channels it should be fine :)
2011-01-11Changed: [Confluence] removed some uppercase text (better for other languages)Jezz_X
2011-01-11Added: [Confluence] Now Playing text overlay to the small video window so ↵Jezz_X
people don't confuse it with the text at the bottom for currently select channel
2011-01-11Changed: [Confluence] Added a hack to make sure the now playing video window ↵Jezz_X
isn't visible while the window is closing
2011-01-11Changed: [Confluence] Renamed the "TV" button in settings to "Live TV" to ↵Jezz_X
match Home
2011-01-11Changed: [Confluence] Added a little spacing to the EPG Timeline edgesJezz_X
2011-01-11Changed: [Confluence] Removed the EPG color guide from the bottom of ↵Jezz_X
timeline view and allowed "currently playing" text to show when the timeline is visible now
2011-01-11Changed: [Confluence] Greatly simplified the code for showing the time line ↵Jezz_X
view epg genre colors
2011-01-11Fixed: [Confluence] (Live TV window) side menu button text got cut off too ↵Jezz_X
short after changes to main xbmc master
2011-01-11Changed: [Confluence] made the "Live TV" button in home default if its enabledJezz_X
2011-01-10Merge https://github.com/opdenkamp/xbmc/pull/4Lars Op den Kamp
Fixed conflicts: .gitignore
2011-01-10Merge remote branch 'upstream/master'Lars Op den Kamp
Conflicts: .gitignore
2011-01-10updated: [Confluence] Chinese (Simple) translationtaxigps
2011-01-09pvr: libXBMC_addon.dll is a C dll and should not use std::string as function ↵Marcel Groothuis
argument or return type. This fixes heap corruption problems under VC++.
2011-01-08Merge remote branch 'upstream/master'Lars Op den Kamp
2011-01-08changed: allow logging off, even if the login screen is not enable. this ↵spiff
changes the meaning of 'enable login screen' to 'enable login screen on initial startup'. credit bruing (small mod my me), ticket #10708