**** BEGIN LOGGING AT Sun Jan 25 02:59:59 2015 Jan 25 03:26:41 Herrie Memos Color selection has been fixed and the search also Pull waiting for you **** BEGIN LOGGING AT Sun Jan 25 03:37:33 2015 Jan 25 08:48:38 morphis: ping Jan 25 09:44:03 hi guys Jan 25 13:13:42 Cage1___: Not sure what you're looking for in this contacts kind? Jan 25 13:15:44 Does the latest messaging build work on emulator for you? Jan 25 13:15:55 basically when user clicks new message, it should show a list of contact to send message to... Jan 25 13:16:41 If it exists it's in Enyo 1 only I'm afraid Jan 25 13:16:57 DougReeder is working on the Contacts app, he or Garfonso might have a better feel for this ;) Jan 25 13:19:45 okay Jan 25 13:20:32 The legacy contacts app might have something useful but it's Enyo 1 in general Jan 25 13:20:53 https://github.com/webOS-ports/core-apps/tree/webOS-ports/master/com.palm.app.contacts Jan 25 13:31:32 hmm so so wahts the difference between that and https://github.com/webOS-ports/org.webosports.app.contacts Jan 25 13:38:17 nm Jan 25 13:41:21 The latter = Enyo 2 rewrite ;) Jan 25 13:41:31 The core-apps one is Enyo 1.0 Jan 25 13:42:12 You might always look at legacy messaging app how they did it, I assume you know how to get to that code from doctor or device? Jan 25 13:48:18 yes Jan 25 13:48:26 any chance you where com.palm.library.contactsui.personListWidget is? :) Jan 25 13:51:20 Let me search through the Doctor for that Jan 25 13:53:11 well it may be a bit complicated to convert over... Jan 25 13:53:27 i will prob just use the contactslist in contacts app Jan 25 13:53:52 Actually it's in the Enyo framework bits ;) Jan 25 13:54:31 It's in /usr/palm/frameworks/enyo/0.10/framework/lib/contactsui Jan 25 13:54:34 Also in LuneOS Jan 25 13:55:30 Then in UI folder there's PersonListWidget.js Jan 25 13:56:43 okay. thanks. is there any convention for sharing widgets/code between apps? for ecxample, if i want to use contactslist in messaging? Jan 25 13:59:27 Not sure, morphis is probably the best to answer that Jan 25 13:59:41 I'm not an JS/Enyo guru ;) Just can hack a bit of code together :P Jan 25 13:59:53 Does the messaging work on your emulator now by the way? Jan 25 14:00:55 haven't checked :) Jan 25 14:03:34 OK let me know when you do, I'm curious :P Jan 25 18:42:10 Cage1___, Herrie|2, DougReeder: we should think about creating an enyo 2 library for things like displaying contacts and maybe contact lists and stuff... we probably need them in multiple places, or not? Jan 25 18:51:52 Makes sense I think Jan 25 18:52:13 We could probably reuse quite some bits from legacy, just the HFlexBox and VFlexBox would need replacing I guess Jan 25 19:30:00 Hi isagar2004 ;) Jan 25 19:30:05 Missed you earlier today ;) Jan 25 19:41:49 i uploaded a version of messaging using contactslist (put in lib/sharedWidgets) at https://github.com/psarin/org.webosports.messaging. you have to manually swipe the right panel to see an example of it...i will make it show up when user hits "new message" Jan 25 19:46:47 Yeah. Sorry. Jan 25 19:47:05 the reception in my area suddenly dropped. Jan 25 19:47:22 Herrie: what did I miss? Jan 25 19:48:56 I've been busy with work the past week, so I haven't made any progress at all. Jan 25 19:49:03 ready to get back to it now. Jan 25 20:23:23 isagar2004: Nothing that much, just we finally figured out what was causing the issue with Input & RichText in Enyo apps when using Enyo 2.5+ ;) Jan 25 20:23:27 That's now sorted :D Jan 25 20:23:41 So most apps have been upgraded to latest and greatest Enyo (2.5.1.1) :) Jan 25 20:24:22 Herrie: great! Jan 25 20:24:45 And I've been doing some work on the DockMode, so that will return soon too (at least as clocks). Proper Exhibition mode will need a bit more work still ;) Jan 25 20:24:53 http://tinypic.com/view.php?pic=11t03tx&s=8#.VMVQ7S7GeUk Jan 25 20:25:34 And 2 other variants: http://tinypic.com/r/egwx6v/8 & http://tinypic.com/r/6jneaw/8 Jan 25 20:26:12 Herrie: nice! Jan 25 20:27:26 Herrie: why not use the Exihibition Mode code from legacy for the implementation in new cardshell? at least as a reference Jan 25 20:35:43 isagar2004: It's in C++, cardshell is full QML ;) Jan 25 20:35:50 DockMode I could use Jan 25 20:39:01 Herrie: right. well, it looks great so far :) Jan 25 21:52:15 Herrie|2: pong Jan 25 21:52:57 Cage1___: best way to share code between apps is to create a lib like webos-lib and put it into the libs/ folder Jan 25 21:53:21 either you add this new kind to webos-lib or we create a new luneos-lib Jan 25 21:53:29 depends on how much it suites for legacy Jan 25 21:55:17 Cage1___: btw. if you took those bits from the contacts app we should talk with DougReeder and Garfonso how to handle that best Jan 25 21:55:27 also we need to meet all copyright requirements Jan 25 22:02:27 morphis: Updated pretty much all Enyo 2 apps and did PR's for meta-wop (Dizzy) Jan 25 22:02:52 All seems to work OK now, except for Calendar, will ask John to look into that Jan 25 22:03:33 Herrie|2: ok, picked those PRs now Jan 25 22:04:14 Herrie|2: the not set size field for media items comes due to me not picked up latest mediaindexer Jan 25 22:04:37 Herrie|2: https://github.com/webOS-ports/mediaindexer/commit/3ef287fdace229dbbc908c53721ad6dcee5625ac Jan 25 22:05:01 I noticed that for PDF app we don't seem to have any PDF's available by default. Might be good to place the helloworld.pfd or the Mozilla one somewhere in /media/internal or make sure that it's current location is indexed Jan 25 22:05:17 Alternatively we could create some Open Source PDF like legacy? Jan 25 22:07:14 Herrie|2: for example Jan 25 22:12:42 Herrie|2: builds triggered Jan 25 22:19:00 morphis: not sure what has your preference ;) P.s. Updated PDF app to latest pdf.js, update was straight forward Jan 25 22:19:08 Might give some speed improvements Jan 25 22:19:19 The 14 page demo PDF works fine with it :) Jan 25 22:47:37 morphis: i put the shared pieces in lib/sharedWidgets Jan 25 22:48:01 morphis: and Herrie|2 i uploaded changes so that you can send a new message and select from contacts Jan 25 22:48:43 sent a pull request https://github.com/webOS-ports/org.webosports.messaging/pull/10 Jan 25 22:57:44 but it is still possible to write a message without selecting a contact first? And send it to a phone number? I pretty much like how you can select contacts in webos on phones, by typing initials of recepients name in the recepients line. :) Jan 25 22:58:19 baby steps Garfonso :) Jan 25 22:58:46 it's on the list...but for now it sends to primary number or first # if no primary number Jan 25 22:59:25 it searches against a number of different fields, not sure if it is looking at initials or not but wouldnt be hard to add Jan 25 23:00:26 at some point, will modify to select the number (with primary as default) as well as IM/messaging services etc **** ENDING LOGGING AT Mon Jan 26 02:59:59 2015