**** BEGIN LOGGING AT Sat Jun 30 02:59:59 2012 Jun 30 03:43:39 evening Jun 30 04:22:01 hi. Two questions as I run through this woce-build script the first time. (1) every time I rebuild, it will redownload all these files? Jun 30 04:22:16 (2) is it easy to change the Luna build dir to my own copy of LunaSysMgr? Jun 30 04:24:11 1. guess not (I just ran "make" twice, and no new downlaod) Jun 30 04:48:26 dukiedrew: this is by no means a "correct" way of doing it, but what i've done for the time being, is after doing a complete build once, i then opened packages/symgr/luna-sysmgr/Makefile Jun 30 04:49:26 and then I commented out all of the steps under "build/src/.unpacked" except for touch $@ and all of the steps under build/armv7-stage/.built-${VERSION} except for $(CCENV) $(MAKE) ... and touch $@ Jun 30 04:50:45 including that line? Jun 30 04:50:52 including "build/arm7-stage" Jun 30 04:51:18 and then i just edit the code in build/src ? Jun 30 04:51:39 comment from -rm -rf build to patch -Np2, and from -rm -rf build/armv7-stage to -spec qws/... Jun 30 04:51:59 and then yes edit the code in build/src Jun 30 04:53:06 it's been so many years since i've done anything more complex than that in a makefile, by hand, that i bet people at Palm weren't even born the last time I did it Jun 30 04:54:45 and then run make from /woce-build? Jun 30 04:54:50 or just run make from that makefile? Jun 30 04:57:34 hmm...ok I've made those changes Jun 30 04:58:23 then just changed Main.cpp a little, but build didn't recognize the changes Jun 30 04:59:52 hmm Jun 30 04:59:57 so if i run make in Jun 30 05:00:08 woce-build/packages/sysmgr/luna-sysmgr/build/armv7-stage Jun 30 05:00:11 that recompiles Jun 30 05:04:05 ok, let me try to make a simple change to see if I see it Jun 30 05:07:39 woot! Jun 30 05:07:46 let the fun begin :) Jun 30 05:07:52 Thanks, Eric! Jun 30 05:09:05 after that, to rebuild, you'll apparently need to rm the build/armv7-stage/.built* file Jun 30 05:11:55 i just ran make from /build/armv7-stage Jun 30 05:11:57 and that worked fine Jun 30 06:51:28 hmm, i wonder how I can print to /var/log/messages Jun 30 06:51:43 g_warning, g_error, g_debug, etc Jun 30 06:52:56 hmm, not seeing them [at warning level] Jun 30 06:53:01 maybe i have that enabled in preware Jun 30 06:53:41 yeah, "muffle system loggin" Jun 30 06:55:41 hmm, didn't help Jun 30 06:55:58 let me try g_error Jun 30 06:57:49 or not :) Jun 30 06:59:18 i am going to need to study up some on QT i think before i move much farther Jun 30 07:00:15 having some serious trouble with some pixel math trying to adjust positions of things, and when i do the whole damn thing just goes haywire Jun 30 07:00:45 yeah, g_error causes restart Jun 30 07:00:48 g_warning see nothing Jun 30 07:00:50 g_debug see nothign Jun 30 07:01:09 in /var/log/messages that is Jun 30 07:01:18 qWarning() see nothing Jun 30 07:01:22 printf nothing Jun 30 07:01:48 it might just be time to create my own logging Jun 30 07:02:04 after removing the muffle system logging, you might try going into the phone app, dialing ##LOGS# or is it *#LOGS# or something like that, and make sure your log levels are re-enabled Jun 30 07:02:15 or run palm-log to reset the device log level possibly Jun 30 07:02:36 you should see all kinds of lunasysmgr spam Jun 30 07:02:51 yeah, i see none... Jun 30 07:02:56 hmm let me look this up Jun 30 07:03:26 gf home from work time to watch some tv and head to sleep, be back tomorrow to see if i can get my math figured out Jun 30 07:03:57 i think i need a really large white board Jun 30 07:05:03 k Jun 30 07:05:04 thanks Jun 30 07:05:08 logging was set to ERR Jun 30 07:05:22 so i've lowered to warning and will report if that works Jun 30 07:06:52 great Jun 30 07:06:53 sweet Jun 30 07:06:58 and qWarning() works too Jun 30 07:07:02 that's *way* easier Jun 30 07:08:01 now i just need to get the screen dimensions Jun 30 07:09:44 morning Jun 30 07:11:16 morning Jun 30 08:35:03 Can confirm also now after very brief usage that the input box problem with the browser affects other apps too Jun 30 08:57:54 how? Jun 30 10:47:14 hmm, PDK apps won't work with WOCE - is that a known issue? Jun 30 11:17:49 pc-world, there are lots of issues with WOCE at this point Jun 30 11:18:01 it builds, but it should not be considered finished, or even stable yet Jun 30 11:18:20 in human terms, it is still an infant Jun 30 11:18:40 is there any TODO-list or something? bugtracker seems to not have been used really yet Jun 30 11:18:54 not yet, that's how early it is Jun 30 11:19:02 but feel free to submit an issue on github Jun 30 11:19:09 please include error messages, logging entries, etc Jun 30 11:19:19 a.k.a. submit a /good/ bug report please Jun 30 11:19:36 good bug reports are just as important as code submissions Jun 30 11:20:06 So, should we use issues.webos-ports.org, the github bugtracker of woce or webOS-ports? Jun 30 11:20:20 Also, should we send pull-requests to woce or webOS-ports? Jun 30 11:20:20 oh, duh, yeah, use issues.webos-ports.org please Jun 30 11:21:01 as far as pull requests, I am not sure if we have that dialed in yet Jun 30 11:21:13 we are still working out how the "politics" should work Jun 30 11:21:17 okay Jun 30 11:21:25 so until we have that ironed out, use your best judgment Jun 30 11:21:51 Any idea what the webOS-ports fork of woce is supposed to be? (https://github.com/webOS-ports vs https://github.com/woce) Jun 30 11:23:00 to be honest, not sure Jun 30 11:23:05 actually, I think I do Jun 30 11:23:19 submit them to woce for now Jun 30 11:23:30 webOS-Ports fork will come later IIRC Jun 30 12:17:07 folks Jun 30 15:32:16 I guess I need to write more things...especially about why certain things break. Jun 30 15:43:41 what broke where what huh? Jun 30 15:44:17 input box issues, pdk apps Jun 30 15:44:43 I've done some minor changes to LunaSysMgr which adds the device name as "carrier text", i.e. instead of HP webOS in the top left corner. Which repository should I push my pull request to? webos-ports or woce? Jun 30 15:45:44 * PatrickC wanders in to watch magic happen :) Jun 30 15:47:08 m__, where did you clone to? Jun 30 15:47:15 s/to/from/ Jun 30 15:47:15 ka6sox meant: m__, where did you clone from? Jun 30 15:47:32 woce Jun 30 15:47:59 you have a github account? Jun 30 15:48:05 i thought the carrier string was defined in a text file somewhere already Jun 30 15:48:25 yes, I've already commited it to my repository Jun 30 15:48:35 https://github.com/mansandersson/LunaSysMgr/ Jun 30 15:49:15 m__, sent a pull request to webos-ports/ Jun 30 15:49:35 (at least I think that was what was decided) Jun 30 15:49:50 we can get it re-routed if necessarey Jun 30 15:49:57 okay, will fix Jun 30 15:50:33 EricBlade: it was hard coded in StatusBar.cpp and StatusBarServicesConnector, at least that's what I found Jun 30 15:50:46 git branching and I are still fighting (writing up a clear document to handle branching within a repo. Jun 30 15:50:56 ) Jun 30 15:52:55 ka6sox: do you know the reason why those broke? Jun 30 15:53:15 uhhhhh...nope Jun 30 15:53:37 been concentrating on getting it to build. Jun 30 15:53:37 ok i misunderstood what you said then :) Jun 30 15:54:07 I wrote something BEFORE coffee... Jun 30 15:54:29 what I meant is I need to get bug tracking working better... Jun 30 15:54:41 get these bugs written up. Jun 30 15:54:51 and discussion going on how to get them fixed. Jun 30 15:55:58 i'd like to see HP's bug tracker regarding it Jun 30 15:59:40 community edition? Jun 30 15:59:58 or internal bug tracker on LSM. Jun 30 16:02:16 internal Jun 30 16:03:26 don't we all... Jun 30 16:04:35 today I need to tweet about which bugtracker we are going to settle on...we have our own but github's is integrated...(albeit a bit more difficult to follow. Jun 30 16:04:37 ) Jun 30 16:05:34 I think that LSM is sufficiently complicated we should use something that is a better able to handle something of this scale. Jun 30 16:08:54 enyo moved to Jira, but now it's just a pain. then again, i'm no fan of jira either Jun 30 16:09:17 okay, so I've added a pull request for "device name as carrier text" on webos-ports now, for those interested. Jun 30 16:10:15 we have chiliproject which I like a lot. Jun 30 16:10:49 I use it for another project...even though the project isn't "development" Jun 30 16:11:03 we just renamed things to make them fit our context. Jun 30 16:11:56 issues.webos-ports.org is the current bug tracker which I'd like to see used more... Jun 30 16:12:24 i like to watch the enyo bugs list, but having a seperate login and a frankly confusing setup (i had to use Jira at my last contract, and never really figured it out) that is really not built for public viewing, makes it hard to do Jun 30 16:12:50 it would be nice if github could be pointed to an external issue tracker system Jun 30 16:13:58 I'll put it in every README.md then Jun 30 16:14:19 that puts it on every page. Jun 30 16:24:10 done Jun 30 17:15:41 so.. any of us actually have experience with QT before? Jun 30 17:20:36 I am hoping to find some Qt Devs and entice them to come play (since Meego/Maemo/* is no longer going to be supported :( ) Jun 30 17:24:35 i seem to be having some comprehension issues with the coordinate system, im' experimenting with some dashboard changes and can't get the updated dashboards to position themselves properly Jun 30 17:25:26 and frankly, i'd really like it if whoever designed the current ubuntu gnome interface, quietly left the software business and never returned Jun 30 17:31:52 if i get this working, how do we feel about having a developer option to double the height of a dashboard? Jun 30 17:32:30 see also, the "new android notifications" Jun 30 17:33:39 EricBlade: what part of luna is the dashboard? ...just curious Jun 30 17:35:17 DashboardWindow, DashboardWindowContainer, DashboardWindowManager, etc Jun 30 17:35:47 endgame Jun 30 17:36:18 oops wrong window Jun 30 17:36:24 okay Jun 30 17:54:05 there is something really really weird about how the dashboard is built Jun 30 18:10:18 interestingly, some dashboards that do not request the special dash, are getting it. o.O Jun 30 18:13:56 hey dukie Jun 30 18:16:19 hey Jun 30 18:22:21 does the infinite window loop thing you did auto combine with the side-swipes i did? curious Jun 30 18:22:46 hmm, not sure Jun 30 18:22:49 i didn't apply your patch first? Jun 30 18:23:05 but your stuff is mainly in SystemUiController, right? Jun 30 18:24:10 yea Jun 30 18:24:58 hmm, I'll have to take a look at the patch Jun 30 18:28:30 hmm, yeah that would need to be handled differently Jun 30 18:28:57 but it should be fixable, by checking if the card is maximized or not Jun 30 18:29:26 want me to send you that code for now? Jun 30 18:30:07 that's also the part I haven't tested though, since my BT keyboard is at work Jun 30 18:33:51 BTW, ShiftyAxel on webosnation forums was discussing a Just Type gesture... Jun 30 18:34:34 that should be a flick from the top of the screen (ie the non-left [menu] & non-right areas [notification,system settings]) Jun 30 18:35:34 i'm not sure if i like the infinite loop window list or not, either way i'll play with it when you push it somewhere probably Jun 30 18:37:29 ah, for me that was one of my biggest gripes, b/c if I wanted to go back to card 1, i'd have to reach across the screen Jun 30 18:41:14 i am so about to bust out an actual debugger somehow .. either i'm really really dumb today, or this is insane Jun 30 18:42:13 an actual debugger? Jun 30 18:42:54 yeah those pieces of software that i hate using Jun 30 18:42:58 ahh Jun 30 18:43:03 never used :) Jun 30 18:46:28 I've written a general bug fix for LunaSysMgr; Now should I do a pull request to woce/LunaSysMgr or webOS-Ports/LunaSysMgr? There are already two pull requests at webOS-Ports/LunaSysMgr, though they're both feature additions Jun 30 18:50:46 gah. ok, i really need to be able to obtain the WebApp that a Window has in it, or the Window that a WebApp is contained within. any ideas? Jun 30 18:51:15 this trying to communicate between them is turning out to be a total farce Jun 30 18:51:22 pc-world: I was told to do it against webOS-Ports repository here earlier...but that was a feature addon just as you say Jun 30 18:51:49 pc-world: what did you fix Jun 30 18:52:01 EricBlade: http://issues.webos-ports.org/issues/1 Jun 30 18:52:08 (see the patch at the end) Jun 30 19:03:36 bah. it looks like window properties are updated asynchronously Jun 30 19:04:06 but this still doesn't give me much of an explanation for how a new property that didn't exist prior is somehow getting set on for things that never ask for it Jun 30 19:10:41 what property? Jun 30 19:10:43 where on earth is ViewHost_SetWindowProperties declared .. only reference i see to it on the entire internets is in Isis, and that's not a declaration either Jun 30 19:11:36 i'm trying to add a property to dashboards to increase their height Jun 30 19:13:14 Src/remote/IpcClientHost.cpp: IPC_MESSAGE_HANDLER(ViewHost_SetWindowProperties, onSetWindowProperties) Jun 30 19:15:41 hmm.. that might help Jun 30 19:15:58 i'm not sure what IPC_Message_handler is, Jun 30 19:16:03 but it reminds me of "QMetaType" Jun 30 19:16:30 which somehow let me call C++ things in JS Jun 30 19:16:37 [horrible explanation, sorry] Jun 30 19:16:48 yeah i don't understand it, but i guess that it does call that on function when it receives the message, i don't need to understand how, just that it does Jun 30 19:17:46 hmm. getting exact same result. Jun 30 19:18:36 what did you run, exactly? Jun 30 19:20:37 its fairly extensive, but the simple explanation, is adding a new parameter to check for in DashboardWebApp::attach(), and then I need to set it on the window, much like it does with "webosdragmode" Jun 30 19:22:42 hmm Jun 30 19:23:00 so it is something you put in stageArgs? Jun 30 19:23:49 i'm explicitly setting it false at this time, and setWindowProperties() is receiving a true Jun 30 19:23:50 sometimes Jun 30 19:27:29 and it isn't true before you set the property? hmm Jun 30 19:28:12 hmm. looks like perhaps Window.cpp WindowProperties::merge might have the trick Jun 30 19:29:34 who here does the webOS ports? Jun 30 19:30:33 nope that's not the trick either Jun 30 19:30:35 the nice thing about your patch is the system has separate commands for minimized and maximized cards...so the infinite cycling is easy Jun 30 19:31:25 sandix: ka6sox is team-leader afaik Jun 30 19:34:24 ok maybe have to add it to getWindowPropertiesString as well Jun 30 19:36:23 no Jun 30 19:37:19 anyone know how to log a std::string ? Jun 30 19:37:53 does qWarning() not work? Jun 30 19:38:03 or can you change std::string to a QString() Jun 30 19:38:30 fromStdString ( const std::string & str ) Jun 30 19:38:49 qWarning() << QString::fromStdString(yourstring); Jun 30 19:45:18 ok Jun 30 19:45:31 bitwise math .. since it's been 20 years since i've worked extensively in C .. Jun 30 19:45:38 EricBlade: g_warning(yourString.c_str()); Jun 30 19:46:01 struct WindowProperties has an enum with a bunch of bitflags. Is adding a new one as 1 << 17 bad ? Jun 30 19:49:49 here's how old and rusty i am -- when my brain thinks "remote terminal" my fingers automatically type "miniterm" Jun 30 19:51:13 er... Jun 30 19:51:21 isn't |= on bitwise math, a toggle? Jun 30 19:51:54 EricBlade: well if they already use "1 << 16" then at least you don't have to worry about them relying on fitting it into an unsigned 16bit integer Jun 30 19:52:08 so adding another bit seems reasonable, but would have to check how the enum's used Jun 30 19:52:08 that's what i thought Jun 30 19:53:04 EricBlade: |= isn't a toggle, it's a bitwise or-- meaning 'x |= 1 << 17' sets that one bit if not set, otherwise leaves it set Jun 30 19:53:49 this looks like a huge bug then Jun 30 19:53:55 toggle would be using xor, like "x ^= 1 << 17' Jun 30 19:54:10 gotcha thanks for the refresher Jun 30 19:54:24 kk np. what's the bug? :( Jun 30 19:54:48 in Window.h, at the bottom Jun 30 19:55:35 i'm not entirely certain what flags is used for there Jun 30 19:57:53 maybe not maybe flags is just there to tell it what attributes are sent, and the actual attributes are the bools Jun 30 19:58:22 yeah seems like 'flags' tracks which of those have ever been set/played with/changed Jun 30 19:58:33 but... o_O :) Jun 30 20:00:23 ok, so, i specifically set DoubleHeightDash = false, then try to set the window properties. setWindowProperties calls merge() which sees it as true. argh Jun 30 20:00:41 j/w is there a list of known/suspected luna bugs somewhere? I mean I have my own experiences and such, but might be good to have some of us looking to fix those too :) Jun 30 20:01:21 but offhand the bugs I can think of were fixed in 3.0.5 (things like cards that act like they're stuck, can't give focus, etc) Jun 30 20:02:14 only thing i know of for sure is that the alert windows sometimes get all messy Jun 30 20:02:41 like i'll receive a call, the call alert comes up, but it's got the last alarm alert under it Jun 30 20:03:09 on that--I want to track down whatever manages the alarm system and ensure it starts only /after/ the gui is finished initializing :P Jun 30 20:03:23 good idea - not sure if that's in luna or not Jun 30 20:03:40 idk if this happens to anyone else, but it's damned annoying to hvae your device's alarm going off and not be able to do anything about it (Esp on a device without a hard mute switch) hehehe Jun 30 20:03:52 it happens on my phone a lot Jun 30 20:04:57 (and when it happens i'm usually already not happy because presumably i had an alarm set for a reason... lol) Jun 30 20:05:57 anyway carry on with your luna awesome-ifying, sorry ^.^ Jun 30 20:10:08 even if i never, ever set the bool to anything it still comes out true Jun 30 20:14:03 back in my day, we didn't have bools. and things were a lot easier. Jun 30 20:15:11 hmm Jun 30 20:15:14 where are you testing this? Jun 30 20:15:16 is it still in C++? Jun 30 20:16:25 yea Jun 30 20:16:55 darn, so it isn't like a JS x == true vs x === true kinda thing :) Jun 30 20:20:18 no Jun 30 20:22:15 attach() { WindowProperties p; p.doubleDashHeight = false; setWindowProperties(p); } setWindowProperties(WindowProperties p) { g_warning(p.doubleDashHeight ? "true" : "false"); } .. seems to be giving me false Jun 30 20:22:18 er, true Jun 30 20:24:47 and you modified WindowProperties? Jun 30 20:26:09 did you add something here: Jun 30 20:26:09 void WindowProperties::merge(const WindowProperties& props) Jun 30 20:26:19 in /base/window.cpp Jun 30 20:26:28 then add something like Jun 30 20:26:28 if (props.flags & isSetDashboardManualDragMode) setDashboardManualDragMode(props.dashboardManualDrag); Jun 30 20:26:58 yeah, but right now, i'm not even setting the bool. just accessing it returns true Jun 30 20:27:33 void setDashboardManualDragMode(bool isManual) { flags |= isSetDashboardManualDragMode; dashboardManualDrag = isManual; } Jun 30 20:27:48 yeah i totally copied the entire dashboard manual drag mode Jun 30 20:27:53 ah Jun 30 20:28:12 ah okay and then you set your own to 1 << 17 Jun 30 20:28:38 ok i'm going to revert and try this again Jun 30 20:28:55 perhaps it is a bit issue? Jun 30 20:29:03 but that's not my strength Jun 30 20:36:02 well after i reverted all that, i noticed that there seems to be a set of default settings for the properties stuck in Window.h WindowProperties->WindowProperties() .. wonder if that defaults any bools that aren't set there to true Jun 30 20:45:55 i guess that's what i get for trying to think while programming instead of just copy-pasting Jun 30 20:46:17 lol Jun 30 20:46:19 i copy pasted every single reference to the variable i was copying from and it seems to work Jun 30 20:47:07 ha... Jun 30 20:47:17 i thought programming was just copying and pasting, and googling Jun 30 20:50:53 ok now that i've got all the regular size dashboards believing they are regular size, i might possibly be able to track down the real problem Jun 30 20:52:52 m__: did you ever get novacom working on ubuntu 64? Jun 30 20:55:03 EricBlade: yes actually. somehowe it just worked when I started coding today. weird Jun 30 20:55:30 EricBlade: it might have been that i forgot the < character in the command Jun 30 20:55:55 EricBlade: but I don't know if I actually did...but that's the only reasonable explanation I can think of Jun 30 20:56:16 uh.. Jun 30 20:56:43 that -would- explain it Jun 30 20:57:13 which means i did the exact same thing Jun 30 20:57:22 :-P Jun 30 20:57:34 hooray, i'm not the only guy that does dumb things Jun 30 21:01:26 the almost last task that i have is "simply" figuring out which function is the one that -actually- affects the dashboard window's position on screen Jun 30 21:02:47 yay, m__ that cuts down about 35 seconds off each iteration for me Jun 30 21:03:21 :-) productivity gets a new high Jun 30 21:13:41 here we go again, I've added another pull request. This time containing additional keyboard layouts (dvorak, se dvorak and se qwerty). https://github.com/webOS-ports/LunaSysMgr/pull/3 Jun 30 21:14:21 finally I can type in my own language :-P woce is the best thing happening to webos in a long time Jun 30 21:15:54 ok i updated my makefile targets so that both the novacom and usb mode ones work Jun 30 21:17:59 hi Jun 30 21:18:00 m__, agred Jun 30 21:18:02 agreed* Jun 30 21:21:17 we need a bot to leave messages for folks... Jun 30 21:29:56 what kind of strange coordinate system does this thing use in some places .. it's like (0,0) is the center .. sometimes Jun 30 21:30:33 maybe its polar? Jun 30 21:30:35 :P Jun 30 21:31:03 haha, yeah units appear to be based on the center Jun 30 21:32:43 that certainly makes my calculations.. different Jun 30 21:33:09 esp when in other places, it seems to be (0,0) = left corner Jun 30 21:33:14 for those interested in the keyboard fix: http://www.youtube.com/watch?v=ZybrMUIQwmE Jun 30 21:35:48 isn't there a keyboard fix in preware too? does this build upon that? Jun 30 21:36:26 the keyboard fix in webosnation forum just patches the binary, replacing the current layouts, this one adds new layouts next to the current ones Jun 30 21:37:05 v nice Jun 30 21:37:30 ah nice Jun 30 21:39:57 EricBlade: I just use ssh/scp to push updates to my TP, no usb needed at all Jun 30 21:42:08 who wants to try to figure out what happened to inputboxes, without having the 3.0.5 source to compare to? heh Jun 30 21:44:24 i think i will set my dev pad up to WiFi novacom to the Virtual Machine and my regular one to WiFi novacom to the Windows side Jun 30 21:52:17 * EricBlade tells Visual Studio to shutdown .. waiting .. 10 minutes now.. Jun 30 21:52:40 ha Jun 30 21:52:52 i prefer QtCreator Jun 30 21:53:34 window finally closed... computer still slow as hell Jun 30 21:56:56 screw this, i'm just going to hit the reset button. brb Jun 30 22:43:40 well on the bright side, my double-height dash thing is actually workign exactly as it should, except for the positioning problems. yay Jun 30 22:46:28 woot Jun 30 22:46:33 i have position issues too Jun 30 22:46:40 i can't find the menu/status bar height Jun 30 22:46:45 if i hard code to 46, okay Jun 30 22:46:55 but i'd prefer not to Jul 01 01:12:22 dukiedrew: i don't think it's 46, i think it's closer to half that Jul 01 01:13:01 hmm Jul 01 01:13:08 46 was my fudge factor that worked Jul 01 01:13:11 but let me search for 23 Jul 01 01:15:05 looks like it uses Settings::LunaSettings()->positiveSpaceTopPadding) Jul 01 01:24:01 hmm, but that'd be 56? Jul 01 01:29:29 well, let's see.. the StatusBar constructor takes type, width, height Jul 01 01:29:48 everywhere I see it beign constructed, it's using positiveSpaceTopPadding Jul 01 01:45:53 and according to my luna.conf file, PositiveSpaceTopPadding=28 Jul 01 01:46:15 hmm, ok Jul 01 01:55:52 hmm. there's some code for using antialiasing in the launcher, that looks like it is commented out. wonder what effects it has Jul 01 02:54:00 hey shifty Jul 01 02:54:13 Yo Jul 01 02:55:08 yea i don't know how to eat any more of the events than what i managed to get it to do there, but if you figure out a way, that'd be nice to know Jul 01 02:55:22 I'm not on for long- it's like 4AM here. Just testing out wIRC for the moment. Jul 01 02:55:56 and i'm busy working my regular job tonight. weee Jul 01 02:56:40 I'll be sure to mention it if I do- I think adding a handler for touch events might have thrown a spanner in the works somewhere. Jul 01 02:58:06 Aha, fair enough. I should probably get some sleep and let you get on with that :p Jul 01 02:59:26 TTYL, hope work's enjoyable/bearable! Jul 01 02:59:30 it would seem that if it's possible to setup a regular QT GestureRecognizer, that would handle it Jul 01 02:59:35 that would be the best way to go **** ENDING LOGGING AT Sun Jul 01 02:59:58 2012