Remove executable bit from JavaScript and CSS files.
authorOssama Othman <ossama.othman@intel.com>
Thu, 6 Mar 2014 23:01:44 +0000 (15:01 -0800)
committerOssama Othman <ossama.othman@intel.com>
Thu, 6 Mar 2014 23:06:51 +0000 (15:06 -0800)
Change-Id: Ifebb5636c063b1d400aab6f61201a95e06697f76
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
69 files changed:
SDL_Core/src/components/HMI/app/AppViews.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/Flags.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/SDLApp.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/StateManager.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controller/AppController.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controller/InfoController.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controller/MediaController.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controller/PhoneController.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controller/sdl/NonMediaController.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controlls/Button.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controlls/Indicator.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controlls/Label.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controlls/List.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/controlls/ScrollBar.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/model/PhoneModel.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/model/abstract/RangedValue.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/model/media/CDModel.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/model/sdl/MediaModel.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/WarningView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/bottomControls.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/controlButtons.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/statusClimateView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/statusInfoView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/statusMediaView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/statusNavigationView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/statusPhoneView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/home/topControls.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/homeView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/alertsView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/appsView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/calendarView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/devicelistView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/servicesView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/info/travelLinkView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/infoView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/media/common/LeftMenuView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/media/playerView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/media/sdlmediaView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/mediaView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/phone/dialpadView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/phoneView.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/sdl/AlertPopUp.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/sdl/TTSPopUp.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/sdl/VRPopUp.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/app/view/sdl/driverDistraction.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/css/buttonControls.css [changed mode: 0755->0644]
SDL_Core/src/components/HMI/css/general.css [changed mode: 0755->0644]
SDL_Core/src/components/HMI/css/info.css [changed mode: 0755->0644]
SDL_Core/src/components/HMI/css/mcs.css [changed mode: 0755->0644]
SDL_Core/src/components/HMI/css/media.css [changed mode: 0755->0644]
SDL_Core/src/components/HMI/css/phone.css [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/BasicCommunicationRPC.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/ButtonsRPC.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/Framework.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/NavigationRPC.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/RPCClient.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/RPCObserver.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/TTSRPC.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/UIRPC.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/VRRPC.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/ffw/WebSocket.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/lib/ember-1.0.pre.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/lib/ember-1.0.pre.min.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/lib/handlebars-1.0.0.beta.6.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/lib/jquery-1.7.2.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/lib/jquery-1.7.2.min.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/locale/eng.js [changed mode: 0755->0644]
SDL_Core/src/components/HMI/locale/locale.js [changed mode: 0755->0644]
packaging/smartdevicelink.changes

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 211ae66..8776f09 100644 (file)
@@ -1,3 +1,8 @@
+* Thu Mar 06 2014 Ossama Othman <ossama.othman@intel.com> f7fd378
+- Remove executable bit from JavaScript and CSS files.
+- Update to 2.0 release.
+- Removed editor backup files shipped upstream SDL code.
+
 * Tue Dec 17 2013 Ossama Othman <ossama.othman@intel.com> ivi_oct_m2@f3d53b2
 - [TIVI-2269] Support launching SDL from ICO homescreen.