Anonymous | Login | Signup for a new account | 2024-11-23 09:37 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
Changesets: GitHub - ycastonguay/MPfm | [ Browse ] [ Back to Index ] | ||
master 2834accb
Timestamp: 2013-02-12 17:12:39 Author: ycastonguay [ Details ] [ Diff ] |
Small namespace refactoring change on Linux. | ||
rm - MPfm/MPfm.GTK/Bass.Net.dll.config | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/MPfm.GTK.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/BaseWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/PlaylistWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/PreferencesWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/SplashWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/gui.stetic | [ Diff ] [ File ] | ||
master fddbe78f
Timestamp: 2013-02-11 23:50:59 Author: ycastonguay [ Details ] [ Diff ] |
PlayerFragment is now bound to IPlayerView. More modifications to the MobileNavigationManager. The MobileLibraryBrowserPresenter now calls the MobileNavigationManager to push a new view (Player in this case). Related to issue 0000406. |
||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PreferencesActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/TabPagerAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/MobileLibraryBrowserFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/PlayerFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/SplashFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Layout/Main.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/MPfm.Core.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/MPfm.Core.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/MPfm.Library.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/MobileLibraryBrowserItemClickedMessage.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.MVP/Models/SongInformationEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/AudioFileCacheService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMobileLibraryBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMobileOptionsMenuView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlayerView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/MPfm.Player.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/MPfm.Player.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Playlists/Playlist.cs | [ Diff ] [ File ] | ||
master f7dd9a3d
Timestamp: 2013-02-11 20:47:29 Author: ycastonguay [ Details ] [ Diff ] |
Added MobileOptionsMenu presenter/view. | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PreferencesActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IMobileOptionsMenuPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IMobileOptionsMenuView.cs | [ Diff ] [ File ] | ||
current bb473a58
Timestamp: 2013-02-07 21:35:42 Author: ycastonguay [ Details ] [ Diff ] |
Updated GTK Linux project after namespace and NavigationManager changes. Fixed SplashPresenter for Linux. Related to issue 0000404. |
||
mod - MPfm/MPfm.GTK/Classes/GtkNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/MPfm.GTK.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Main.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/BaseWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.PlaylistWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.PreferencesWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.SplashWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/generated.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SplashPresenter.cs | [ Diff ] [ File ] | ||
current eaf47fe3
Timestamp: 2013-02-07 19:54:06 Author: ycastonguay [ Details ] [ Diff ] |
Updated Mac after NavigationManager changes. Removed obj files from Mac. Related to issue 0000404. |
||
mod - MPfm/MPfm.Mac/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/MacNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Controls/SongPositionSlider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/BaseWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Mac/obj/Debug/monomac_version | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Mac/obj/Debug_MacOSX/monomac_version | [ Diff ] [ File ] | ||
current 8641ed93
Timestamp: 2013-02-07 19:47:17 Author: ycastonguay [ Details ] [ Diff ] |
Updated Console project following migration from Ninject to TinyIoC. Related to issue 0000356. |
||
rm - MPfm/MPfm.Console/Lib/Ninject.dll | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Console/MPfm.Console.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Console/Main.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Console/PlayerTest.cs | [ Diff ] [ File ] | ||
current cc027116
Timestamp: 2013-02-07 19:45:48 Author: ycastonguay [ Details ] [ Diff ] |
Updated iOS project with a file rename (leftover by SVN). Updated DatabaseFacade and Library so that Mono.Data.Sqlite is loaded on OS X and Linux instead of System.Data.SQLite. |
||
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Library.cs | [ Diff ] [ File ] | ||
current d480f958
Timestamp: 2013-02-07 19:16:10 Author: ycastonguay [ Details ] [ Diff ] |
Updated README (test for branching) | ||
mod - README.md | [ Diff ] [ File ] | ||
master 38202f28
Timestamp: 2013-02-07 19:12:54 Author: ycastonguay [ Details ] [ Diff ] |
Updated README.md | ||
mod - README.md | [ Diff ] [ File ] | ||
master c54c780e
Timestamp: 2013-02-07 19:07:22 Author: ycastonguay [ Details ] [ Diff ] |
Added GPLv3 headers to every source file.\nRelated to issue 0000404. | ||
mod - MPfm/MPfm.Android/Classes/Activities/BaseActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PreferencesActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/GenericListAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Adapters/TabPagerAdapter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/AudioPreferencesFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/Base/BaseDialogFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/Base/BaseFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/Base/BaseListFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/GeneralPreferencesFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/LibraryPreferencesFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/MobileLibraryBrowserFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/PlayerFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/SplashFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/UpdateLibraryFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Helpers/BitmapCache.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Helpers/BitmapHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Listeners/TabListener.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Objects/ApplicationState.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Objects/GenericListItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Console/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Console/ConsoleHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Console/Main.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Console/MonoCurses/binding.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Console/MonoCurses/constants.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Console/MonoCurses/gui.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Console/MonoCurses/handles.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Console/MonoCurses/mainloop.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Console/PlayerTest.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/Attributes/DatabaseFieldAttribute.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/ByteArrayQueue.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/CacheStore.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/Conversion.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/DatabaseFieldNameAttribute.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/Extensions/DictionaryExtension.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/OS.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/Tracing.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Core/XMLHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Fonts/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Classes/GtkNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Classes/ImageManipulation.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Main.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/BaseWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/PlaylistWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/PreferencesWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/SplashWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.PlaylistWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.PreferencesWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.SplashWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/generated.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Database/Interfaces/IDatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Database/Interfaces/ISQLiteGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Database/MonoSQLiteGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Database/SQLiteGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/ILibrary.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Library.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Objects/Folder.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Objects/History.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Objects/PlaylistFile.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Objects/Setting.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryArgument.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryException.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryFinishedData.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryMode.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryProgressData.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryProgressDataSong.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Bootstrapper/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Cache/AudioFileCache.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/MPfmAudioConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/MPfmConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/MPfmControlsConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/MPfmTableViewColumnConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/MPfmTableViewConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/MPfmWindowConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Config/MPfmWindowsConfig.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Helpers/ConfigurationHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Helpers/EQPresetHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Messages/LibraryBrowserItemDoubleClickedMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Messages/LibraryBrowserItemSelectedMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Messages/PlayerStatusMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Messages/PlayerStatusType.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Messages/SongBrowserItemDoubleClickedMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Models/LibraryBrowserEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Models/PlayerPositionEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Models/PlayerTimeShiftingEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Models/PlayerVolumeEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Models/SongBrowserFilterEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Models/SongBrowserQueryEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Models/SongInformationEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Models/UpdateLibraryEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/AudioPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/BasePresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EffectsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/GeneralPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IAudioPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IBasePresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IEffectsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IGeneralPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/ILibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/ILibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IMainPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IMobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IPlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IPlaylistPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/ISongBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/ISplashPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/IUpdateLibraryPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MainPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlaylistPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SongBrowserPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SplashPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/UpdateLibraryPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/AudioFileCacheService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Events/ProcessEndedEventArgs.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Events/RefreshStatusEventArgs.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/IAudioFileCacheService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/IInitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/ILibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/IUpdateLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/LibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/UpdateLibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/TinyIoC/TinyIoC.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/TinyIoC/TinyMessenger.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/ViewModels/BaseViewModel.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/ViewModels/LibraryBrowserViewModel.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/ViewModels/SplashViewModel.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IAudioPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IBaseView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEffectsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IGeneralPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ILibraryBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ILibraryPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMainView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMobileLibraryBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlayerView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlaylistView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ISongBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ISplashView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IUpdateLibraryView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/AppDelegate.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/MPfmWindowDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/MacNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Controls/MPfmAlbumCoverView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Controls/MPfmButton.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Controls/MPfmIsPlayingTableCellView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Controls/MPfmScrollView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Controls/MPfmTableCellView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Controls/MPfmTableRowView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Controls/MPfmView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Controls/SongPositionSlider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Helpers/AlbumCoverHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Helpers/CocoaHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Main.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Objects/AlbumCoverCacheService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Objects/AlbumCoverSource.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Objects/ImageResources.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Objects/LibraryBrowserDataSource.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Objects/LibraryBrowserItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Objects/LibraryBrowserOutlineViewDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Objects/MainSplitViewDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Objects/SongBrowserItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Objects/SongBrowserSource.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Objects/SongBrowserTableViewDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Views/LibraryBrowser.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Views/LibraryBrowser.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Views/LibraryBrowserController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/BaseWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/EditLoopWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/EditMarkerWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/PlaylistWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/PreferencesWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SplashWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/EditLoopWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/EditLoopWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/EditMarkerWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/EditMarkerWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/EffectsWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/MainWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/PlaylistWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/PlaylistWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/PreferencesWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/PreferencesWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/SplashWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/SplashWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/UpdateLibraryWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Events/PlayerPlaylistIndexChangedData.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Events/PlayerStreamCallbackData.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Exceptions/PlayerCreateStreamException.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/IPlayer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Objects/EQPreset.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Objects/EQPresetBand.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Objects/Loop.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Objects/Marker.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Objects/PlayerSyncProc.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Objects/RepeatType.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/AudioFiles/AudioFile.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/AudioFiles/AudioFileFormat.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/AudioFiles/AudioFileFormatExtension.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/AudioFiles/AudioFileFormatExtensions.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/AudioFiles/AudioTools.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/AudioFiles/ConvertAudio.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/ASIOInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/Base.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/Channel.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/ChannelType.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/Device.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/DeviceHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/DriverType.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/Exception.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/IChannel.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/IMixerChannel.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/ITestDevice.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/MixerChannel.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Bass.Net/TestDevice.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/ASIO/BassASIOCallbacks.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/ASIO/BassASIOEnums.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/ASIO/BassASIOMethods.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/ASIO/BassASIOStructs.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/BassCallbacks.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/BassEnums.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/BassMethods.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/BassStructs.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/BassWrapperGlobals.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/FX/BassFXCallbacks.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/FX/BassFXEnums.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/FX/BassFXMethods.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/FX/BassFXStructs.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/Mix/BassMixCallbacks.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/Mix/BassMixEnums.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/Mix/BassMixMethods.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/Mix/BassMixStructs.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/Wasapi/BassWasapiCallbacks.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/Wasapi/BassWasapiEnums.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/Wasapi/BassWasapiMethods.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassWrapper/Wasapi/BassWasapiStructs.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/PeakFile.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Playlists/Playlist.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Playlists/PlaylistFileFormat.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Playlists/PlaylistItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Playlists/PlaylistTools.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Sound.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Tags/APEMetadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Tags/APETag.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Tags/ID3v2Metadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Tags/ID3v2Tag.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Tags/SV7Metadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Tags/SV7Tag.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Tags/SV8Metadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Tags/SV8Tag.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/XingInfoHeaderReader.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Tests/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Tests/LibraryTest.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/DriverComboBoxItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/SongQuery.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/Audio/AudioConfigurationSection.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/Audio/AudioDeviceConfigurationSection.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/Audio/AudioEQConfigurationSection.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/Audio/AudioMixerConfigurationSection.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/Controls/ControlsConfigurationSection.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/Controls/ControlsSongGridViewConfigurationSection.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/Controls/ControlsSongGridViewQueryConfigurationSection.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/General/GeneralConfigurationKeyValue.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/General/GeneralConfigurationSection.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/IMPfmConfiguration.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/MPfmConfiguration.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/Windows/WindowConfiguration.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Configuration/Windows/WindowsConfigurationSection.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmAddEditLoop.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmAddEditLoop.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmAddEditMarker.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmAddEditMarker.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmEditSongMetadata.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmEditSongMetadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmEffects.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmEffects.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmLoadPlaylist.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmLoadPlaylist.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmPlaylist.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmPlaylist.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmSettings.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmSettings.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmThemes.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmThemes.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmVisualizer.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmVisualizer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Program.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Settings.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmFirstRun.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmFirstRun.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmSplash.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmSplash.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmUpdateLibraryStatus.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmUpdateLibraryStatus.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/Fader.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/FaderTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/OutputMeter.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/OutputMeter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/OutputMeterTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/WaveForm.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/WaveForm.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/WaveFormDisplay.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/WaveFormDisplay.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/WaveFormDisplayTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Buttons-Toolbars/Button.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Buttons-Toolbars/ButtonTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Buttons-Toolbars/ToolStrip.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Buttons-Toolbars/TrackBar.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Buttons-Toolbars/TrackBarTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Containers/FlowLayoutPanel.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Containers/FlowLayoutPanelTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Containers/Form.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Containers/Panel.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Containers/PanelTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Containers/TableLayoutPanel.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Containers/TableLayoutPanelTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Control.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Fonts/CustomFont.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Fonts/CustomFontEditor.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Fonts/CustomFontEditorForm.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Fonts/CustomFontEditorForm.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Fonts/EmbeddedFont.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Fonts/EmbeddedFontCollection.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Fonts/EmbeddedFontHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Labels/Label.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Labels/LabelTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Labels/LinkLabel.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Labels/LinkLabelTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Library/SongGridView.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Library/SongGridView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Library/SongGridViewCache.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Library/SongGridViewColumn.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Library/SongGridViewImageCache.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Library/SongGridViewItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Library/SongGridViewMode.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Library/SongGridViewTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Lists/ListBox.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Lists/ReorderListView.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Lists/ReorderListView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Misc/BackgroundGradient.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Misc/ColorManipulation.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Misc/Gradient.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Misc/ImageConversion.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Misc/ImageManipulation.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Misc/PaintHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Misc/TextGradient.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Misc/Tools.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Misc/Win32.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/ScrollBar/HScrollBar.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/ScrollBar/ScrollBarTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Themes/MainWindowTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Themes/SecondaryWindowTheme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Themes/Theme.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Themes/ThemeHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/BaseViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/ListViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/ListViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SplashViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/SplashViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/ListTableViewSource.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Main.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Objects/GenericListItem.cs | [ Diff ] [ File ] | ||
mod - ProjectSync/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - ProjectSync/Main.cs | [ Diff ] [ File ] | ||
mod - ProjectSync/ProjectFileReader.cs | [ Diff ] [ File ] | ||
mod - ProjectSync/ProjectFileWriter.cs | [ Diff ] [ File ] | ||
mod - ProjectSync/SolutionFileReader.cs | [ Diff ] [ File ] | ||
mod - mp4m.org/trunk/mp4m.org/Controllers/RootController.cs | [ Diff ] [ File ] | ||
mod - mp4m.org/trunk/mp4m.org/Global.asax.cs | [ Diff ] [ File ] | ||
mod - mp4m.org/trunk/mp4m.org/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
master 9ab5f946
Timestamp: 2013-02-07 19:01:56 Author: ycastonguay [ Details ] [ Diff ] |
Re-added System.Reactive to MPfm.Sound (dependency will be removed soon). Updated MPfm.Windows project/solution files with new MPfm.Windows namespace (didn't update the namespaces in source files yet) |
||
add - MPfm/MPfm.Sound/Lib/System.Reactive.dll | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/MPfm.Windows.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmAddEditLoop.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmAddEditMarker.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmEditSongMetadata.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmEffects.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmPlaylist.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmSettings.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmSettings.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Other Screens/frmThemes.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Settings.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmFirstRun.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmSplash.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/frmUpdateLibraryStatus.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm_Windows.sln | [ Diff ] [ File ] | ||
master a71b6980
Timestamp: 2013-02-07 18:48:20 Author: ycastonguay [ Details ] [ Diff ] |
Renamed MPfm project to MPfm.Windows. | ||
add - MPfm/MPfm.Windows/Classes/DriverComboBoxItem.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Classes/SongQuery.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/Audio/AudioConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/Audio/AudioDeviceConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/Audio/AudioEQConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/Audio/AudioMixerConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/Controls/ControlsConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/Controls/ControlsSongGridViewConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/Controls/ControlsSongGridViewQueryConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/ExampleConfig.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/General/GeneralConfigurationKeyValue.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/General/GeneralConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/IMPfmConfiguration.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/MPfmConfiguration.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/Windows/WindowConfiguration.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Configuration/Windows/WindowsConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/MPFM.ico | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/MPfm.Windows.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/MPfm_SmallOnly.ico | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmAddEditLoop.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmAddEditLoop.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmAddEditLoop.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmAddEditMarker.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmAddEditMarker.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmAddEditMarker.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmEditSongMetadata.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmEditSongMetadata.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmEditSongMetadata.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmEffects.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmEffects.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmEffects.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmLoadPlaylist.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmLoadPlaylist.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmLoadPlaylist.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmPlaylist.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmPlaylist.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmPlaylist.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmSettings.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmSettings.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmSettings.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmThemes.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmThemes.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmThemes.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmVisualizer.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmVisualizer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Other Screens/frmVisualizer.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Program.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Properties/Resources.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Properties/Settings.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Properties/Settings.settings | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/MPFM_Splash_0.5.0.3.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/accept.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/add.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/application_view_detail.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/arrow_redo.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/arrow_refresh.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/arrow_right.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/arrow_rotate_clockwise.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/arrow_switch.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/bug.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/bullet_go.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/cancel.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/cd.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/chart_line.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/cog.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/control_end.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/control_equalizer.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/control_fastforward.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/control_pause.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/control_play.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/control_repeat.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/control_rewind.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/control_start.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/control_stop.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/database.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/database_gear.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/delete.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/disk.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/door_in.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/error.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/exclamation.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/folder_add.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/folder_explore.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/folder_page.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/help.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/image.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/information.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/layout.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/music.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/package_link.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/page_white_add.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/page_white_text.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/pencil.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/shape_align_middle.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/sound.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/textfield_rename.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/tick.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/time.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/timeline_marker.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/user.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/vcard.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/world.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/wrench.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/app.config | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/app.manifest | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmFirstRun.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmFirstRun.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmFirstRun.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmMain.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmMain.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmMain.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmSplash.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmSplash.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmSplash.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmUpdateLibraryStatus.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmUpdateLibraryStatus.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/frmUpdateLibraryStatus.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm_Windows.sln | [ Diff ] [ File ] | ||
master 9fcd7928
Timestamp: 2013-02-07 18:39:40 Author: ycastonguay [ Details ] [ Diff ] |
Removed branch structure (leftover by SVN) and moved Docs/Setup to root. | ||
add - Docs/MPfm.shfbproj | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual.sln | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Content.content | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Features.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/GettingStarted/EQ.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/GettingStarted/EditMetadata.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/GettingStarted/FirstTimeRunning.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/GettingStarted/GettingStarted.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/GettingStarted/Loops.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/GettingStarted/ManageLibrary.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/GettingStarted/Markers.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/GettingStarted/PlayingAudioFiles.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/GettingStarted/Playlists.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/GettingStarted/QuickTips.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/GettingStarted/TimeShifting.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Glossary.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/License.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Manual.shfbproj | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Reference/FirstRun.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Reference/Main.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Reference/MainCurrentSong.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Reference/MainSongBrowser.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Reference/Reference.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Support.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Troubleshooting/AppCantStart.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Troubleshooting/NoSound.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Troubleshooting/Troubleshooting.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/Welcome.aml | [ Diff ] [ File ] | ||
add - Docs/Manual/Manual/icon48_final_for_manual.png | [ Diff ] [ File ] | ||
add - MPfm/MPFM.sln | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Assets/AboutAssets.txt | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Activities/BaseActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Activities/PreferencesActivity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Adapters/GenericListAdapter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Adapters/TabPagerAdapter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Fragments/AudioPreferencesFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Fragments/Base/BaseDialogFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Fragments/Base/BaseFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Fragments/Base/BaseListFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Fragments/GeneralPreferencesFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Fragments/LibraryPreferencesFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Fragments/MobileLibraryBrowserFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Fragments/PlayerFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Fragments/SplashFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Fragments/UpdateLibraryFragment.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Helpers/BitmapCache.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Helpers/BitmapHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Listeners/TabListener.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Objects/ApplicationState.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Objects/GenericListItem.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Lib/armeabi-v7a/libbass.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Lib/armeabi-v7a/libbass_aac.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Lib/armeabi-v7a/libbass_alac.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Lib/armeabi-v7a/libbass_ape.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Lib/armeabi-v7a/libbass_fx.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Lib/armeabi-v7a/libbassflac.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Lib/armeabi-v7a/libbassmix.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Lib/armeabi-v7a/libbasswv.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Properties/AndroidManifest.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/AboutResources.txt | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Anim/fade_in.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Anim/fade_out.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Drawable/Icon.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Drawable/Splash.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/Fragment_AudioPreferences.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/Fragment_GeneralPreferences.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/Fragment_LibraryPreferences.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/Fragment_Player.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/Fragment_UpdateLibrary.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/GenericCell.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/Main.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/Settings.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/Splash.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Menu/main_menu.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Values/Colors.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Values/Strings.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Values/Styles.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/ConsoleHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/Lib/Ninject.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/Lib/libmono-curses.dylib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/MPfm.Console.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/Main.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/MonoCurses/binding.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/MonoCurses/constants.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/MonoCurses/gui.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/MonoCurses/handles.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/MonoCurses/mainloop.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Console/PlayerTest.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/Attributes/DatabaseFieldAttribute.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/ByteArrayQueue.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/CacheStore.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/Conversion.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/DatabaseFieldNameAttribute.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/Extensions/DictionaryExtension.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/MPfm.Core.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/MPfm.Core.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/MPfm.Core.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/OS.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/Tracing.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Core/XMLHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Fonts/DroidSansMono.ttf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Fonts/Junction.ttf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Fonts/LeagueGothic.ttf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Fonts/MPfm.Fonts.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Fonts/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Fonts/Titillium2.ttf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Bass.Net.dll.config | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Classes/GtkNavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Classes/ImageManipulation.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/Ninject.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbass.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbass_aac.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbass_ac3.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbass_alac.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbass_fx.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbass_mpc.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbass_tta.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbasscd.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbassenc.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbassflac.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbassmidi.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbassmix.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x64/libbasswv.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbass.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbass_aac.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbass_ac3.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbass_alac.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbass_fx.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbass_mpc.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbass_tta.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbasscd.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbassenc.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbassflac.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbassmidi.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbassmix.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Lib/x86/libbasswv.so | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/MPfm.GTK.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Main.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Splash.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Windows/BaseWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Windows/EffectsWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Windows/PlaylistWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Windows/PreferencesWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Windows/SplashWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Windows/UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/black.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.EffectsWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.MainWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.PlaylistWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.PreferencesWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.SplashWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/gtk-gui/generated.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/gtk-gui/gui.stetic | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/icon48.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Database/Interfaces/IDatabaseFacade.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Database/Interfaces/ISQLiteGateway.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Database/MonoSQLiteGateway.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Database/SQLiteGateway.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/ILibrary.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Lib/SQLite.Interop.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Lib/System.Data.SQLite.Linq.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Lib/System.Data.SQLite.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Library.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/MPfm.Library.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/MPfm.Library.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Objects/Folder.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Objects/History.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Objects/PlaylistFile.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Objects/Setting.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Scripts/1.00-1.01.sql | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Scripts/1.01-1.02.sql | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Scripts/1.02-1.03.sql | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Scripts/1.03-1.04.sql | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/Scripts/CreateDatabase.sql | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryArgument.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryException.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryFinishedData.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryMode.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryProgressData.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Library/UpdateLibrary/UpdateLibraryProgressDataSong.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Bootstrapper/Bootstrapper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Cache/AudioFileCache.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Config/MPfmAudioConfig.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Config/MPfmConfig.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Config/MPfmControlsConfig.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Config/MPfmTableViewColumnConfig.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Config/MPfmTableViewConfig.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Config/MPfmWindowConfig.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Config/MPfmWindowsConfig.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Helpers/ConfigurationHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Helpers/EQPresetHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Lib/AutoMapper.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Lib/Ninject.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/MPfm.MVP.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/LibraryBrowserItemDoubleClickedMessage.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/LibraryBrowserItemSelectedMessage.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/PlayerStatusMessage.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/PlayerStatusType.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/SongBrowserItemDoubleClickedMessage.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/LibraryBrowserEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/PlayerPositionEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/PlayerTimeShiftingEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/PlayerVolumeEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/SongBrowserFilterEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/SongBrowserQueryEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/SongInformationEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Models/UpdateLibraryEntity.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/AudioPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/BasePresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/EffectsPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/GeneralPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IAudioPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IBasePresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IEffectsPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IGeneralPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/ILibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/ILibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IMainPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IMobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IPlayerPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IPlaylistPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/ISongBrowserPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/ISplashPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IUpdateLibraryPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/LibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/MainPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/MobileLibraryBrowserPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/PlaylistPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/SongBrowserPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/SplashPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/UpdateLibraryPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/AudioFileCacheService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/Events/ProcessEndedEventArgs.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/Events/RefreshStatusEventArgs.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/Interfaces/IAudioFileCacheService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/Interfaces/IInitializationService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/Interfaces/ILibraryService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/Interfaces/IUpdateLibraryService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/LibraryService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Services/UpdateLibraryService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/TinyIoC/TinyIoC.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/TinyIoC/TinyMessenger.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/ViewModels/BaseViewModel.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/ViewModels/LibraryBrowserViewModel.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/ViewModels/SplashViewModel.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IAudioPreferencesView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IBaseView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IEffectsView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IGeneralPreferencesView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/ILibraryBrowserView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/ILibraryPreferencesView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IMainView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IMobileLibraryBrowserView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IPlayerView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IPlaylistView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IPreferencesView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/ISongBrowserView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/ISplashView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IUpdateLibraryView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/AppDelegate.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/AppDelegate.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Bass.Net.dll.config | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Classes/MPfmWindowDelegate.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Classes/MacNavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Controls/MPfmAlbumCoverView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Controls/MPfmButton.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Controls/MPfmIsPlayingTableCellView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Controls/MPfmScrollView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Controls/MPfmTableCellView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Controls/MPfmTableRowView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Controls/MPfmView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Controls/SongPositionSlider.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Helpers/AlbumCoverHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Helpers/CocoaHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Info.plist | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Lib/AutoMapper.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Lib/MonoMac.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Lib/Ninject.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Lib/taglib-sharp.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/MPfm.Mac.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/MPfm.Mac.exe.config | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/MPfm.icns | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Main.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Objects/AlbumCoverCacheService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Objects/AlbumCoverSource.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Objects/ImageResources.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Objects/LibraryBrowserDataSource.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Objects/LibraryBrowserItem.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Objects/LibraryBrowserOutlineViewDelegate.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Objects/MainSplitViewDelegate.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Objects/SongBrowserItem.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Objects/SongBrowserSource.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Objects/SongBrowserTableViewDelegate.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/fam/accept.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/fam/add.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/fam/cancel.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/fam/delete.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/fam/exclamation.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/fam/information.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/fam/pencil.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/fam/shape_align_middle.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/fam/tick.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/fam/time.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/accessories-text-editor.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/cd.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/database.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/document-new.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/document-save-as.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/document-save.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/emblem-important.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/go-last.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/group.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/list-add.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/list-remove.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/media-playback-start.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/media-playback-stop.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/16x16/tango/user.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/audio-x-generic.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/document-new.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/document-open.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/document-save-as.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/document-save.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/drive-harddisk.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/media-playback-pause.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/media-playback-start.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/media-playback-stop.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/media-skip-backward.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/media-skip-forward.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/preferences-desktop.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/preferences-system.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/32x32/tango/view-refresh.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/DroidSansMono.ttf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/Inconsolata.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/Junction.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/TitilliumMaps29L.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/TitilliumMaps29L001.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/TitilliumMaps29L002.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/TitilliumMaps29L003.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/TitilliumText25L.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/TitilliumText25L001.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/TitilliumText25L002.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/TitilliumText25L003.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/TitilliumText25L004.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/TitilliumText25L005.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Fonts/TitilliumTitle20.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/Splash.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Views/LibraryBrowser.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Views/LibraryBrowser.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Views/LibraryBrowser.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Views/LibraryBrowserController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/Controllers/BaseWindowController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/Controllers/EditLoopWindowController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/Controllers/EditMarkerWindowController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/Controllers/PlaylistWindowController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/Controllers/PreferencesWindowController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/Controllers/SplashWindowController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/EditLoopWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/EditLoopWindow.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/EditMarkerWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/EditMarkerWindow.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/EffectsWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/EffectsWindow.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/MainWindow.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/PlaylistWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/PlaylistWindow.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/PreferencesWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/PreferencesWindow.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/SplashWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/SplashWindow.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/UpdateLibraryWindow.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/XIB/EditLoopWindow.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/XIB/EditMarkerWindow.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/XIB/EffectsWindow.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/XIB/MainMenu.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/XIB/MainWindow.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/XIB/PlaylistWindow.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/XIB/PreferencesWindow.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/XIB/SplashWindow.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/XIB/UpdateLibraryWindow.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/libbass.dylib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/libbass_fx.dylib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/libbass_mpc.dylib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/libbassflac.dylib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/libbassmix.dylib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/libbasswv.dylib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/obj/Debug/monomac_version | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/obj/Debug_MacOSX/monomac_version | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Events/PlayerPlaylistIndexChangedData.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Events/PlayerStreamCallbackData.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Exceptions/PlayerCreateStreamException.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/IPlayer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Lib/Bass.Net.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/MPfm.Player.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/MPfm.Player.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/MPfm.Player.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Objects/EQPreset.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Objects/EQPresetBand.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Objects/Loop.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Objects/Marker.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Objects/PlayerSyncProc.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Objects/RepeatType.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Player/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/AudioFiles/AudioFile.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/AudioFiles/AudioFileFormat.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/AudioFiles/AudioFileFormatExtension.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/AudioFiles/AudioFileFormatExtensions.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/AudioFiles/AudioTools.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/AudioFiles/ConvertAudio.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/ASIOInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/Base.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/Channel.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/ChannelType.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/Device.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/DeviceHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/DriverType.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/Exception.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/IChannel.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/IMixerChannel.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/ITestDevice.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/MixerChannel.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Bass.Net/TestDevice.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/ASIO/BassASIOCallbacks.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/ASIO/BassASIOEnums.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/ASIO/BassASIOMethods.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/ASIO/BassASIOStructs.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/BassCallbacks.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/BassEnums.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/BassMethods.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/BassStructs.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/BassWrapperGlobals.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/FX/BassFXCallbacks.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/FX/BassFXEnums.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/FX/BassFXMethods.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/FX/BassFXStructs.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/Mix/BassMixCallbacks.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/Mix/BassMixEnums.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/Mix/BassMixMethods.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/Mix/BassMixStructs.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/Wasapi/BassWasapiCallbacks.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/Wasapi/BassWasapiEnums.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/Wasapi/BassWasapiMethods.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/BassWrapper/Wasapi/BassWasapiStructs.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Lib/Android/taglib-sharp.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Lib/iOS/taglib-sharp.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Lib/taglib-sharp.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/MPfm.Sound.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/MPfm.Sound.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/MPfm.Sound.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/PeakFile.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Playlists/Playlist.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Playlists/PlaylistFileFormat.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Playlists/PlaylistItem.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Playlists/PlaylistTools.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Sound.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Tags/APEMetadata.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Tags/APETag.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Tags/ID3v2Metadata.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Tags/ID3v2Tag.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Tags/SV7Metadata.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Tags/SV7Tag.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Tags/SV8Metadata.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/Tags/SV8Tag.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/XingInfoHeaderReader.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Tests/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Tests/LibraryTest.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Tests/MPfm.Tests.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Audio/Fader.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Audio/FaderTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Audio/OutputMeter.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Audio/OutputMeter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Audio/OutputMeterTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Audio/WaveForm.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Audio/WaveForm.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Audio/WaveFormDisplay.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Audio/WaveFormDisplay.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Audio/WaveFormDisplayTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Buttons-Toolbars/Button.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Buttons-Toolbars/ButtonTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Buttons-Toolbars/ToolStrip.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Buttons-Toolbars/TrackBar.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Buttons-Toolbars/TrackBarTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Containers/FlowLayoutPanel.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Containers/FlowLayoutPanelTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Containers/Form.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Containers/Panel.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Containers/PanelTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Containers/TableLayoutPanel.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Containers/TableLayoutPanelTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Control.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Fonts/CustomFont.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Fonts/CustomFontEditor.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Fonts/CustomFontEditorForm.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Fonts/CustomFontEditorForm.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Fonts/CustomFontEditorForm.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Fonts/EmbeddedFont.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Fonts/EmbeddedFontCollection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Fonts/EmbeddedFontHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Labels/Label.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Labels/LabelTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Labels/LinkLabel.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Labels/LinkLabelTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Library/SongGridView.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Library/SongGridView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Library/SongGridViewCache.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Library/SongGridViewColumn.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Library/SongGridViewImageCache.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Library/SongGridViewItem.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Library/SongGridViewMode.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Library/SongGridViewTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Lists/ListBox.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Lists/ReorderListView.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Lists/ReorderListView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/MPfm.WindowsControls.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Misc/BackgroundGradient.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Misc/ColorManipulation.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Misc/Gradient.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Misc/ImageConversion.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Misc/ImageManipulation.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Misc/PaintHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Misc/TextGradient.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Misc/Tools.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Misc/Win32.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Properties/Resources.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Resources/PointerHS.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Resources/chart_line.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Resources/flag_red.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Resources/plus.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Resources/zoom.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Resources/zoom_in.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Resources/zoom_out.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/ScrollBar/HScrollBar.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/ScrollBar/ScrollBarTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Themes/MainWindowTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Themes/SecondaryWindowTheme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Themes/Theme.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Themes/ThemeHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/BaseViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/ListViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/ListViewController.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/MPfm_iOSViewController.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/PlayerViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/SplashViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/SplashViewController.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controls/MPfmNavigationController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Delegates/ListTableViewSource.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Main.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Objects/GenericListItem.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Fonts/Junction.otf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Fonts/OstrichBlack.ttf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Fonts/OstrichLight.ttf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Fonts/OstrichRegular.ttf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Fonts/OstrichRounded.ttf | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Tabs/more.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/Tabs/more@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/icon114.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Images/icon57.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Info.plist | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Lib/libbass.a | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Lib/libbass_ape.a | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Lib/libbass_fx.a | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Lib/libbass_mpc.a | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Lib/libbassflac.a | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Lib/libbassmix.a | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Lib/libbasswv.a | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Lib/taglib-sharp.dll | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Resources/Default.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Resources/Default@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/ListViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/PlayerViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/SplashViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/ListViewController_iPhone.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/PlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/SplashViewController_iPhone.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Classes/DriverComboBoxItem.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Classes/SongQuery.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/Audio/AudioConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/Audio/AudioDeviceConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/Audio/AudioEQConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/Audio/AudioMixerConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/Controls/ControlsConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/Controls/ControlsSongGridViewConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/Controls/ControlsSongGridViewQueryConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/ExampleConfig.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/General/GeneralConfigurationKeyValue.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/General/GeneralConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/IMPfmConfiguration.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/MPfmConfiguration.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/Windows/WindowConfiguration.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Configuration/Windows/WindowsConfigurationSection.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/MPFM.ico | [ Diff ] [ File ] | ||
add - MPfm/MPfm/MPfm.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm/MPfm_SmallOnly.ico | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmAddEditLoop.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmAddEditLoop.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmAddEditLoop.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmAddEditMarker.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmAddEditMarker.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmAddEditMarker.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmEditSongMetadata.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmEditSongMetadata.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmEditSongMetadata.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmEffects.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmEffects.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmEffects.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmLoadPlaylist.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmLoadPlaylist.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmLoadPlaylist.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmPlaylist.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmPlaylist.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmPlaylist.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmSettings.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmSettings.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmSettings.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmThemes.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmThemes.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmThemes.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmVisualizer.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmVisualizer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Other Screens/frmVisualizer.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Program.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Properties/Resources.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Properties/Settings.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Properties/Settings.settings | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/MPFM_Splash_0.5.0.3.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/accept.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/add.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/application_view_detail.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/arrow_redo.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/arrow_refresh.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/arrow_right.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/arrow_rotate_clockwise.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/arrow_switch.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/bug.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/bullet_go.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/cancel.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/cd.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/chart_line.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/cog.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/control_end.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/control_equalizer.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/control_fastforward.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/control_pause.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/control_play.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/control_repeat.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/control_rewind.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/control_start.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/control_stop.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/database.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/database_gear.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/delete.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/disk.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/door_in.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/error.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/exclamation.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/folder_add.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/folder_explore.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/folder_page.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/help.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/image.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/information.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/layout.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/music.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/package_link.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/page_white_add.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/page_white_text.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/pencil.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/shape_align_middle.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/sound.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/textfield_rename.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/tick.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/time.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/timeline_marker.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/user.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/vcard.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/world.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/Resources/wrench.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm/app.config | [ Diff ] [ File ] | ||
add - MPfm/MPfm/app.manifest | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmFirstRun.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmFirstRun.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmFirstRun.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmMain.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmMain.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmMain.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmSplash.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmSplash.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmSplash.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmUpdateLibraryStatus.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmUpdateLibraryStatus.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm/frmUpdateLibraryStatus.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm_Android.sln | [ Diff ] [ File ] | ||
add - MPfm/MPfm_Console_Linux.sln | [ Diff ] [ File ] | ||
add - MPfm/MPfm_Console_Mac.sln | [ Diff ] [ File ] | ||
add - MPfm/MPfm_Linux.sln | [ Diff ] [ File ] | ||
add - MPfm/MPfm_Mac.sln | [ Diff ] [ File ] | ||
add - MPfm/MPfm_iOS.sln | [ Diff ] [ File ] | ||
add - Setup/MPFM_Setup.bmp | [ Diff ] [ File ] | ||
add - Setup/MPFM_SmallSetup.bmp | [ Diff ] [ File ] | ||
add - Setup/license.txt | [ Diff ] [ File ] | ||
add - Setup/setup.iss | [ Diff ] [ File ] | ||
master c6cc110e
Timestamp: 2013-02-07 18:09:14 Author: ycastonguay [ Details ] [ Diff ] |
Deleted trunk structure (leftover by SVN) | ||
rm - MPfm/trunk/MPFM.sln | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Core/ColorManipulation.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Core/Config.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Core/Conversion.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Core/ImageManipulation.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Core/MPfm.Core.csproj | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Core/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Core/Tracing.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Fonts/DroidSansMono.ttf | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Fonts/Junction.ttf | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Fonts/LeagueGothic.ttf | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Fonts/MPfm.Fonts.csproj | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Fonts/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Fonts/Titillium2.ttf | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/App.Config | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/DTO/ConvertDTO.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/DTO/PlaylistDTO.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/DTO/PlaylistSongDTO.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/DTO/SongDTO.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/Data/DataAccess.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/Data/MPFM_EF.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/Data/MPFM_EF.edmx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/Lib/Bass.Net.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/Lib/taglib-sharp.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/Library.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/Player.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/PlayerV3.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/PlayerV4/EQPreset.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/PlayerV4/EQPresetBand.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/PlayerV4/Events.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/PlayerV4/Loop.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/PlayerV4/Marker.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/PlayerV4/Player.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/PlayerV4/Song.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Library/References/taglib-sharp.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/AudioFile.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/AudioTools.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Bass.Net/Channel.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Bass.Net/Device.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Bass.Net/DeviceHelper.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Bass.Net/Exception.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Bass.Net/System.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Bass.Net/TestDevice.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/ConvertAudio.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Driver.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/FMod/Channel.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/FMod/DSP.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/FMod/FMod/fmod.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/FMod/FMod/fmod_dsp.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/FMod/FMod/fmod_errors.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/FMod/FMod/fmod_memoryinfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/FMod/Fmod64BitWord.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/FMod/ParamEQDSP.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/FMod/PitchShiftDSP.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/FMod/Sound.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/FMod/System.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Lib/Bass.Net.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Lib/bass.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Lib/bass_fx.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Lib/bassasio.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Lib/bassflac.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Lib/basswasapi.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Lib/fmodex.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Lib/taglib-sharp.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/MPfm.Sound.csproj | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/Timer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.Sound/XingInfoHeaderReader.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Audio/OutputMeter.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Audio/OutputMeter.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Audio/VolumeFader.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Audio/WaveForm.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Audio/WaveForm.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Audio/WaveFormMarkersLoops.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Audio/WaveFormMarkersLoops.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Buttons-Toolbars/Button.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Buttons-Toolbars/ToolStrip.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Buttons-Toolbars/TrackBar.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Fonts/CustomFont.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Fonts/CustomFontCollection.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Fonts/FontCollection.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Labels/Label.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Labels/LinkLabel.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Labels/TimeLabel.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Library/AlbumView.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Library/AlbumView.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Library/AlbumViewItems.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Library/SongGridView.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Library/SongGridView.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Library/SongGridViewItems.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/MPfm.WindowsControls.csproj | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Misc/HScrollBar.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Misc/ListBox.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Misc/ProgressBar.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Misc/Tools.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Misc/Win32.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Panel-Forms/Form.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Panel-Forms/Panel.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Properties/Resources.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Resources/PointerHS.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Resources/base_asterick_32.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Resources/chart_line.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Resources/flag_red.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Resources/plus.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Resources/shape_handles.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Resources/zoom.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Resources/zoom_in.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Resources/zoom_out.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Views/ListView.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Views/ReorderListView.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Views/ReorderListView.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm.WindowsControls/Views/TreeView.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Classes/MPFMConfig.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Classes/SongQuery.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Lib/System.Data.SQLite.Linq.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Lib/System.Data.SQLite.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Lib/fmodex.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Lib/taglib-sharp.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/MPFM.ico | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/MPfm.csproj | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmAddEditLoop.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmAddEditLoop.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmAddEditLoop.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmAddEditMarker.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmAddEditMarker.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmAddEditMarker.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmEditSongMetadata.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmEditSongMetadata.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmEditSongMetadata.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmEffects.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmEffects.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmEffects.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmPlaylist.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmPlaylist.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmPlaylist.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmRenameSavePlaylist.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmRenameSavePlaylist.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmRenameSavePlaylist.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmSettings.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmSettings.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmSettings.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmVisualizer.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmVisualizer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Other Screens/frmVisualizer.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Program.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Properties/Resources.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Properties/Settings.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Properties/Settings.settings | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/References/taglib-sharp.dll | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/MPFM_Splash_0.4.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/accept.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/add.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/application_view_detail.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/arrow_left.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/arrow_refresh.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/arrow_right.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/arrow_right1.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/bug.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/bullet_red.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/cancel.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/cd.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/chart_line.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/control_end.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/control_equalizer.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/control_fastforward.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/control_pause.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/control_play.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/control_repeat.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/control_rewind.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/control_start.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/control_stop.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/cut.gif | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/database_gear.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/database_refresh.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/delete.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/disk.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/disk_multiple.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/door_in.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/email.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/error.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/exclamation.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/folder_add.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/folder_find.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/folder_page.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/image.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/information.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/loading.gif | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/magnifier.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/music.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/page_copy.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/page_white_add.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/page_white_text.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/pencil.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/shape_align_middle.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/songbrowser_load.gif | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/sound.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/sound_mute.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/star.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/tag_blue_add.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/textfield_rename.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/tick.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/time.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/time1.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/timeline_marker.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/vcard.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/world.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/Resources/wrench.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/app.config | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/app.manifest | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmFirstRun.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmFirstRun.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmFirstRun.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmMain.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmMain.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmMain.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmSplash.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmSplash.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmSplash.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmUpdateLibraryStatus.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmUpdateLibraryStatus.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/MPfm/frmUpdateLibraryStatus.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/1474_Tape.ico | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/App.config | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/ConfigData.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/PlaybackEngineV4.csproj | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Program.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Properties/Resources.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Properties/Settings.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Properties/Settings.settings | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/1474_Tape_256x256.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/1474_Tape_48x48.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/DataContainer_MoveFirstHS.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/DataContainer_MoveLastHS.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/DeleteHS.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/PauseHS.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/PlayHS.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/RepeatHS.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/StopHS.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/asterisk_orange.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/chart_bar_edit.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/chart_bar_error.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/cog.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/disk.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/openfolderHS.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/Resources/sound.png | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/frmMain.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/frmMain.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/frmMain.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/frmSettings.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/frmSettings.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/PlaybackEngineV3/frmSettings.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/Program.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/Properties/Resources.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/Properties/Settings.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/Properties/Settings.settings | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/TestControls.csproj | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/app.config | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/frmMain.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/frmMain.cs | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/frmMain.resx | [ Diff ] [ File ] | ||
rm - MPfm/trunk/TestControls/personalization.ico | [ Diff ] [ File ] | ||
master 3a8078d7
Timestamp: 2013-02-07 17:57:37 Author: ycastonguay [ Details ] [ Diff ] |
Added GPLv3 headers to files. Test for committing into MantisBT. Related to issue 0000404. | ||
mod - SourceFileHeaderWriter/Program.cs | [ Diff ] [ File ] | ||
mod - SourceFileHeaderWriter/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
master fe94c463
Timestamp: 2013-02-07 14:28:21 Author: ycastonguay [ Details ] [ Diff ] |
Test commit from Visual Studio Tools for Git | ||
add - SourceFileHeaderWriter/Program.cs | [ Diff ] [ File ] | ||
add - SourceFileHeaderWriter/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
add - SourceFileHeaderWriter/README.md | [ Diff ] [ File ] | ||
add - SourceFileHeaderWriter/SourceFileHeaderWriter.csproj | [ Diff ] [ File ] | ||
add - SourceFileHeaderWriter/SourceFileHeaderWriter.sln | [ Diff ] [ File ] | ||
master de65108a
Timestamp: 2013-02-06 10:03:17 Author: Yanick Castonguay [ Details ] [ Diff ] |
Updated README.md | ||
mod - README.md | [ Diff ] [ File ] | ||
master 5bf23046
Timestamp: 2013-02-05 21:58:24 Author: Yanick Castonguay [ Details ] [ Diff ] |
Merge branch 'master' of https://github.com/ycastonguay/MPfm [^] | ||
master 205ef3c9
Timestamp: 2013-02-05 21:56:09 Author: animal [ Details ] [ Diff ] |
ProjectSync: Added --refresh option to manually refresh project files and skip watching the solution file. Added Readme for GitHub. Moved a method from Main to ProjectFileWriter.cs. git-svn-id: http://hamster-svn/svn/repos/base@699 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - ProjectSync/Main.cs | [ Diff ] [ File ] | ||
add - ProjectSync/ProjectFileWriter.cs | [ Diff ] [ File ] | ||
mod - ProjectSync/ProjectSync.csproj | [ Diff ] [ File ] | ||
add - ProjectSync/README.md | [ Diff ] [ File ] | ||
master 7aaefe68
Timestamp: 2013-02-05 21:54:51 Author: animal [ Details ] [ Diff ] |
Resynchronization of project files. git-svn-id: http://hamster-svn/svn/repos/base@698 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Core/MPfm.Core.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Core/MPfm.Core.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Library/MPfm.Library.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/MPfm.Player.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Player/MPfm.Player.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/MPfm.Sound.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Sound/MPfm.Sound.iOS.csproj | [ Diff ] [ File ] | ||
master 4550417d
Timestamp: 2013-02-05 19:35:16 Author: Yanick Castonguay [ Details ] [ Diff ] |
Merge https://github.com/ycastonguay/MPfm [^] | ||
add - README.md | [ Diff ] [ File ] | ||
master d8a781f7
Timestamp: 2013-02-05 19:17:39 Author: animal [ Details ] [ Diff ] |
Deleted useless Setup and Documentation files. git-svn-id: http://hamster-svn/svn/repos/base@697 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
rm - MPfm/Docs/Help/Documentation.chm | [ Diff ] [ File ] | ||
rm - MPfm/Docs/Help/LastBuild.log | [ Diff ] [ File ] | ||
rm - MPfm/Docs/MPfm.shfbproj_trlkvsky | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/FMOD_LICENSE.TXT | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/MPFM.db | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/MPfm.Core.dll | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/MPfm.Fonts.dll | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/MPfm.Library.dll | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/MPfm.Sound.dll | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/MPfm.WindowsControls.dll | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/MPfm.exe | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/SIL_Open_Font_License_1.1.txt | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/System.Data.SQLite.Linq.dll | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/System.Data.SQLite.dll | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/fmodex.dll | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/gpl-3.0.txt | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/lgpl-2.1.txt | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/license.txt | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/peak_readme.txt | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/taglib-sharp.dll | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Build/vssver2.scc | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Output/MPFM.exe.config2 | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Output/setup.exe | [ Diff ] [ File ] | ||
rm - MPfm/Setup/Output/vssver2.scc | [ Diff ] [ File ] | ||
rm - MPfm/Setup/vssver2.scc | [ Diff ] [ File ] | ||
master f4f299fd
Timestamp: 2013-02-05 19:11:06 Author: animal [ Details ] [ Diff ] |
Deleted older projects that aren't used anymore. Deleted unused branches. git-svn-id: http://hamster-svn/svn/repos/base@696 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
rm - MPfm/branches/PlaybackEngineV4Demo/1474_Tape.ico | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/PlaybackEngineV3.csproj | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Program.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Properties/Resources.resx | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Properties/Settings.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Properties/Settings.settings | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Resources/1474_Tape_256x256.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Resources/1474_Tape_48x48.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Resources/DeleteHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Resources/PauseHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Resources/PlayHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Resources/StopHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/Resources/openfolderHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/frmMain.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/frmMain.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/PlaybackEngineV4Demo/frmMain.resx | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Android/Classes/Fragments/BaseFragment.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Android/Classes/Fragments/GenericListFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IPreferencesPresenter.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.MVP/Presenters/PreferencesPresenter.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/1474_Tape.ico | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/App.config | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/ConfigData.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/MPfm.Player.Demo.csproj | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Program.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Properties/Resources.resx | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Properties/Settings.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Properties/Settings.settings | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/1474_Tape_256x256.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/1474_Tape_48x48.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/DataContainer_MoveFirstHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/DataContainer_MoveLastHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/DeleteHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/PauseHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/PlayHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/RepeatHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/StopHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/asterisk_orange.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/chart_bar_edit.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/chart_bar_error.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/cog.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/disk.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/openfolderHS.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/Resources/sound.png | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/frmMain.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/frmMain.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/frmMain.resx | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/frmSettings.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/frmSettings.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.Player.Demo/frmSettings.resx | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.UI/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.UI/Controllers/MainWindowPresenter.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.UI/MPfm.UI.csproj | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.UI/Models/PlayerPositionEntity.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/MPfm.UI/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/Program.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/Properties/Resources.resx | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/Properties/Settings.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/Properties/Settings.settings | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/TestControls.csproj | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/app.config | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/frmMain.Designer.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/frmMain.cs | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/frmMain.resx | [ Diff ] [ File ] | ||
rm - MPfm/branches/current/TestControls/personalization.ico | [ Diff ] [ File ] | ||
master 5256dcee
Timestamp: 2013-02-05 19:05:44 Author: animal [ Details ] [ Diff ] |
Deleted the older Objective-C iOS prototype. git-svn-id: http://hamster-svn/svn/repos/base@695 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
rm - iOS/MPfm.xcworkspace/contents.xcworkspacedata | [ Diff ] [ File ] | ||
rm - iOS/MPfm.xcworkspace/xcuserdata/animal.xcuserdatad/UserInterfaceState.xcuserstate | [ Diff ] [ File ] | ||
rm - iOS/MPfm.xcworkspace/xcuserdata/animal.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Default.png | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Default@2x.png | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm.xcodeproj/project.pbxproj | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm.xcodeproj/project.xcworkspace/contents.xcworkspacedata | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm.xcodeproj/project.xcworkspace/xcuserdata/animal.xcuserdatad/UserInterfaceState.xcuserstate | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm.xcodeproj/xcuserdata/animal.xcuserdatad/xcschemes/MPfm.xcscheme | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm.xcodeproj/xcuserdata/animal.xcuserdatad/xcschemes/xcschememanagement.plist | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfm-Info.plist | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfm-Prefix.pch | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfmAppDelegate.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfmAppDelegate.m | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfmLibraryBrowserViewController.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfmLibraryBrowserViewController.m | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfmLibraryBrowserViewController_iPhone.xib | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfmPlayerViewController.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfmPlayerViewController.m | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfmPlayerViewController_iPhone.xib | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfmPreferencesViewController.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfmPreferencesViewController.m | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/MPfmPreferencesViewController_iPhone.xib | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/en.lproj/InfoPlist.strings | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfm/main.m | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfmTests/MPfmTests-Info.plist | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfmTests/MPfmTests.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfmTests/MPfmTests.m | [ Diff ] [ File ] | ||
rm - iOS/MPfm/MPfmTests/en.lproj/InfoPlist.strings | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Frameworks/libTagLibCocoaTouch.a | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Frameworks/libbass.a | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Frameworks/libbass_fx.a | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Frameworks/libbassflac.a | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Frameworks/libbasswv.a | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/TagLib.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/TagLib.m | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/TagLib_Prefix.pch | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/config.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/tag_c.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/tag_c.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/AUTHORS | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/COPYING.LGPL | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/COPYING.MPL | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/ConfigureChecks.cmake | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/INSTALL | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/Makefile.cvs | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/NEWS | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/acinclude.m4 | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/aclocal.m4 | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/Makefile.common | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/acinclude.m4.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/am_edit | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/compile | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/conf.change.pl | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/config.guess | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/config.pl | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/config.sub | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/configure.in.bot.end | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/configure.in.min | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/cvs.sh | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/debianrules | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/depcomp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/deps.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/detect-autoconf.pl | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/install-sh | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/libtool.m4.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/ltmain.sh | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/missing | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/mkinstalldirs | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/pkg.m4.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/admin/ylwrap | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/README | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/c/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/c/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/c/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/c/configure.in.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/c/tag_c.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/c/tag_c.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/c/taglib_c.pc.cmake | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/bindings/c/taglib_c.pc.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/cmake/modules/FindCppUnit.cmake | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/cmake/modules/MacroEnsureVersion.cmake | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/config-taglib.h.cmake | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/config.h.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/configure | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/configure.files | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/configure.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/configure.in.bot | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/configure.in.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/doc/README | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/doc/api-footer.html | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/doc/api-header.html | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/doc/taglib-api.css | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/doc/taglib.doxygen | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/doc/taglib.png | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/examples/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/examples/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/examples/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/examples/framelist.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/examples/strip-id3v1.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/examples/tagreader.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/examples/tagreader_c.c | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/examples/tagwriter.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/subdirs | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib-config.cmake | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib-config.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib.pc.cmake | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib.pc.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ape/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ape/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ape/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ape/ape-tag-format.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ape/apefooter.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ape/apefooter.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ape/apeitem.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ape/apeitem.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ape/apetag.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ape/apetag.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/asf/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/asf/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/asf/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/asf/asfattribute.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/asf/asfattribute.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/asf/asffile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/asf/asffile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/asf/asfproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/asf/asfproperties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/asf/asftag.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/asf/asftag.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/audioproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/audioproperties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/fileref.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/fileref.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/flac/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/flac/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/flac/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/flac/flacfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/flac/flacfile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/flac/flacproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/flac/flacproperties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4atom.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4atom.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4coverart.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4coverart.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4file.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4file.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4item.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4item.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4properties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4properties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4tag.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mp4/mp4tag.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpc/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpc/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpc/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpc/mpcfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpc/mpcfile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpc/mpcproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpc/mpcproperties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v1/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v1/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v1/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v1/id3v1genres.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v1/id3v1genres.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v1/id3v1tag.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v1/id3v1tag.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/attachedpictureframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/attachedpictureframe.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/commentsframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/commentsframe.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/popularimeterframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/popularimeterframe.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/privateframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/privateframe.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/relativevolumeframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/relativevolumeframe.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/textidentificationframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/textidentificationframe.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/uniquefileidentifierframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/uniquefileidentifierframe.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/unknownframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/unknownframe.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/urllinkframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/frames/urllinkframe.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2.2.0.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2.3.0.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2.4.0-frames.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2.4.0-structure.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2extendedheader.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2extendedheader.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2footer.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2footer.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2frame.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2frame.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2framefactory.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2framefactory.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2header.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2header.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2synchdata.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2synchdata.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2tag.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2tag.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/mpegfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/mpegfile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/mpegheader.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/mpegheader.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/mpegproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/mpegproperties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/xingheader.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/mpeg/xingheader.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/flac/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/flac/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/flac/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/flac/oggflacfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/flac/oggflacfile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/oggfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/oggfile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/oggpage.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/oggpage.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/oggpageheader.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/oggpageheader.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/speex/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/speex/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/speex/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/speex/speexfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/speex/speexfile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/speex/speexproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/speex/speexproperties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/vorbis/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/vorbis/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/vorbis/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/vorbis/vorbisfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/vorbis/vorbisfile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/vorbis/vorbisproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/vorbis/vorbisproperties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/xiphcomment.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/ogg/xiphcomment.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/aiff/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/aiff/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/aiff/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/aiff/aifffile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/aiff/aifffile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/aiff/aiffproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/aiff/aiffproperties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/rifffile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/rifffile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/wav/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/wav/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/wav/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/wav/wavfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/wav/wavfile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/wav/wavproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/riff/wav/wavproperties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/tag.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/tag.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/taglib.pro | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/taglib_config.h.cmake | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/taglib_config.h.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/taglib_export.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/tagunion.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/tagunion.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/taglib.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tbytevector.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tbytevector.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tbytevectorlist.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tbytevectorlist.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tdebug.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tdebug.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tfile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tlist.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tlist.tcc | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tmap.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tmap.tcc | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tstring.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tstring.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tstringlist.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/tstringlist.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/unicode.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/toolkit/unicode.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/trueaudio/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/trueaudio/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/trueaudio/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/trueaudio/trueaudiofile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/trueaudio/trueaudiofile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/trueaudio/trueaudioproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/trueaudio/trueaudioproperties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/wavpack/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/wavpack/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/wavpack/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/wavpack/wavpackfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/wavpack/wavpackfile.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/wavpack/wavpackproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/taglib/wavpack/wavpackproperties.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/005411.id3 | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/64bit.mp4 | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/broken-tenc.id3 | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/click.mpc | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/click.wv | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/compressed_id3_frame.mp3 | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/covr-junk.m4a | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/empty.aiff | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/empty.ogg | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/empty.spx | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/empty.tta | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/empty_flac.oga | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/empty_vorbis.ogg | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/gnre.m4a | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/has-tags.m4a | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/id3v22-tda.mp3 | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/ilst-is-last.m4a | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/mpeg2.mp3 | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/multiple-vc.flac | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/no-tags.3g2 | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/no-tags.flac | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/no-tags.m4a | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/silence-1.wma | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/unsynch.id3 | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/data/xing.mp3 | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/main.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_aiff.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_asf.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_bytevector.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_bytevectorlist.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_fileref.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_flac.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_id3v1.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_id3v2.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_list.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_map.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_mp4.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_mp4coverart.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_mp4item.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_mpeg.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_ogg.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_oggflac.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_riff.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_string.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_synchdata.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_trueaudio.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/test_xiphcomment.cpp | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib-src/tests/utils.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Other Sources/TagLib/taglib_config.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Player/MPfmPlayer.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Player/MPfmPlayer.m | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Player/MPfmPlaylist.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Player/MPfmPlaylist.m | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Player/TestTagLib.h | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Player/TestTagLib.mm | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Resources/first.png | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Resources/first@2x.png | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Resources/second.png | [ Diff ] [ File ] | ||
rm - iOS/MPfm/Resources/second@2x.png | [ Diff ] [ File ] | ||
rm - iOS/MPfm/icon114.png | [ Diff ] [ File ] | ||
rm - iOS/MPfm/icon57.png | [ Diff ] [ File ] | ||
rm - iOS/TagLib/English.lproj/InfoPlist.strings | [ Diff ] [ File ] | ||
rm - iOS/TagLib/Info.plist | [ Diff ] [ File ] | ||
rm - iOS/TagLib/README | [ Diff ] [ File ] | ||
rm - iOS/TagLib/Stuff.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/Stuff.mm | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLib copy-Info.plist | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLib.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLib.m | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLib.xcodeproj/project.pbxproj | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLib.xcodeproj/project.xcworkspace/xcuserdata/animal.xcuserdatad/UserInterfaceState.xcuserstate | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLib.xcodeproj/xcuserdata/animal.xcuserdatad/xcschemes/TagLibCocoaTouch.xcscheme | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLib.xcodeproj/xcuserdata/animal.xcuserdatad/xcschemes/xcschememanagement.plist | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLibBundle-Info.plist | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLibCocoaTouch/TagLibCocoaTouch-Prefix.pch | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLibCocoaTouch/TagLibCocoaTouch.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLibCocoaTouch/TagLibCocoaTouch.m | [ Diff ] [ File ] | ||
rm - iOS/TagLib/TagLib_Prefix.pch | [ Diff ] [ File ] | ||
rm - iOS/TagLib/config.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/tag_c.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/tag_c.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/AUTHORS | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/COPYING.LGPL | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/COPYING.MPL | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/ConfigureChecks.cmake | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/INSTALL | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/Makefile.cvs | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/NEWS | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/acinclude.m4 | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/aclocal.m4 | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/Makefile.common | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/acinclude.m4.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/am_edit | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/compile | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/conf.change.pl | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/config.guess | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/config.pl | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/config.sub | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/configure.in.bot.end | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/configure.in.min | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/cvs.sh | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/debianrules | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/depcomp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/deps.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/detect-autoconf.pl | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/install-sh | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/libtool.m4.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/ltmain.sh | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/missing | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/mkinstalldirs | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/pkg.m4.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/admin/ylwrap | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/README | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/c/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/c/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/c/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/c/configure.in.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/c/tag_c.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/c/tag_c.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/c/taglib_c.pc.cmake | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/bindings/c/taglib_c.pc.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/cmake/modules/FindCppUnit.cmake | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/cmake/modules/MacroEnsureVersion.cmake | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/config-taglib.h.cmake | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/config.h.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/configure | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/configure.files | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/configure.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/configure.in.bot | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/configure.in.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/doc/README | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/doc/api-footer.html | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/doc/api-header.html | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/doc/taglib-api.css | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/doc/taglib.doxygen | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/doc/taglib.png | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/examples/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/examples/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/examples/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/examples/framelist.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/examples/strip-id3v1.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/examples/tagreader.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/examples/tagreader_c.c | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/examples/tagwriter.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/subdirs | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib-config.cmake | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib-config.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib.pc.cmake | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib.pc.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ape/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ape/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ape/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ape/ape-tag-format.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ape/apefooter.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ape/apefooter.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ape/apeitem.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ape/apeitem.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ape/apetag.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ape/apetag.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/asf/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/asf/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/asf/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/asf/asfattribute.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/asf/asfattribute.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/asf/asffile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/asf/asffile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/asf/asfproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/asf/asfproperties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/asf/asftag.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/asf/asftag.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/audioproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/audioproperties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/fileref.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/fileref.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/flac/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/flac/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/flac/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/flac/flacfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/flac/flacfile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/flac/flacproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/flac/flacproperties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4atom.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4atom.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4coverart.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4coverart.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4file.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4file.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4item.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4item.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4properties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4properties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4tag.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mp4/mp4tag.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpc/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpc/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpc/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpc/mpcfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpc/mpcfile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpc/mpcproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpc/mpcproperties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v1/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v1/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v1/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v1/id3v1genres.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v1/id3v1genres.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v1/id3v1tag.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v1/id3v1tag.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/attachedpictureframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/attachedpictureframe.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/commentsframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/commentsframe.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/popularimeterframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/popularimeterframe.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/privateframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/privateframe.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/relativevolumeframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/relativevolumeframe.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/textidentificationframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/textidentificationframe.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/uniquefileidentifierframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/uniquefileidentifierframe.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/unknownframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/unknownframe.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/urllinkframe.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/frames/urllinkframe.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2.2.0.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2.3.0.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2.4.0-frames.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2.4.0-structure.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2extendedheader.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2extendedheader.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2footer.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2footer.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2frame.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2frame.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2framefactory.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2framefactory.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2header.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2header.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2synchdata.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2synchdata.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2tag.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/id3v2/id3v2tag.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/mpegfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/mpegfile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/mpegheader.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/mpegheader.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/mpegproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/mpegproperties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/xingheader.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/mpeg/xingheader.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/flac/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/flac/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/flac/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/flac/oggflacfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/flac/oggflacfile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/oggfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/oggfile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/oggpage.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/oggpage.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/oggpageheader.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/oggpageheader.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/speex/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/speex/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/speex/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/speex/speexfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/speex/speexfile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/speex/speexproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/speex/speexproperties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/vorbis/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/vorbis/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/vorbis/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/vorbis/vorbisfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/vorbis/vorbisfile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/vorbis/vorbisproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/vorbis/vorbisproperties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/xiphcomment.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/ogg/xiphcomment.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/aiff/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/aiff/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/aiff/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/aiff/aifffile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/aiff/aifffile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/aiff/aiffproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/aiff/aiffproperties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/rifffile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/rifffile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/wav/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/wav/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/wav/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/wav/wavfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/wav/wavfile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/wav/wavproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/riff/wav/wavproperties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/tag.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/tag.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/taglib.pro | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/taglib_config.h.cmake | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/taglib_config.h.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/taglib_export.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/tagunion.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/tagunion.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/taglib.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tbytevector.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tbytevector.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tbytevectorlist.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tbytevectorlist.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tdebug.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tdebug.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tfile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tlist.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tlist.tcc | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tmap.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tmap.tcc | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tstring.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tstring.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tstringlist.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/tstringlist.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/unicode.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/toolkit/unicode.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/trueaudio/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/trueaudio/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/trueaudio/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/trueaudio/trueaudiofile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/trueaudio/trueaudiofile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/trueaudio/trueaudioproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/trueaudio/trueaudioproperties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/wavpack/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/wavpack/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/wavpack/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/wavpack/wavpackfile.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/wavpack/wavpackfile.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/wavpack/wavpackproperties.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/taglib/wavpack/wavpackproperties.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/CMakeLists.txt | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/Makefile.am | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/Makefile.in | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/005411.id3 | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/64bit.mp4 | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/broken-tenc.id3 | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/click.mpc | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/click.wv | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/compressed_id3_frame.mp3 | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/covr-junk.m4a | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/empty.aiff | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/empty.ogg | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/empty.spx | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/empty.tta | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/empty_flac.oga | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/empty_vorbis.ogg | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/gnre.m4a | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/has-tags.m4a | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/id3v22-tda.mp3 | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/ilst-is-last.m4a | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/mpeg2.mp3 | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/multiple-vc.flac | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/no-tags.3g2 | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/no-tags.flac | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/no-tags.m4a | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/silence-1.wma | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/unsynch.id3 | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/data/xing.mp3 | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/main.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_aiff.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_asf.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_bytevector.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_bytevectorlist.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_fileref.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_flac.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_id3v1.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_id3v2.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_list.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_map.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_mp4.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_mp4coverart.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_mp4item.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_mpeg.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_ogg.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_oggflac.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_riff.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_string.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_synchdata.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_trueaudio.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/test_xiphcomment.cpp | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib-src/tests/utils.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/taglib_config.h | [ Diff ] [ File ] | ||
rm - iOS/TagLib/version.plist | [ Diff ] [ File ] | ||
rm - taglib-src/stamp-h.in b/iOS/MPfm/Other Sources/TagLib/taglib-src/stamp-h.in | [ Diff ] [ File ] | ||
rm - taglib-src/stamp-h.in b/iOS/TagLib/taglib-src/stamp-h.in | [ Diff ] [ File ] | ||
master 6c00f1fb
Timestamp: 2013-02-05 18:13:43 Author: animal [ Details ] [ Diff ] |
Android: Moved splash and update library dialogs from MainActivity to separate DialogFragments. Related to issue 0000406. git-svn-id: http://hamster-svn/svn/repos/base@694 [^] 765c1f7c-9fb8-954f-9ff8-dd0915cb3117 |
||
mod - MPfm/branches/current/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Fragments/SplashFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.Android/Classes/Fragments/UpdateLibraryFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/branches/current/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
<< 1 2 3 ... 5 ... 10 ... 13 14 15 16 17 18 19 >> |
Copyright © 2000 - 2011 MantisBT Group |