Commit 0af37c517c8a8c4167bd2538c070b9d9a0498d78
- Diff rendering mode:
- inline
- side by side
|   | |||
| 1 | diff --git a/usr/lib/luna/system/luna-applauncher/stylesheets/launcher.css b/usr/lib/luna/system/luna-applauncher/stylesheets/launcher.css | ||
| 2 | index 45b6546..b8ba646 100644 | ||
| 3 | --- a/usr/lib/luna/system/luna-applauncher/stylesheets/launcher.css | ||
| 4 | +++ b/usr/lib/luna/system/luna-applauncher/stylesheets/launcher.css | ||
| 5 | @@ -3,7 +3,7 @@ | ||
| 6 | body.palm-default | ||
| 7 | { | ||
| 8 | background:transparent; | ||
| 9 | - background-image:url(../images/scrim.png); | ||
| 10 | + /*background-image:url(../images/scrim.png);*/ | ||
| 11 | } | ||
| 12 | |||
| 13 | .root { | ||
| 14 | @@ -25,7 +25,7 @@ body.palm-default | ||
| 15 | .launcher_fade_bottom { | ||
| 16 | position: absolute; | ||
| 17 | bottom: 0px; | ||
| 18 | - background: url(../images/launcher-page-fade-bottom.png) center center no-repeat; | ||
| 19 | + /*background: url(../images/launcher-page-fade-bottom.png) center center no-repeat;*/ | ||
| 20 | z-index:20; | ||
| 21 | left:0px; | ||
| 22 | width:320px; | ||
| 23 | @@ -39,13 +39,13 @@ body.palm-default | ||
| 24 | z-index: 29; | ||
| 25 | height: 24px; | ||
| 26 | bottom: 1px; | ||
| 27 | - background: url(../images/fade-arrow-down.png) center center no-repeat; | ||
| 28 | + /*background: url(../images/fade-arrow-down.png) center center no-repeat;*/ | ||
| 29 | -webkit-palm-mouse-target: ignore; | ||
| 30 | } | ||
| 31 | |||
| 32 | .launcher_fade_top { | ||
| 33 | position:absolute; | ||
| 34 | - background: url(../images/launcher-page-fade-top.png) center center no-repeat; | ||
| 35 | + /*background: url(../images/launcher-page-fade-top.png) center center no-repeat;*/ | ||
| 36 | z-index:20; | ||
| 37 | left:0px; | ||
| 38 | top:0px; | ||
| 39 | @@ -60,7 +60,7 @@ body.palm-default | ||
| 40 | z-index: 29; | ||
| 41 | height: 24px; | ||
| 42 | top: 1px; | ||
| 43 | - background: url(../images/fade-arrow-up.png) center center no-repeat; | ||
| 44 | + /*background: url(../images/fade-arrow-up.png) center center no-repeat;*/ | ||
| 45 | -webkit-palm-mouse-target: ignore; | ||
| 46 | } | ||
| 47 |
|   | |||
| 1 | Name: Hide MobileHotspot | ||
| 2 | Version: 1.4-1 | ||
| 3 | Author: mhous33 | ||
| 4 | Description: Hides Mobile Hotspot icon | ||
| 5 | |||
| 6 | --- .orig/usr/palm/applications/com.palm.app.mobilehotspot/appinfo.json | ||
| 7 | +++ /usr/palm/applications/com.palm.app.mobilehotspot/appinfo.json | ||
| 8 | @@ -8,6 +8,7 @@ | ||
| 9 | "noWindow": "true", | ||
| 10 | "version": "1.0.11", | ||
| 11 | "vendor": "Palm", | ||
| 12 | + "visible": "false", | ||
| 13 | "keywords": ["Hotspot","WiFi","Mobile"] | ||
| 14 | } | ||
| 15 |
|   | |||
| 52 | 52 | ||
| 53 | 53 | .palm-menu.command-menu.palm-white > .palm-menu-fade { | |
| 54 | 54 | diff --git a/usr/palm/frameworks/mojo/submissions/330/stylesheets/global-textfields.css b/usr/palm/frameworks/mojo/submissions/330/stylesheets/global-textfields.css | |
| 55 | index 19b7919..9de1ebe 100644 | ||
| 55 | index 19b7919..b8a7f2e 100644 | ||
| 56 | 56 | --- a/usr/palm/frameworks/mojo/submissions/330/stylesheets/global-textfields.css | |
| 57 | 57 | +++ b/usr/palm/frameworks/mojo/submissions/330/stylesheets/global-textfields.css | |
| 58 | 58 | @@ -327,7 +327,7 @@ div.revealed { | |
| … | … | ||
| 60 | 60 | margin-top: -1px; | |
| 61 | 61 | border-width: 15px; | |
| 62 | 62 | - -webkit-border-image: url(../images/group-textfield-shadow-52.png) 15 15 15 15 stretch stretch; | |
| 63 | + -webkit-border-image: url(/media/internal/scrims/group-textfield-shadow-52.png) 15 15 15 15 stretch stretch; | ||
| 63 | + -webkit-border-image: url(../images/command-menu-gradient.png) 15 15 15 15 stretch stretch; | ||
| 64 | 64 | } | |
| 65 | 65 | .palm-row-wrapper > .textfield-group.focused { | |
| 66 | 66 | padding-top: 1px; |
|   | |||
| 135 | 135 | ||
| 136 | 136 | this.controller.serviceRequest('palm://com.palm.taskScheduler', { | |
| 137 | 137 | diff --git a/usr/palm/applications/com.palm.app.calendar/app/views/reminder/reminder-scene.html b/usr/palm/applications/com.palm.app.calendar/app/views/reminder/reminder-scene.html | |
| 138 | index c3ca688..d2915a6 100644 | ||
| 138 | index c3ca688..eb9904d 100644 | ||
| 139 | 139 | --- a/usr/palm/applications/com.palm.app.calendar/app/views/reminder/reminder-scene.html | |
| 140 | 140 | +++ b/usr/palm/applications/com.palm.app.calendar/app/views/reminder/reminder-scene.html | |
| 141 | @@ -9,6 +9,15 @@ | ||
| 141 | @@ -1,3 +1,9 @@ | ||
| 142 | +<style type="text/css"> | ||
| 143 | + .palm-popup-content { | ||
| 144 | + color: black; | ||
| 145 | + } | ||
| 146 | +</style> | ||
| 147 | + | ||
| 148 | <div class="palm-scene notification-panel reminder"> | ||
| 149 | <div class="dashboard-notification-module single" x-mojo-touch-feedback="immediate" x-palm-popup-content=""> | ||
| 150 | <div class="palm-dashboard-icon-container"> | ||
| 151 | @@ -9,6 +15,15 @@ | ||
| 142 | 152 | <div id="reminder-event" class="palm-dashboard-text-wrapper"></div> | |
| 143 | 153 | </div> | |
| 144 | 154 | </div> | |
| … | … | ||
| 165 | 165 | <div id="reminder-dismiss"><div x-mojo-loc="" class="button-wrapper">Dismiss</div></div> | |
| 166 | 166 | <div id="reminder-snooze"><div x-mojo-loc="" class="button-wrapper">Snooze</div></div> | |
| 167 | 167 | diff --git a/usr/palm/applications/com.palm.app.calendar/stylesheets/notification.css b/usr/palm/applications/com.palm.app.calendar/stylesheets/notification.css | |
| 168 | index 4a84218..cf2901d 100644 | ||
| 168 | index 4a84218..51b5e59 100644 | ||
| 169 | 169 | --- a/usr/palm/applications/com.palm.app.calendar/stylesheets/notification.css | |
| 170 | 170 | +++ b/usr/palm/applications/com.palm.app.calendar/stylesheets/notification.css | |
| 171 | 171 | @@ -2,6 +2,10 @@ | |
| … | … | ||
| 179 | 179 | .notification-panel { | |
| 180 | 180 | background: #000; | |
| 181 | 181 | color: #fff; | |
| 182 | @@ -223,3 +227,7 @@ | ||
| 183 | margin-top: 0px; | ||
| 184 | height: 70px; | ||
| 185 | } | ||
| 186 | + | ||
| 187 | +.palm-popup-content { | ||
| 188 | + color: black; | ||
| 189 | +} |
|   | |||
| 1 | diff --git a/usr/palm/applications/com.palm.app.email/app/controllers/compose-assistant.js b/usr/palm/applications/com.palm.app.email/app/controllers/compose-assistant.js | ||
| 2 | index e4f2e91..b20cc61 100644 | ||
| 3 | --- a/usr/palm/applications/com.palm.app.email/app/controllers/compose-assistant.js | ||
| 4 | +++ b/usr/palm/applications/com.palm.app.email/app/controllers/compose-assistant.js | ||
| 5 | @@ -1212,6 +1212,6 @@ ComposeAssistant.replaceURIs = function(originalText, email) { | ||
| 6 | ComposeAssistant.kForwardAction = 'forward'; | ||
| 7 | ComposeAssistant.kAppMenuHighPriority = $L('Set as High Priority'); | ||
| 8 | ComposeAssistant.kAppMenuNormalPriority = $L('Set as Normal Priority'); | ||
| 9 | -ComposeAssistant.kEmptySignatureRegex = /<span id="signature"><div style="font-family: arial, sans-serif; font-size: 12px;color: #999999;">[<br>]*<\/div>[<br>]*<\/span>/ | ||
| 10 | +ComposeAssistant.kEmptySignatureRegex = /<span id="signature"><div style="font-family: Calibri, sans-serif; font-size: 15px;color: #999999;">[<br>]*<\/div>[<br>]*<\/span>/ | ||
| 11 | ComposeAssistant.kForwardDraftDelimeter = "<span id='FORWARD_DRAFT_TEXT' class='display:none'></span>"; | ||
| 12 | |||
| 13 | diff --git a/usr/palm/applications/com.palm.app.email/app/models/Email.js b/usr/palm/applications/com.palm.app.email/app/models/Email.js | ||
| 14 | index 7a69e15..bd80a06 100644 | ||
| 15 | --- a/usr/palm/applications/com.palm.app.email/app/models/Email.js | ||
| 16 | +++ b/usr/palm/applications/com.palm.app.email/app/models/Email.js | ||
| 17 | @@ -159,7 +159,7 @@ var Email = Class.create({ | ||
| 18 | if (r.displayName === r.address) | ||
| 19 | toStr = r.displayName; | ||
| 20 | else | ||
| 21 | - toStr = "#{displayName} <#{address}>".interpolate(r); | ||
| 22 | + toStr = "#{displayName}".interpolate(r); | ||
| 23 | toAddressList.push(toStr); | ||
| 24 | } | ||
| 25 | } else if (r.role === EmailRecipient.roleCc) { | ||
| 26 | @@ -168,7 +168,7 @@ var Email = Class.create({ | ||
| 27 | if (r.displayName === r.address) | ||
| 28 | ccStr = r.displayName; | ||
| 29 | else | ||
| 30 | - ccStr = "#{displayName} <#{address}>".interpolate(r); | ||
| 31 | + ccStr = "#{displayName}".interpolate(r); | ||
| 32 | ccAddressList.push(ccStr); | ||
| 33 | } | ||
| 34 | } | ||
| 35 | @@ -180,17 +180,16 @@ var Email = Class.create({ | ||
| 36 | this.text += $L("<b>From:</b> ") + "#{displayName}".interpolate(fromObj).escapeHTML() + "<br/>"; | ||
| 37 | } | ||
| 38 | else { | ||
| 39 | - this.text += $L("<b>From:</b> ") + "#{displayName} <#{address}>".interpolate(fromObj).escapeHTML() + "<br/>" | ||
| 40 | + this.text += $L("<b>From:</b> ") + "#{displayName}".interpolate(fromObj).escapeHTML() + "<br/>" | ||
| 41 | }; | ||
| 42 | - this.text += $L("<b>Date:</b> ") + Mojo.Format.formatDate(new Date(parseInt(original.timeStamp)), {date:'medium', time:'short'}) + "<br/>"; | ||
| 43 | - this.text += $L("<b>Subject:</b> #{summary}").interpolate(original) + "<br/>"; | ||
| 44 | + this.text += $L("<b>Sent:</b> ") + Mojo.Format.formatDate(new Date(parseInt(original.timeStamp)), {date:'full', time:'short'}) + "<br/>"; | ||
| 45 | if (toAddressList.length > 0) { | ||
| 46 | this.text += $L("<b>To:</b> ") + "#{list}".interpolate({list:toAddressList.join("; ")}).escapeHTML() + "<br/>"; | ||
| 47 | } | ||
| 48 | if (ccAddressList.length > 0) { | ||
| 49 | - this.text += $L("<b>CC:</b> ") + "#{list}".interpolate({list:ccAddressList.join("; ")}).escapeHTML() + "<br/>"; | ||
| 50 | + this.text += $L("<b>Cc:</b> ") + "#{list}".interpolate({list:ccAddressList.join("; ")}).escapeHTML() + "<br/>"; | ||
| 51 | } | ||
| 52 | - this.text += "<br/>"; | ||
| 53 | + this.text += $L("<b>Subject:</b> #{summary}").interpolate(original) + "<br/>"; | ||
| 54 | } else { | ||
| 55 | |||
| 56 | // reply case. Integrate header info with sentence | ||
| 57 | @@ -201,10 +200,35 @@ var Email = Class.create({ | ||
| 58 | }; | ||
| 59 | if (original.timeStamp) { | ||
| 60 | // <Month (short version)> <Day>,<Year> at <time> | ||
| 61 | - strArgs.monthDate = Mojo.Format.formatDate(new Date(parseInt(original.timeStamp, 10)), {date:'medium', time:'short'}); | ||
| 62 | - this.text += $L("On #{monthDate}, #{displayName} <#{address}> wrote: ").interpolate(strArgs).escapeHTML(); | ||
| 63 | + if (fromObj.displayName === fromObj.address) { | ||
| 64 | + this.text += $L("<b>From:</b> ") + "#{displayName}".interpolate(fromObj).escapeHTML() + "<br/>"; | ||
| 65 | + } | ||
| 66 | + else { | ||
| 67 | + this.text += $L("<b>From:</b> ") + "#{displayName}".interpolate(fromObj).escapeHTML() + "<br/>" | ||
| 68 | + }; | ||
| 69 | + this.text += $L("<b>Sent:</b> ") + Mojo.Format.formatDate(new Date(parseInt(original.timeStamp)), {date:'full', time:'short'}) + "<br/>"; | ||
| 70 | + if (toAddressList.length > 0) { | ||
| 71 | + this.text += $L("<b>To:</b> ") + "#{list}".interpolate({list:toAddressList.join("; ")}).escapeHTML() + "<br/>"; | ||
| 72 | + } | ||
| 73 | + if (ccAddressList.length > 0) { | ||
| 74 | + this.text += $L("<b>Cc:</b> ") + "#{list}".interpolate({list:ccAddressList.join("; ")}).escapeHTML() + "<br/>"; | ||
| 75 | + } | ||
| 76 | + this.text += $L("<b>Subject:</b> #{summary}").interpolate(original) + "<br/>"; | ||
| 77 | } else { | ||
| 78 | - this.text += $L("#{displayName} <#{address}> wrote: ").interpolate(strArgs).escapeHTML(); | ||
| 79 | + if (fromObj.displayName === fromObj.address) { | ||
| 80 | + this.text += $L("<b>From:</b> ") + "#{displayName}".interpolate(fromObj).escapeHTML() + "<br/>"; | ||
| 81 | + } | ||
| 82 | + else { | ||
| 83 | + this.text += $L("<b>From:</b> ") + "#{displayName}".interpolate(fromObj).escapeHTML() + "<br/>" | ||
| 84 | + }; | ||
| 85 | + this.text += $L("<b>Sent:</b> ") + Mojo.Format.formatDate(new Date(parseInt(original.timeStamp)), {date:'full', time:'short'}) + "<br/>"; | ||
| 86 | + if (toAddressList.length > 0) { | ||
| 87 | + this.text += $L("<b>To:</b> ") + "#{list}".interpolate({list:toAddressList.join("; ")}).escapeHTML() + "<br/>"; | ||
| 88 | + } | ||
| 89 | + if (ccAddressList.length > 0) { | ||
| 90 | + this.text += $L("<b>Cc:</b> ") + "#{list}".interpolate({list:ccAddressList.join("; ")}).escapeHTML() + "<br/>"; | ||
| 91 | + } | ||
| 92 | + this.text += $L("<b>Subject:</b> #{summary}").interpolate(original) + "<br/>"; | ||
| 93 | } | ||
| 94 | this.text += "<br><br>"; | ||
| 95 | } | ||
| 96 | @@ -380,8 +404,8 @@ Email.getPriorityClass = function(priority) { | ||
| 97 | return priority; | ||
| 98 | } | ||
| 99 | |||
| 100 | -Email.kSignaturePlaceholder = "<span style='font-family:Prelude, Verdana, san-serif;'><br><br></span><span id='signature'></span>"; | ||
| 101 | -Email.kReplyForwardSetupElems = "<br><br>" + Email.kSignaturePlaceholder + "<span style='color:navy; font-family:Prelude, Verdana, san-serif; '><hr align='left' style='width:75%'/>"; | ||
| 102 | +Email.kSignaturePlaceholder = "<span style='font-family:Prelude, Calibri, san-serif; font-size:15px; color:black;'><br><br></span><span id='signature'></span>"; | ||
| 103 | +Email.kReplyForwardSetupElems = "<span style='font-family:Prelude, Calibri, san-serif; font-size:15px;'>" + Email.kSignaturePlaceholder + "<hr align='left' style='width:75%'/>"; | ||
| 104 | |||
| 105 | Email.kSubjectPrefixRe = $L("Re: "); | ||
| 106 | Email.kSubjectPrefixFw = $L("Fw: "); |
|   | |||
| 1 | Name: Remove Engadget Nonsense Text | ||
| 2 | Version: 1.4.0-1 | ||
| 3 | Author: Jason Robitaille | ||
| 4 | Description: Removes the nonsense text that flashes during scene transitions (MIT license) | ||
| 5 | |||
| 6 | --- .orig/media/cryptofs/apps/usr/palm/applications/com.aol.engadget/index.html | ||
| 7 | +++ /media/cryptofs/apps/usr/palm/applications/com.aol.engadget/index.html | ||
| 8 | @@ -10,10 +10,5 @@ | ||
| 9 | <link href="stylesheets/engadget.css" media="screen" rel="stylesheet" type="text/css" /> | ||
| 10 | </head> | ||
| 11 | <body> | ||
| 12 | - <h2>This text verifies your application is running.</h2> | ||
| 13 | - <p> | ||
| 14 | - To create a fully functional Palm application create a scene and remove this text from index.html. | ||
| 15 | - See the documentation on Palm Applications for more information on creating applications and scenes. | ||
| 16 | - </p> | ||
| 17 | </body> | ||
| 18 | </html> |
|   | |||
| 1 | diff --git a/usr/palm/applications/com.palm.app.pdfviewer/appinfo.json b/usr/palm/applications/com.palm.app.pdfviewer/appinfo.json | ||
| 2 | index a5e6c33..18428ef 100644 | ||
| 3 | --- a/usr/palm/applications/com.palm.app.pdfviewer/appinfo.json | ||
| 4 | +++ b/usr/palm/applications/com.palm.app.pdfviewer/appinfo.json | ||
| 5 | @@ -11,6 +11,6 @@ | ||
| 6 | "Adobe", | ||
| 7 | "PDF Viewer" | ||
| 8 | ], | ||
| 9 | - "removable": true | ||
| 10 | + "removable": false | ||
| 11 | } | ||
| 12 |
|   | |||
| 1 | diff --git a/usr/lib/luna/system/luna-systemui/app/controllers/bar-assistant.js b/usr/lib/luna/system/luna-systemui/app/controllers/bar-assistant.js | ||
| 2 | index a4a150e..562dbb8 100644 | ||
| 3 | --- a/usr/lib/luna/system/luna-systemui/app/controllers/bar-assistant.js | ||
| 4 | +++ b/usr/lib/luna/system/luna-systemui/app/controllers/bar-assistant.js | ||
| 5 | @@ -2645,7 +2645,13 @@ updateClockEveryMinute: function() { | ||
| 6 | } | ||
| 7 | } | ||
| 8 | format = format.replace(/\s?a\s?/,""); | ||
| 9 | - $('clock').innerHTML = Mojo.Format.formatDate(date, {time: format}); | ||
| 10 | + var suffix = ""; | ||
| 11 | + if(new Date().getHours() < 12) { | ||
| 12 | + suffix = "a"; | ||
| 13 | + } else { | ||
| 14 | + suffix = "p"; | ||
| 15 | + } | ||
| 16 | + $('clock').innerHTML = Mojo.Format.formatDate(date, {time: format}) + suffix; | ||
| 17 | $('today').innerHTML = Mojo.Format.formatDate(date,{date:'short'}); | ||
| 18 | }, | ||
| 19 |
|   | |||
| 1 | diff --git a/usr/lib/luna/system/luna-systemui/app/controllers/bar-assistant.js b/usr/lib/luna/system/luna-systemui/app/controllers/bar-assistant.js | ||
| 2 | index a4a150e..b50853c 100644 | ||
| 3 | --- a/usr/lib/luna/system/luna-systemui/app/controllers/bar-assistant.js | ||
| 4 | +++ b/usr/lib/luna/system/luna-systemui/app/controllers/bar-assistant.js | ||
| 5 | @@ -13,7 +13,7 @@ var BarAssistant = Class.create({ | ||
| 6 | this.airplaneModeInitialQueryDone = false; | ||
| 7 | this.carrierText = "Palm"; | ||
| 8 | this.airplaneModeTriggered = false; | ||
| 9 | - this.show3GForEvdo = false; | ||
| 10 | + this.show3GForEvdo = true; | ||
| 11 | |||
| 12 | this.bluetoothState = 'Off'; | ||
| 13 | this.wifiState = 'Off'; |
|   | |||
| 1 | diff --git a/usr/palm/frameworks/private/metascene.videos/submission/75/javascript/assistants/details-assistant.js b/usr/palm/frameworks/private/metascene.videos/submission/75/javascript/assistants/details-assistant.js | ||
| 2 | index a197d1a..75eccd2 100644 | ||
| 3 | --- a/usr/palm/frameworks/private/metascene.videos/submission/75/javascript/assistants/details-assistant.js | ||
| 4 | +++ b/usr/palm/frameworks/private/metascene.videos/submission/75/javascript/assistants/details-assistant.js | ||
| 5 | @@ -41,7 +41,7 @@ DetailsAssistant.prototype.setup = function(){ | ||
| 6 | }, | ||
| 7 | this.titleModel = { | ||
| 8 | value: this.videoTitle? this.videoTitle : "", | ||
| 9 | - disabled: !this.captured | ||
| 10 | + disabled: false | ||
| 11 | }); | ||
| 12 | var titleLabel = new Element('div', {'class':'label'}).update($LF("Title")); | ||
| 13 | this.controller.get("title_preview").insert({ before:titleLabel }); | ||
| 14 | @@ -54,7 +54,7 @@ DetailsAssistant.prototype.setup = function(){ | ||
| 15 | }, | ||
| 16 | this.descModel = { | ||
| 17 | value: this.videoDescription ? this.videoDescription : "", | ||
| 18 | - disabled: !this.captured | ||
| 19 | + disabled: false | ||
| 20 | }); | ||
| 21 | var descriptionLabel = new Element('div', {'class':'label'}).update($LF("Description")); | ||
| 22 | this.controller.get("desc_preview").insert({ before:descriptionLabel }); |
|   | |||
| 1 | diff --git a/usr/palm/frameworks/private/metascene.videos/submission/75/javascript/assistants/browser-assistant.js b/usr/palm/frameworks/private/metascene.videos/submission/75/javascript/assistants/browser-assistant.js | ||
| 2 | index 5d05297..6ab6114 100644 | ||
| 3 | --- a/usr/palm/frameworks/private/metascene.videos/submission/75/javascript/assistants/browser-assistant.js | ||
| 4 | +++ b/usr/palm/frameworks/private/metascene.videos/submission/75/javascript/assistants/browser-assistant.js | ||
| 5 | @@ -185,6 +185,9 @@ var BrowserAssistant = Class.create(metascene.Base, { | ||
| 6 | } else { | ||
| 7 | // show details scene | ||
| 8 | params.captured = this.query.captured; | ||
| 9 | + params.destination = params.target.substring(0, | ||
| 10 | + params.target.lastIndexOf(".")) + "_edit" + | ||
| 11 | + params.target.substring(params.target.lastIndexOf(".")); | ||
| 12 | metascene.Push(this.controller.stageController, exports.Details, params); | ||
| 13 | } | ||
| 14 | } |

