*** __t has joined #maemo | 00:00 | |
*** ignacius has quit IRC | 00:03 | |
*** nickar has quit IRC | 00:03 | |
*** Free_maN has quit IRC | 00:03 | |
*** VDVsx has joined #maemo | 00:04 | |
*** ignacius has joined #maemo | 00:04 | |
coldboot | lbt: Here: http://qt.gitorious.org/~nhooey/qt/nhooey-qt-maemo-bugfixes/commit/54dfbffa83158e4c10c8b843be97efdee1f29fa2 | 00:04 |
---|---|---|
coldboot | Search for clearHIMProxyIfHidden | 00:05 |
lbt | johan said something in #gitorious too | 00:05 |
coldboot | Yeah I noticed, I'll try it in a sec when I fix this. | 00:06 |
coldboot | Oh man this has been a while. | 00:06 |
*** etrunko has joined #maemo | 00:10 | |
*** flavioribeiro has quit IRC | 00:14 | |
*** flavioribeiro has joined #maemo | 00:14 | |
*** eton has quit IRC | 00:17 | |
*** elninja has quit IRC | 00:17 | |
*** L0cutus has quit IRC | 00:19 | |
*** nickar has joined #maemo | 00:20 | |
*** elninja has joined #maemo | 00:20 | |
*** greentux has quit IRC | 00:22 | |
coldboot | lbt: I don't think qwidget.cpp can include anything from src/gui ... | 00:22 |
lbt | OK, I think the pattern here is to make clearHIMProxyIfHidden a socket | 00:24 |
*** igagis has quit IRC | 00:24 | |
coldboot | A socket? | 00:24 |
lbt | slot | 00:25 |
coldboot | ah ok | 00:25 |
lbt | err, although... | 00:25 |
lbt | why isn't it keywidget->clearHIMProxyIfHidden(event) ? | 00:25 |
coldboot | That would make sense. | 00:26 |
*** hendry has left #maemo | 00:26 | |
*** Stskeepz is now known as Stskeep | 00:27 | |
*** Stskeep is now known as Stskeeps | 00:27 | |
*** halves has quit IRC | 00:27 | |
coldboot | However I'm still having problems including src/gui/inputmethod/qhildoninputmethodprotocol.h in qwidget.cpp. | 00:28 |
lbt | see how it was done in the scrolling... | 00:29 |
coldboot | fiferboy's fingerscrolling branch? | 00:29 |
*** TimRiker has joined #maemo | 00:29 | |
lbt | yes | 00:29 |
*** brankinhu has quit IRC | 00:32 | |
*** n6pfk has quit IRC | 00:33 | |
*** nickar has quit IRC | 00:34 | |
*** n6pfk has joined #maemo | 00:35 | |
coldboot | How do I pull mer-fingerscroll? | 00:35 |
coldboot | I tried `git pull mer-fingerscroll` and `git fetch mer-fingerscroll`, but they don't show up in my branches. | 00:36 |
*** ignacius has quit IRC | 00:36 | |
ShadowJK | jhford, the middle pin is just a resistor used for signaling battery capacity | 00:37 |
jhford | ShadowJK: thanks | 00:37 |
*** danilocesar has quit IRC | 00:42 | |
ShadowJK | Don't parallell your powersupply with a battery if it turns out the powersupply doesn't supply clean enough power... use a capacitor | 00:43 |
*** woglinde has joined #maemo | 00:48 | |
*** pdz- has quit IRC | 00:49 | |
lbt | you should have it in origin already | 00:50 |
lbt | git checkout --track origin/mer-fingerscroll | 00:50 |
lbt | git remote -v | 00:51 |
lbt | I do git remote rename origin Qt | 00:51 |
lbt | and similarly with your personal remote repo | 00:51 |
lbt | that way you can pull from either one | 00:51 |
coldboot | The git checkout line doesn't work. | 00:53 |
coldboot | Got it | 00:53 |
*** flavioribeiro has quit IRC | 00:53 | |
lbt | gitk --all is your friend | 00:54 |
*** pdz has joined #maemo | 00:55 | |
*** chx_afk is now known as chx_sleeping | 00:56 | |
*** baraujo has quit IRC | 00:57 | |
*** romullo has joined #maemo | 00:57 | |
coldboot | lbt: I have to edit the build system to put it in QWidget::, there's no -I src/gui/* at all when compiling qwidget.cpp... | 01:01 |
lbt | ugh | 01:01 |
coldboot | http://pastie.org/554185 | 01:01 |
*** dl9pf has quit IRC | 01:01 | |
*** makall has joined #maemo | 01:02 | |
*** fab has quit IRC | 01:03 | |
coldboot | I didn't see anything in fingerscroll. | 01:03 |
lcuk | /me wiggles his pinky | 01:03 |
lcuk | - | 01:04 |
coldboot | Andrew pushed a lot of commits to qt-diablo... | 01:06 |
lbt | The problem is jus the #include "inputmethod/qhildoninputcontext_p.h" | 01:07 |
coldboot | Yeah | 01:08 |
lbt | why do you need that line? | 01:09 |
coldboot | Because I do a reinterpret_cast of HildonIMActivateMessage | 01:10 |
coldboot | And use HILDON_IM_HIDE | 01:11 |
lbt | not in qapplication_x11.cpp you don't | 01:11 |
coldboot | In qwidget.cpp I do, that's where I'm defining this function that does the cast. | 01:11 |
lbt | OK, I'm looking at old src then | 01:12 |
*** uzzed has quit IRC | 01:13 | |
lbt | have you tried #include private/qhildon... | 01:14 |
lbt | which includes .... include/QtGui/private/qhildoninputcontext_p.h which contains : #include "../../../src/gui/inputmethod/qhildoninputcontext_p.h" | 01:16 |
lbt | which should work | 01:16 |
coldboot | ahhh | 01:16 |
lbt | AFAIK that's autogenerated | 01:16 |
coldboot | Weird. | 01:16 |
lbt | well. complex :) | 01:17 |
lbt | the whole 'private' thing is ... interesting | 01:17 |
*** hellwolf has quit IRC | 01:18 | |
*** matt_c has quit IRC | 01:18 | |
*** joelmaher_ has joined #maemo | 01:18 | |
*** amr has quit IRC | 01:19 | |
*** herzi has quit IRC | 01:19 | |
*** makall has quit IRC | 01:21 | |
*** makall has joined #maemo | 01:22 | |
*** joelmaher has quit IRC | 01:22 | |
*** GAN800 has quit IRC | 01:23 | |
*** briglia has quit IRC | 01:27 | |
*** chmac has joined #maemo | 01:33 | |
*** johnsq has quit IRC | 01:34 | |
*** VDVsx has quit IRC | 01:34 | |
*** ssvb has quit IRC | 01:34 | |
*** hellwolf-n810 has joined #maemo | 01:37 | |
*** chenca has quit IRC | 01:40 | |
*** benh has quit IRC | 01:43 | |
*** tonikitoo has joined #maemo | 01:43 | |
coldboot | lbt: It's been pushed and the merge request updated. | 01:44 |
*** christefano has quit IRC | 01:46 | |
*** christefano has joined #maemo | 01:46 | |
*** tbf has quit IRC | 01:47 | |
coldboot | So the `#include "private/qhildon..." works in 4.5.2, but not 4.5.0. | 01:47 |
*** filip42 has quit IRC | 01:53 | |
*** lbt has quit IRC | 01:55 | |
*** kkrusty has left #maemo | 02:03 | |
*** seaLne has joined #maemo | 02:03 | |
*** aloisiojr has quit IRC | 02:04 | |
seaLne | hi i was trying to follow the instructions on http://maemo.org/development/sdks/maemo_5_beta_2_sdk_installation/ but osso-af-sb-startup dosen't seem installable due to dependancies on hildon-initscripts which depends on theme-config which claims to be uninstallable am i missing something? | 02:05 |
seaLne | so i can't start the sdk ui | 02:07 |
*** Pyrhos has quit IRC | 02:08 | |
*** Sargun has quit IRC | 02:08 | |
*** renato has quit IRC | 02:09 | |
*** jnettlet has quit IRC | 02:13 | |
*** tonikitoo has quit IRC | 02:14 | |
*** tonikitoo has joined #maemo | 02:14 | |
seaLne | ah for some reason the non-free apt line had disaperared? weird but sorted anyway | 02:14 |
*** blade_runner has quit IRC | 02:17 | |
*** etrunko has quit IRC | 02:22 | |
*** florian has quit IRC | 02:23 | |
*** chmac has quit IRC | 02:28 | |
*** xnt14 has joined #maemo | 02:35 | |
*** setanta has quit IRC | 02:36 | |
*** hugopl has quit IRC | 02:36 | |
*** markbao has joined #maemo | 02:38 | |
*** k-s is now known as k-s[AWAY] | 02:39 | |
*** myosound has joined #maemo | 02:39 | |
*** skibur has joined #maemo | 02:42 | |
*** skibur has quit IRC | 02:43 | |
*** myosound has quit IRC | 02:49 | |
*** GAN800 has joined #maemo | 02:57 | |
*** k-s[AWAY] is now known as k-s | 02:59 | |
*** k-s is now known as k-s[AWAY] | 03:09 | |
*** lmoura has quit IRC | 03:10 | |
*** Vudentz has quit IRC | 03:10 | |
*** z4chh_ has quit IRC | 03:11 | |
*** rsalveti__ has joined #maemo | 03:11 | |
*** benh has joined #maemo | 03:13 | |
*** lmoura has joined #maemo | 03:14 | |
*** Vudentz has joined #maemo | 03:14 | |
*** torkiano_ has quit IRC | 03:18 | |
*** k-s[AWAY] is now known as k-s | 03:24 | |
*** rsalveti_ has quit IRC | 03:25 | |
*** bef0rd has joined #maemo | 03:31 | |
*** woglinde has quit IRC | 03:33 | |
*** chx_sleeping is now known as chx | 03:46 | |
*** eichi has quit IRC | 03:47 | |
*** Firebird has joined #maemo | 03:48 | |
*** yo has joined #maemo | 03:55 | |
*** tomdavidson has joined #maemo | 03:55 | |
*** yo is now known as Guest79948 | 03:55 | |
*** Guest79948 is now known as Yo | 03:56 | |
*** Yo is now known as Guest20182 | 03:57 | |
*** Free_maN has joined #maemo | 04:00 | |
*** skibur has joined #maemo | 04:07 | |
*** matt_c has joined #maemo | 04:11 | |
*** Guest20182 is now known as IamEdward | 04:11 | |
*** tom-davidson has joined #maemo | 04:12 | |
*** skibur has quit IRC | 04:15 | |
*** z4chh_ has joined #maemo | 04:16 | |
*** LinuxCode has joined #maemo | 04:17 | |
*** z4chh has quit IRC | 04:19 | |
*** Free_maN has quit IRC | 04:21 | |
*** jhford has quit IRC | 04:27 | |
*** tomdavidson has quit IRC | 04:27 | |
*** pvanhoof has quit IRC | 04:31 | |
*** z4chh_ has quit IRC | 04:37 | |
*** nickar has joined #maemo | 04:38 | |
*** myosound has joined #maemo | 04:41 | |
*** bip4ever has joined #maemo | 04:42 | |
*** fredix has quit IRC | 04:46 | |
*** fredix_ has joined #maemo | 04:46 | |
*** bip4ever has quit IRC | 04:46 | |
*** TimRiker has quit IRC | 04:47 | |
*** rkirti|away has quit IRC | 04:51 | |
*** fredix has joined #maemo | 04:51 | |
*** fredix has quit IRC | 04:53 | |
*** aloisiojr has joined #maemo | 04:53 | |
*** fredix has joined #maemo | 04:54 | |
*** fredix has quit IRC | 04:56 | |
*** fredix has joined #maemo | 04:56 | |
*** myosound_ has joined #maemo | 04:57 | |
*** myosound has quit IRC | 04:57 | |
*** elninja has quit IRC | 04:59 | |
*** fredix has quit IRC | 05:00 | |
*** xnt14 has quit IRC | 05:04 | |
*** asasaki has quit IRC | 05:04 | |
*** supermaz_ has joined #maemo | 05:05 | |
*** fredix has joined #maemo | 05:06 | |
*** tonikitoo has quit IRC | 05:06 | |
*** brolin has joined #maemo | 05:08 | |
*** philipl has quit IRC | 05:08 | |
*** fredix has quit IRC | 05:09 | |
*** b-man16 has joined #maemo | 05:10 | |
*** asasaki_ has joined #maemo | 05:10 | |
*** asasaki_ is now known as asasaki | 05:10 | |
b-man16 | hello | 05:10 |
* b-man16 is still waiting for his tablet to arrive in the mail :P | 05:11 | |
*** philipl has joined #maemo | 05:11 | |
*** dforsyth has joined #maemo | 05:13 | |
*** fredix has joined #maemo | 05:13 | |
*** tonikitoo has joined #maemo | 05:13 | |
*** wazd has quit IRC | 05:16 | |
*** supermaz has quit IRC | 05:18 | |
*** myosound_ has quit IRC | 05:19 | |
*** Pebby has joined #maemo | 05:24 | |
*** parasight has quit IRC | 05:28 | |
*** waswas has quit IRC | 05:28 | |
*** waswas has joined #maemo | 05:31 | |
*** parasight has joined #maemo | 05:32 | |
*** t_s_o has quit IRC | 05:36 | |
b-man16 | ~seen xnt14 | 05:37 |
infobot | xnt14 <n=xnt14@pool-98-116-130-240.nycmny.fios.verizon.net> was last seen on IRC in channel #maemo, 22h 29m 11s ago, saying: 'home mainframe...lol'. | 05:37 |
b-man16 | hmmm :( | 05:37 |
*** rsalveti__ has quit IRC | 05:41 | |
*** z4chh has joined #maemo | 05:45 | |
*** jhford has joined #maemo | 05:46 | |
*** chaoyi has joined #maemo | 05:47 | |
* r2d2rogers wonders if he should try .14 testing9 again | 05:49 | |
*** z4chh_ has joined #maemo | 05:49 | |
*** tableteer has quit IRC | 05:50 | |
r2d2rogers | it should be able to get to first boot wizard before it needs the swap file, even on a 770 | 05:51 |
*** b-man16 is now known as FireFox16 | 05:51 | |
* r2d2rogers checks the card for log files | 05:51 | |
*** asasaki has quit IRC | 06:00 | |
*** IamEdward has quit IRC | 06:01 | |
*** FireFox16 has quit IRC | 06:05 | |
*** jhford has quit IRC | 06:06 | |
*** pcfe` has joined #maemo | 06:07 | |
*** pcfe has quit IRC | 06:14 | |
*** pcfe` is now known as pcfe | 06:23 | |
*** romullo has quit IRC | 06:24 | |
*** romullo has joined #maemo | 06:25 | |
*** waswas_ has joined #maemo | 06:32 | |
*** waswas has quit IRC | 06:32 | |
*** parasight has quit IRC | 06:32 | |
*** parasight has joined #maemo | 06:37 | |
tom-davidson | hello pavlov and stskeeps thanks for your help yesterday with flashing my n810. took the usb hub out of the equation and it worked. | 06:38 |
*** brolin has quit IRC | 06:39 | |
*** nickar has quit IRC | 06:43 | |
*** johnx has quit IRC | 06:48 | |
*** johnx has joined #maemo | 06:49 | |
*** tableteer has joined #maemo | 06:51 | |
*** parasight_ has joined #maemo | 06:52 | |
*** aloisiojr1 has joined #maemo | 06:55 | |
*** parasight has quit IRC | 06:55 | |
*** waswas_ has quit IRC | 06:56 | |
*** rsalveti has joined #maemo | 07:00 | |
*** gentooer has joined #maemo | 07:01 | |
*** romullo1 has joined #maemo | 07:02 | |
*** gentooer has joined #maemo | 07:02 | |
*** romullo has quit IRC | 07:02 | |
*** waswas has joined #maemo | 07:03 | |
*** parasight_ has quit IRC | 07:03 | |
*** parasight has joined #maemo | 07:04 | |
*** romullo1 is now known as romullo | 07:06 | |
tom-davidson | hi, does anyone know if maemo can use a swap partitino rather than a virtual mem file? | 07:07 |
*** aloisiojr2 has joined #maemo | 07:07 | |
Luke-Jr | tom-davidson: the difference being? | 07:09 |
tom-davidson | when i boot mer or my experimental maemo it would use the same space ... the same space being the interanl memory and not the internal or exteral flash | 07:09 |
*** aloisiojr has quit IRC | 07:10 | |
*** nomis has quit IRC | 07:15 | |
*** tableteer has quit IRC | 07:16 | |
*** zehrique has joined #maemo | 07:21 | |
*** aloisiojr has joined #maemo | 07:24 | |
*** spadix has quit IRC | 07:25 | |
*** aloisiojr1 has quit IRC | 07:29 | |
*** aloisiojr1 has joined #maemo | 07:30 | |
*** disq has quit IRC | 07:35 | |
*** sarower has joined #maemo | 07:37 | |
sarower | Good morning all | 07:37 |
*** tableteer has joined #maemo | 07:37 | |
sarower | for desktop widget (home screen applet) what is the mechanism to handle the drag (stylus motion) event. If i drag in the applet, system handles the drag event. How i can get the drag event from my applet | 07:39 |
sarower | any body any help or any idea? | 07:39 |
*** dforsyth has quit IRC | 07:44 | |
*** dforsyth_ has joined #maemo | 07:45 | |
*** k-s is now known as k-s[AWAY] | 07:47 | |
*** aloisiojr2 has quit IRC | 07:47 | |
*** parsimoniae has joined #maemo | 07:48 | |
*** aloisiojr has quit IRC | 07:50 | |
*** zehrique has quit IRC | 07:52 | |
*** trofi has quit IRC | 07:54 | |
*** alecrim__ has joined #maemo | 08:05 | |
*** chx is now known as chx_sleeping | 08:09 | |
*** alecrim_ has quit IRC | 08:10 | |
*** k-s[AWAY] is now known as k-s | 08:11 | |
*** disq has joined #maemo | 08:15 | |
*** jnettlet has joined #maemo | 08:15 | |
sarower | X-Fade: Please help me! | 08:17 |
*** dforsyth_ has quit IRC | 08:21 | |
*** romullo has quit IRC | 08:26 | |
*** Ciroip has joined #maemo | 08:27 | |
*** Firebird has quit IRC | 08:27 | |
parsimoniae | !rules | 08:31 |
*** parsimoniae has left #maemo | 08:31 | |
*** k-s is now known as k-s[AWAY] | 08:46 | |
*** christefano1 has joined #maemo | 08:49 | |
*** herzi has joined #maemo | 08:50 | |
*** dforsyth has joined #maemo | 08:50 | |
*** L0cutus has joined #maemo | 08:51 | |
*** christefano1 has quit IRC | 08:53 | |
*** christefano has quit IRC | 08:54 | |
*** melmoth has joined #maemo | 08:58 | |
*** aloisiojr1 has quit IRC | 09:00 | |
*** GnutOnMobile has joined #maemo | 09:00 | |
*** alexga has joined #maemo | 09:01 | |
GnutOnMobile | morning | 09:01 |
*** slonopotamus_ has joined #maemo | 09:01 | |
*** filip42 has joined #maemo | 09:05 | |
*** slonopotamus has quit IRC | 09:07 | |
*** zehrique has joined #maemo | 09:10 | |
*** Wikier has joined #maemo | 09:13 | |
*** hal9k2010 has joined #maemo | 09:15 | |
hal9k2010 | hello all | 09:16 |
*** tbf has joined #maemo | 09:17 | |
*** jnettlet has quit IRC | 09:17 | |
hal9k2010 | have some questions about the n800 and n810 anyone that can help ? | 09:17 |
*** filip42 has left #maemo | 09:17 | |
*** Pyrhos has joined #maemo | 09:17 | |
ShadowJK | tom-davidson, you can't use the internal nand memory as flash | 09:18 |
ShadowJK | as swap, I mean | 09:18 |
*** hal9k2010 has left #maemo | 09:19 | |
johnx | well, you probably could, but anyone who wants to can figure it out on their own and do it at their own peril | 09:21 |
*** joelmaher_ has quit IRC | 09:24 | |
*** Jiten has quit IRC | 09:25 | |
*** Jiten has joined #maemo | 09:25 | |
*** Vulcanis has quit IRC | 09:26 | |
*** slonopotamus_ has left #maemo | 09:29 | |
*** danielwilms has joined #maemo | 09:30 | |
*** slonopotamus_ has joined #maemo | 09:30 | |
*** slonopotamus_ is now known as slonopotamus | 09:30 | |
*** rkirti has joined #maemo | 09:31 | |
*** zehrique has quit IRC | 09:32 | |
*** zehrique has joined #maemo | 09:34 | |
*** zap has joined #maemo | 09:35 | |
*** zehrique has quit IRC | 09:37 | |
*** philipl has quit IRC | 09:37 | |
*** philipl has joined #maemo | 09:39 | |
*** joelmaher has joined #maemo | 09:43 | |
tom-davidson | shadowjk: ok i understand better now that my swap should be on my external card. i missunderstood the internal raw nand... thought it didnt wear. BUT with swap on my external SD.,.. how do i get maemo to use it? | 09:47 |
ShadowJK | I do: swapon /media/mmc1/.swap | 09:48 |
ShadowJK | manually | 09:48 |
ShadowJK | :/ | 09:48 |
*** greentux has joined #maemo | 09:48 | |
johnx | a symlink, maybe? or just edit the boot script | 09:49 |
*** geaaru has joined #maemo | 09:49 | |
*** macmaN6789 has quit IRC | 09:54 | |
*** slonopotamus has quit IRC | 09:56 | |
*** joelmaher has quit IRC | 09:58 | |
*** trickie has joined #maemo | 10:05 | |
*** trickie has joined #maemo | 10:06 | |
*** liri has quit IRC | 10:07 | |
*** Vulcanis has joined #maemo | 10:12 | |
*** liri has joined #maemo | 10:12 | |
*** bef0rd has quit IRC | 10:13 | |
*** benh has quit IRC | 10:15 | |
*** mardi__ has joined #maemo | 10:15 | |
*** __t has quit IRC | 10:20 | |
*** bergie has joined #maemo | 10:24 | |
*** matt_c has quit IRC | 10:26 | |
tom-davidson | shadowjk: johnx: thanks. i think the swapon was just want i wanted. | 10:29 |
tom-davidson | goodnight | 10:29 |
*** calvaris has joined #maemo | 10:35 | |
*** greentux has quit IRC | 10:36 | |
*** side- has quit IRC | 10:37 | |
*** Hirvinen has quit IRC | 10:37 | |
*** side- has joined #maemo | 10:37 | |
*** mord has quit IRC | 10:38 | |
*** alehorst1 has joined #maemo | 10:39 | |
*** croppa has quit IRC | 10:41 | |
*** mord has joined #maemo | 10:41 | |
*** herwood_ has joined #maemo | 10:41 | |
*** alehorst has quit IRC | 10:41 | |
*** glass_ has joined #maemo | 10:41 | |
*** glass has quit IRC | 10:41 | |
*** Hirvinen has joined #maemo | 10:46 | |
*** herwood has quit IRC | 10:47 | |
*** ssvb has joined #maemo | 10:49 | |
*** eichi has joined #maemo | 10:52 | |
*** borism has quit IRC | 10:56 | |
*** frade has joined #maemo | 10:57 | |
*** pvanhoof has joined #maemo | 11:02 | |
*** AD-N770 has joined #maemo | 11:06 | |
*** __t has joined #maemo | 11:08 | |
*** krutt has joined #maemo | 11:12 | |
*** zach__ has joined #maemo | 11:13 | |
*** zach__ is now known as Guest13597 | 11:13 | |
*** stv0 has joined #maemo | 11:14 | |
*** stv0 has quit IRC | 11:14 | |
*** stv0 has joined #maemo | 11:14 | |
*** stv0 has left #maemo | 11:16 | |
*** zach__ has joined #maemo | 11:16 | |
*** zach__ is now known as Guest10380 | 11:17 | |
*** fab has joined #maemo | 11:17 | |
*** florian_kc has joined #maemo | 11:19 | |
*** z4chh_ has quit IRC | 11:21 | |
*** z4chh has quit IRC | 11:21 | |
*** GnutOnMobile has quit IRC | 11:21 | |
*** hellwolf-n810 has quit IRC | 11:23 | |
*** mardi__ has quit IRC | 11:25 | |
*** ustunozgur has quit IRC | 11:26 | |
*** lbt has joined #maemo | 11:28 | |
*** Dar has joined #maemo | 11:30 | |
*** eton has joined #maemo | 11:36 | |
*** Guest13597 has quit IRC | 11:36 | |
*** Guest10380 has quit IRC | 11:36 | |
*** VDVsx has joined #maemo | 11:44 | |
*** rkirti has quit IRC | 11:47 | |
*** macmaN6789 has joined #maemo | 11:53 | |
*** mardi__ has joined #maemo | 11:54 | |
*** hellwolf has joined #maemo | 11:56 | |
*** femorandeira has joined #maemo | 11:57 | |
*** Sargun has joined #maemo | 11:57 | |
*** chaoyi has left #maemo | 11:59 | |
*** tbf has quit IRC | 12:05 | |
*** tbf has joined #maemo | 12:06 | |
*** stv0 has joined #maemo | 12:08 | |
*** z4chh has joined #maemo | 12:08 | |
*** z4chh_ has joined #maemo | 12:08 | |
*** sarower has quit IRC | 12:14 | |
*** mavhc has quit IRC | 12:15 | |
*** jnettlet has joined #maemo | 12:19 | |
*** Talus_Laptop has joined #maemo | 12:19 | |
*** ttmrichter has joined #maemo | 12:21 | |
yerga | qwerty12_N810, have you seen this? http://tinyurl.com/lmj49e | 12:22 |
*** z4chh_ has quit IRC | 12:23 | |
qwerty12_N810 | yerga: hehe, I hadn't, thanks :) | 12:24 |
*** bilboed-tp has joined #maemo | 12:28 | |
*** florian_kc is now known as florian | 12:32 | |
*** stv0 has left #maemo | 12:32 | |
*** eichi has quit IRC | 12:33 | |
*** chaoyi has joined #maemo | 12:33 | |
*** z4chh_ has joined #maemo | 12:34 | |
*** Free_maN has joined #maemo | 12:35 | |
*** z4chh has quit IRC | 12:38 | |
*** z4chh has joined #maemo | 12:38 | |
*** spenap has quit IRC | 12:41 | |
L0cutus | re | 12:41 |
L0cutus | does exist a zfs-fuse port to maemo ? | 12:42 |
*** pdz has quit IRC | 12:45 | |
*** pdz has joined #maemo | 12:47 | |
*** jukey has joined #maemo | 12:50 | |
*** vingtetun has joined #maemo | 12:54 | |
*** ejdav_gon has joined #maemo | 12:55 | |
*** seaLne has left #maemo | 12:58 | |
*** nomis has joined #maemo | 12:59 | |
*** Dar has quit IRC | 13:00 | |
*** cyndis has quit IRC | 13:01 | |
*** cyndis has joined #maemo | 13:03 | |
*** benh has joined #maemo | 13:06 | |
*** Andy80 has joined #maemo | 13:07 | |
Andy80 | hi all | 13:07 |
*** n0mis has joined #maemo | 13:11 | |
*** jdav_gone has quit IRC | 13:11 | |
*** ejdav_gon is now known as jdav_gone | 13:11 | |
*** nomis has quit IRC | 13:13 | |
*** n0mis is now known as nomis | 13:13 | |
*** asasaki_ has joined #maemo | 13:17 | |
*** asasaki_ is now known as asasaki | 13:17 | |
*** vingtetun has quit IRC | 13:24 | |
*** vingtetun has joined #maemo | 13:24 | |
*** rkirti has joined #maemo | 13:28 | |
*** Vulcanis has quit IRC | 13:28 | |
*** mk8 has joined #maemo | 13:32 | |
*** mk8 has left #maemo | 13:32 | |
*** vingtetun has joined #maemo | 13:32 | |
*** mk8 has joined #maemo | 13:33 | |
*** mardi__ has quit IRC | 13:37 | |
*** danielwilms has quit IRC | 13:39 | |
*** igagis has joined #maemo | 13:39 | |
*** danielwilms has joined #maemo | 13:40 | |
*** rkirti has quit IRC | 13:46 | |
*** rkirti has joined #maemo | 13:46 | |
*** Dar has joined #maemo | 13:49 | |
*** melmoth has quit IRC | 13:49 | |
*** marcoil has quit IRC | 13:51 | |
*** melmoth has joined #maemo | 13:56 | |
*** eton_ has joined #maemo | 13:58 | |
*** Sho_ has joined #maemo | 14:00 | |
*** timeless_mbp has quit IRC | 14:03 | |
*** rsalveti_ has joined #maemo | 14:07 | |
*** birunko has joined #maemo | 14:07 | |
*** timeless_mbp has joined #maemo | 14:11 | |
*** rsalveti has quit IRC | 14:12 | |
*** geaaru has quit IRC | 14:15 | |
*** blade_runner has joined #maemo | 14:17 | |
*** eton has quit IRC | 14:17 | |
*** z4chh has quit IRC | 14:18 | |
*** t_s_o has joined #maemo | 14:18 | |
*** chx_sleeping is now known as chx | 14:23 | |
*** abner has quit IRC | 14:23 | |
*** jeremiah_away has quit IRC | 14:29 | |
*** croppa has joined #maemo | 14:34 | |
*** z4chh_ has quit IRC | 14:34 | |
*** dforsyth has quit IRC | 14:39 | |
*** dforsyth_ has joined #maemo | 14:39 | |
*** beavis has joined #maemo | 14:44 | |
*** marcoil has joined #maemo | 14:48 | |
*** torkiano has joined #maemo | 14:50 | |
*** krutt has quit IRC | 14:54 | |
X-Fade | Jaffa: ping? | 14:56 |
*** benh has quit IRC | 14:57 | |
*** briglia has joined #maemo | 15:02 | |
*** chx is now known as chx-- | 15:03 | |
*** chx-- is now known as chx | 15:03 | |
*** Ryback_ has joined #maemo | 15:04 | |
Jaffa | X-Fade: pong, but just going to grab lunch. Will repong in a bit... | 15:06 |
*** kpel has joined #Maemo | 15:07 | |
*** k-s[AWAY] is now known as k-s | 15:09 | |
*** lizardo has joined #maemo | 15:10 | |
*** timeless_mbp has quit IRC | 15:12 | |
*** brankinhu has joined #maemo | 15:13 | |
*** uzzed has joined #maemo | 15:13 | |
*** ijon_ has quit IRC | 15:14 | |
*** ijon_ has joined #maemo | 15:15 | |
*** bilboed-tp has quit IRC | 15:18 | |
*** fredix_ has quit IRC | 15:23 | |
*** hendry has joined #maemo | 15:28 | |
*** fredix has quit IRC | 15:31 | |
*** fredix has joined #maemo | 15:31 | |
hendry | i need to automate armel builds | 15:33 |
*** fredix has quit IRC | 15:33 | |
hendry | so how do people do that generally? pbuilder? script /scratchbox/login | 15:33 |
*** fredix has joined #maemo | 15:34 | |
lbt | hendry: in general? or for maemo specifically | 15:35 |
*** fredix has quit IRC | 15:36 | |
*** hugopl has joined #maemo | 15:36 | |
*** fredix has joined #maemo | 15:37 | |
hendry | well say you have a debian packaged product, and you want to target maemo as well as Debianx86 | 15:37 |
X-Fade | http://maemo.org/news/announcements/registration_maemo_summit_2009_open/ | 15:37 |
hendry | right now, i checkout source. remove debconf stuff. login to scratchbox, dpkg-buildpackage, log out and dput | 15:38 |
lbt | hendry: I ask because Mer uses an autobuilder called OBS | 15:38 |
hendry | it's quite manual. | 15:38 |
*** luck has joined #maemo | 15:39 | |
*** fiferboy has joined #maemo | 15:39 | |
lbt | I think you need to think about basing on orig.tar.gz | 15:39 |
lbt | and providing debian.diff.gz and debian-maemo.diff.gz | 15:40 |
*** tonikitoo has quit IRC | 15:40 | |
lbt | maemo has lots of scratchboxisms | 15:40 |
*** qwerty12_N810 has quit IRC | 15:42 | |
*** qwerty12_N810 has joined #maemo | 15:42 | |
RST38h | in other words, it's all scratchy | 15:42 |
lbt | and much of Mer packaging is about removing these | 15:42 |
lbt | heh - it sure is | 15:43 |
*** eton_ has quit IRC | 15:43 | |
*** amr has joined #maemo | 15:45 | |
*** keesj has quit IRC | 15:45 | |
hendry | Urghhh | 15:48 |
*** chaoyi_ has joined #maemo | 15:50 | |
Andy80 | X-Fade, cool news :) | 15:50 |
Andy80 | X-Fade, I'm registering ;) | 15:50 |
X-Fade | Andy80: Hurry, only 293 places left ;) | 15:51 |
*** krau has joined #maemo | 15:51 | |
Andy80 | X-Fade, lol :D | 15:52 |
Andy80 | X-Fade, I think the hardest part is "Reason for requesting Nokia sponsorship" ;) | 15:53 |
lbt | X-Fade: Primary community project and Project ? Should that be "Other community projects" ? | 15:54 |
RST38h | Andy80: That's easy - "NO MONEY" | 15:54 |
Andy80 | X-Fade, there's a little error in wiki page, it's still present "Not yet, but for you to know:" right after "Registration", can I remove it? | 15:55 |
X-Fade | Andy80: Sure. It is a wiki ;) | 15:55 |
Andy80 | RST38h, and it's true, at least for me. I'm a student :( | 15:56 |
X-Fade | lbt: Indeed. Will fix that. | 15:56 |
*** fiferboy has quit IRC | 16:00 | |
Andy80 | X-Fade, it doesn't let me go again to that page.... don't know why... it's better if you try to fix it | 16:00 |
X-Fade | Andy80: Ah, I know where. I'll fix that. | 16:01 |
Andy80 | ok | 16:02 |
*** chaoyi__ has joined #maemo | 16:03 | |
*** fiferboy has joined #maemo | 16:03 | |
*** k-s is now known as k-s[AWAY] | 16:04 | |
Andy80 | X-Fade, the link that appears in the registration form (in my case: http://maemo.org/news/events/registrations/register/e840196271eb11deb15535a00f6d72187218 ) is personal/related to session-id, or is public? | 16:04 |
*** geaaru has joined #maemo | 16:05 | |
X-Fade | Andy80: That is the public url. | 16:05 |
Andy80 | ok | 16:05 |
*** chaoyi has quit IRC | 16:06 | |
*** k-s[AWAY] is now known as k-s | 16:07 | |
*** filip42 has joined #maemo | 16:07 | |
*** renato has joined #maemo | 16:09 | |
*** k-s is now known as k-s[AWAY] | 16:09 | |
*** eichi has joined #maemo | 16:10 | |
*** chaoyi__ has quit IRC | 16:10 | |
*** setanta has joined #maemo | 16:10 | |
Andy80 | blogged too ;) | 16:12 |
VDVsx | X-Fade, karma changes ? | 16:12 |
*** jeremiah has joined #maemo | 16:12 | |
*** GAN8001 has joined #maemo | 16:12 | |
*** GAN800 has quit IRC | 16:13 | |
*** GAN8001 is now known as GAN800 | 16:13 | |
*** etrunko has joined #maemo | 16:13 | |
*** GAN8001 has joined #maemo | 16:18 | |
*** GAN8001 has quit IRC | 16:18 | |
*** GAN8001 has joined #maemo | 16:18 | |
*** GAN800 has quit IRC | 16:18 | |
*** GAN8001 is now known as GAN800 | 16:18 | |
GAN800 | I hate this phone. | 16:19 |
thux | why? | 16:19 |
X-Fade | lbt: Description changed and added second column to the participants list. | 16:19 |
RST38h | <he wants his Moto RAZR> | 16:19 |
* RST38h hides | 16:19 | |
GAN800 | Because it doesn't work correctly, and Nokia is a pretty shitty manufacturer. | 16:20 |
thux | what model it is? | 16:20 |
GAN800 | 5800 | 16:20 |
RST38h | GAN: It is one of better Nokia phones, ironically :) | 16:21 |
*** chaoyi_ has quit IRC | 16:21 | |
lbt | hmmm the 2nd time I go to the form it says "Login" and just returns to that page | 16:21 |
thux | i have old n85 and it works reasonable well | 16:22 |
X-Fade | thux: N85 is not that old? | 16:22 |
thux | but not as new as 5800 | 16:23 |
VDVsx | RST38h, best nokia phone = n95 :P | 16:23 |
till- | n82! | 16:23 |
RST38h | VDV: It's a brick. | 16:23 |
RST38h | E70 forever =) | 16:23 |
VDVsx | RST38h, nah nah | 16:23 |
RST38h | Although it is also a brick. | 16:23 |
VDVsx | lol | 16:23 |
qwerty12_N810 | RST38h: for the true brick experience: E90 | 16:24 |
*** birunko is now known as abner | 16:24 | |
RST38h | qwerty: looks like a concealed gun when in the pocket | 16:24 |
RST38h | qwerty: scary thing | 16:24 |
*** chaoyi has joined #maemo | 16:25 | |
qwerty12_N810 | heh | 16:25 |
RST38h | Seriously though, if Nokia does not deliver its maemophone soon enough, I will have to start shopping for a new phone =( | 16:25 |
*** dieb_ has joined #maemo | 16:26 | |
VDVsx | RST38h, you need a iphone :P | 16:27 |
RST38h | VDV: fuck that. | 16:27 |
* VDVsx hides | 16:27 | |
*** chenca has joined #maemo | 16:27 | |
*** tonikitoo has joined #maemo | 16:28 | |
Jaffa | X-Fade: I can't get back in to my registration | 16:29 |
VDVsx | RST38h, not kidding now, samsung has/will have some interesting devices o_0 | 16:29 |
X-Fade | Jaffa: Hmm might be a rights setting. Let me see. | 16:29 |
Jaffa | X-Fade: despite being logged in on both http & https, it takes tme to a login page and doesn't let me get past it (no error) | 16:30 |
RST38h | VDV: Not programmable | 16:30 |
X-Fade | Jaffa: Yeah, that sounds like a permission issue. | 16:30 |
lcuk | Jaffa, you are registered | 16:30 |
dieb_ | How to port c++ libraries to maemo? Which tools should be used? Specifically, does anyone know whether if libQxt is being ported? | 16:30 |
lcuk | http://maemo.org/news/events/maemo_summit_2009/ | 16:30 |
lcuk | listed here | 16:30 |
VDVsx | RST38h, you can do some hacking for s60 and android :) | 16:30 |
lcuk | it did the same with me | 16:30 |
*** chx is now known as chx_sleeping | 16:30 | |
X-Fade | lcuk: yeah, but you should be allowed to change things. | 16:31 |
RST38h | VDV: They do have a few S60 devices but I have heard some nasty rumors about compatibility with mainline S60 apps | 16:31 |
RST38h | dieb: Could you elaborate | 16:31 |
RST38h | dieb; What exactly do you want to do? | 16:31 |
lcuk | ahhhh | 16:31 |
VDVsx | RST38h, ah right, nokia S60 != samsung s60, really a shame :( | 16:32 |
hendry | how do people script /scratchbox/login? I want to : /scratchbox/login; cd code; fakeroot dpkg-buildpackage -B | 16:32 |
RST38h | it is more like ~= | 16:32 |
Jaffa | lcuk: I know. I wanted to change my "other community projects" ;-) | 16:32 |
VDVsx | ;) | 16:32 |
RST38h | Stuff runs but behaves weirdly | 16:32 |
GAN800 | The login form is still broken to the point of uselessness in MicroB. | 16:33 |
Jaffa | GAN800: The login infrastructure's pretty broken everywhere, IME ;-) | 16:33 |
*** toggles_w has quit IRC | 16:35 | |
GAN800 | Seemingly | 16:35 |
*** toggles_1 has joined #maemo | 16:35 | |
GAN800 | Needs to do away with the js or something. | 16:35 |
GAN800 | It just plain doesn't work. | 16:36 |
*** calvaris has quit IRC | 16:37 | |
lbt | dieb_: http://qt4.garage.maemo.org/ | 16:37 |
*** eton has joined #maemo | 16:37 | |
dieb_ | lbt: does it include Qxt? | 16:37 |
X-Fade | Jaffa: Better now? | 16:37 |
lbt | qxt isn't specifically supported but should be easy to port and we'd like to add it to the gitorious repo | 16:37 |
dieb_ | Qxt is not Qt | 16:37 |
lbt | no it layers on it | 16:38 |
*** baraujo has joined #maemo | 16:38 | |
*** wnd has quit IRC | 16:38 | |
*** Firehand has quit IRC | 16:38 | |
lbt | you'd need to get it working with the qt-maemo team | 16:38 |
*** calvaris has joined #maemo | 16:38 | |
lbt | that includes getting qxt people helping to package it | 16:38 |
X-Fade | GAN800: Works for me on microb? | 16:38 |
*** Firehand has joined #maemo | 16:39 | |
*** wnd has joined #maemo | 16:39 | |
lbt | should be fairly easy | 16:39 |
GAN800 | X-Fade, N800 | 16:39 |
*** madhav has joined #maemo | 16:39 | |
X-Fade | GAN800: What does it do for you? | 16:39 |
X-Fade | GAN800: Focus issues? | 16:39 |
dieb_ | lbt: is there anyone working on this already? | 16:39 |
GAN800 | Probably not clearing the field properly or something stupid. | 16:40 |
Jaffa | X-Fade: No. | 16:40 |
lbt | not qxt AFAIK - a few of us work on Qt | 16:40 |
GAN800 | fkb | 16:40 |
Jaffa | X-Fade: Still broken. | 16:40 |
GAN800 | Had to change my input settings to make it work. | 16:40 |
* GAN800 wonders what he should put for projects. | 16:40 | |
dieb_ | lbt: as I'll need Qxt on maemo, I'll probably give it a try porting it | 16:41 |
RST38h | Wiki? | 16:41 |
dieb_ | could you point me to any document related to ports ? | 16:41 |
* RST38h does not quite understand what dieb wants | 16:42 | |
RST38h | dieb: You just want to compile Qxt on Maemo? | 16:42 |
lbt | http://gitorious.org/qt-maemo | 16:42 |
*** danilocesar has joined #maemo | 16:45 | |
*** mavhc has joined #maemo | 16:46 | |
dieb_ | RST38h: yes | 16:48 |
X-Fade | GAN800: Worked fine on my N800 with vkb? | 16:48 |
*** romullo has joined #maemo | 16:49 | |
*** aloisiojr has joined #maemo | 16:49 | |
*** markbao has quit IRC | 16:50 | |
GAN800 | X-Fade, try finger keyboard. | 16:51 |
GAN800 | Which is the only keyboard enabled on my tablet. | 16:51 |
X-Fade | GAN800: Ok. | 16:51 |
X-Fade | GAN800: Worked fine. | 16:53 |
GAN800 | Well, doesn't work here. | 16:53 |
X-Fade | GAN800: click in username, finger keyboard username, pressed minimize, click password, finger keyboard password, minimize, click go? | 16:54 |
GAN800 | Yes | 16:54 |
X-Fade | That worked for me. | 16:54 |
GAN800 | Also: tapping a field after information has been entered doesn't bring up that info in the fkb. | 16:54 |
X-Fade | GAN800: That is a browser/fkb bug then? | 16:55 |
X-Fade | GAN800: Nothing happens to these fields with javascript? | 16:56 |
*** rsalveti_ has quit IRC | 16:59 | |
X-Fade | Jaffa: can you try again? | 16:59 |
*** tbf has quit IRC | 16:59 | |
*** aloisiojr1 has joined #maemo | 16:59 | |
*** joelmaher has joined #maemo | 17:00 | |
*** qwerty12_N810 has quit IRC | 17:04 | |
*** qwerty12_N810 has joined #maemo | 17:04 | |
*** k-s[AWAY] is now known as k-s | 17:06 | |
*** matt_c has joined #maemo | 17:08 | |
*** mardi__ has joined #maemo | 17:09 | |
*** mgedmin has joined #maemo | 17:10 | |
*** hendry has left #maemo | 17:16 | |
*** aloisiojr has quit IRC | 17:17 | |
*** n6pfk has quit IRC | 17:17 | |
*** stv0 has joined #maemo | 17:20 | |
*** joelmaher has quit IRC | 17:21 | |
*** ijon_ has quit IRC | 17:21 | |
*** stv0 has left #maemo | 17:21 | |
*** ijon_ has joined #maemo | 17:22 | |
*** florian has quit IRC | 17:24 | |
lcuk | X-Fade, i just retried, and it indeed allows editing some fields. but the one jaffa mentioned (his projects) is still appearing to come from the default profile and unchangable | 17:25 |
X-Fade | lcuk: Yeah, those you need to change in your own profile. | 17:25 |
*** woglinde has joined #maemo | 17:25 | |
lcuk | so for jaffa's sake, if he changes them in his default profile, and then comes here to edit his application it should pick them up? | 17:26 |
X-Fade | lcuk: It would show in the list already when you edit your profile. | 17:26 |
lcuk | cool | 17:27 |
lcuk | hows your wii arm | 17:27 |
X-Fade | Hehe, pretty well ;) | 17:27 |
lcuk | and are we planning on having one at the summit! | 17:27 |
lcuk | or should we make our own :D | 17:27 |
X-Fade | lcuk: Image a wrist-strap attached to a N900 ;) | 17:28 |
*** Firebird has joined #maemo | 17:29 | |
lcuk | oooh, you mean theres a lanyard attachment? | 17:29 |
*** florian has joined #maemo | 17:29 | |
X-Fade | No idea, but if you would make the N900 a wiimote it would be a good idea to have one at least ;) | 17:29 |
lcuk | hah | 17:31 |
lcuk | we should have these on the canals | 17:31 |
lcuk | http://www.sinosplice.com/life/archives/2007/02/27/like-a-hamster-ball-on-the-water | 17:31 |
woglinde | lcuk haha | 17:33 |
woglinde | looks the same as the land's one | 17:33 |
*** rsalveti has joined #maemo | 17:35 | |
X-Fade | lcuk: Yeah, those are cool! | 17:36 |
lcuk | indeed they are :D | 17:37 |
*** fysa has quit IRC | 17:37 | |
*** halves has joined #maemo | 17:37 | |
lcuk | what do you think is the biggest practical database in maemo (the one with big recordsets) ? | 17:37 |
* lcuk needs some comparisons | 17:37 | |
*** chaoyi_ has joined #maemo | 17:37 | |
*** Sargun has quit IRC | 17:37 | |
*** flo_lap has joined #maemo | 17:39 | |
*** vilen has joined #maemo | 17:39 | |
LinuxCode | so we finally have got a name for the new Nxxx ? | 17:39 |
GAN800 | No. | 17:40 |
* LinuxCode is still waiting very patiently for news | 17:41 | |
LinuxCode | hehe | 17:41 |
lcuk | http://www.lolpix.com/pictures/8/Funny_Pictures_595.htm :) | 17:41 |
* GAN800 is very, very tired. | 17:41 | |
lcuk | LinuxCode, you need to sit up straight | 17:41 |
LinuxCode | ? | 17:42 |
LinuxCode | i cant | 17:42 |
lcuk | cant have you slouching or nokia wont think you are ready | 17:42 |
LinuxCode | my cat is occupying the office chair | 17:42 |
lcuk | your cat will make a very nice comfortable cushion then | 17:42 |
LinuxCode | lol | 17:42 |
LinuxCode | i disagree | 17:42 |
lcuk | it will quickly move :) | 17:42 |
LinuxCode | dont bet on it | 17:43 |
lcuk | or will rip your ass to shreds | 17:43 |
LinuxCode | its claws and teeth will move | 17:43 |
lcuk | one way or the other, you will know | 17:43 |
LinuxCode | lol | 17:43 |
LinuxCode | yep | 17:43 |
*** fysa has joined #maemo | 17:43 | |
LinuxCode | maybe I should send nokia my cat | 17:44 |
LinuxCode | maybe that would speed things up | 17:44 |
LinuxCode | meeeeeeooooooowwwwww | 17:44 |
lcuk | dont bet upon it. once the nokians get word theres some pussy skulking around, you really think they will do any work? | 17:45 |
LinuxCode | probably not | 17:47 |
lcuk | this looks like the back of my pooter | 17:47 |
lcuk | http://www.lolpix.com/pictures/11/Funny_Pictures_594.htm | 17:47 |
LinuxCode | hehe | 17:47 |
LinuxCode | mine is all tidy | 17:47 |
LinuxCode | bought some radaitor pipe covering stuff and screwed that under the desk | 17:48 |
lcuk | i used to lay everything down nice and neat | 17:48 |
LinuxCode | now all cables lay within that | 17:48 |
lcuk | heh, thats all well and good until you need to change one wire | 17:48 |
LinuxCode | theres plenty of space | 17:48 |
LinuxCode | easy to thread | 17:48 |
*** secureendpoints has joined #maemo | 17:51 | |
*** dieb_ is now known as dieb^afk | 17:51 | |
*** ustunozgur has joined #maemo | 17:53 | |
*** chaoyi has quit IRC | 17:54 | |
*** rzr has quit IRC | 17:55 | |
*** joelmaher has joined #maemo | 17:55 | |
*** ZrZ has joined #maemo | 17:55 | |
*** slonopotamus has joined #maemo | 18:00 | |
Talus_Laptop | cool | 18:01 |
*** joelmaher has quit IRC | 18:01 | |
Talus_Laptop | maemo videos | 18:01 |
Talus_Laptop | http://garrgle.net/?qkw=maemo&qcat=video&qcoll=relevance&rfcid=6000&rfcp=IntelliFindTop&_iceUrlFlag=11?_IceUrl=true | 18:01 |
*** philipl has quit IRC | 18:02 | |
*** philipl has joined #maemo | 18:03 | |
*** _BuBU has quit IRC | 18:04 | |
*** fab has quit IRC | 18:04 | |
*** mardi__ has left #maemo | 18:05 | |
*** flo_lap has quit IRC | 18:05 | |
*** Vudentz has quit IRC | 18:05 | |
*** _BuBU has joined #Maemo | 18:05 | |
lcuk | does anyone have any experience with bloom filters | 18:09 |
*** joelmaher has joined #maemo | 18:12 | |
*** Vudentz has joined #maemo | 18:12 | |
*** zap has quit IRC | 18:14 | |
*** kpel has quit IRC | 18:17 | |
*** jukey has quit IRC | 18:22 | |
*** arp has quit IRC | 18:22 | |
*** disco_stu has quit IRC | 18:22 | |
*** disco_stu has joined #maemo | 18:23 | |
*** danielwilms has quit IRC | 18:23 | |
*** GAN800 has quit IRC | 18:31 | |
*** LinuxCode has quit IRC | 18:34 | |
*** AndrewFBlack has joined #Maemo | 18:36 | |
*** dforsyth_ has quit IRC | 18:40 | |
*** slonopotamus has quit IRC | 18:46 | |
*** nickar has joined #maemo | 18:48 | |
*** konttori_ has joined #maemo | 18:52 | |
*** tbf has joined #maemo | 18:53 | |
fiferboy | Hi lbt | 18:53 |
*** chaoyi_ has quit IRC | 18:54 | |
*** chaoyi has joined #maemo | 18:55 | |
*** Wikier has quit IRC | 18:58 | |
*** ttmrichter has quit IRC | 18:58 | |
*** churl has joined #maemo | 18:59 | |
*** ttmrichter has joined #maemo | 18:59 | |
woglinde | hi fiferboy | 19:01 |
fiferboy | woglinde: Hi | 19:01 |
*** churl has left #maemo | 19:03 | |
*** harbaum_ has joined #maemo | 19:04 | |
*** Dar has quit IRC | 19:04 | |
*** Andy80 has quit IRC | 19:05 | |
*** disco_stu_N800 has joined #maemo | 19:20 | |
*** trofi has joined #maemo | 19:20 | |
*** Sargun has joined #maemo | 19:21 | |
*** disco_stu has quit IRC | 19:21 | |
*** disco_stu_N800 is now known as disco_stu | 19:21 | |
*** dforsyth has joined #maemo | 19:23 | |
*** romullo has quit IRC | 19:24 | |
*** tom-davidson has quit IRC | 19:26 | |
*** melmoth has quit IRC | 19:27 | |
Jaffa | X-Fade: perfect | 19:29 |
Jaffa | X-Fade: but I can't change my "other projects" anyway, ho hum. | 19:30 |
*** disco_stu has quit IRC | 19:33 | |
*** trickie has quit IRC | 19:33 | |
*** disco_stu has joined #maemo | 19:33 | |
*** vilen_ has joined #maemo | 19:36 | |
*** StOrM_NW has joined #maemo | 19:37 | |
*** chaoyi has quit IRC | 19:38 | |
*** zehrique has joined #maemo | 19:38 | |
*** nickar has quit IRC | 19:40 | |
*** frade has quit IRC | 19:41 | |
*** slonopotamus has joined #maemo | 19:43 | |
*** jhford-work has joined #maemo | 19:43 | |
*** trofi has quit IRC | 19:44 | |
*** trofi has joined #maemo | 19:44 | |
*** disco_stu_N800 has joined #maemo | 19:48 | |
*** disco_stu has quit IRC | 19:48 | |
*** disco_stu_N800 is now known as disco_stu | 19:48 | |
*** vilen has quit IRC | 19:50 | |
*** disco_stu has quit IRC | 19:51 | |
*** StOrM_NW has quit IRC | 19:51 | |
*** _BuBU1 has joined #Maemo | 19:51 | |
*** disco_stu has joined #maemo | 19:51 | |
*** wazd has joined #maemo | 19:55 | |
*** _BuBU has quit IRC | 19:55 | |
wazd | wee, 931 Gb of free space :P | 19:56 |
*** disco_stu has quit IRC | 19:56 | |
slonopotamus | wazd, oh noes! you purged all porn? | 19:57 |
* Luke-Jr beats slonopotamus | 19:58 | |
wazd | slonopotamus: I bought new HDD to get MORE! | 19:58 |
slonopotamus | :D | 19:58 |
*** disco_stu has joined #maemo | 19:58 | |
wazd | xD | 19:58 |
* slonopotamus blocks Luke-Jr's attack | 19:58 | |
*** cjdavis has quit IRC | 19:59 | |
*** Vulcanis has joined #maemo | 19:59 | |
RST38h | ehlo all | 19:59 |
wazd | RST38h: heya | 20:00 |
RST38h | wazd: how are things? =) | 20:00 |
wazd | RST38h: just got new terabyte HDD :) Now my nightmare bout "where to store all those goddamn RAW photos" is finally over :) | 20:01 |
RST38h | well, it is a bit delayed now :) | 20:01 |
*** harbaum_ has quit IRC | 20:01 | |
wazd | RST38h: I hope to buy BD-R asap :) | 20:02 |
wazd | RST38h: as soon as they'll stop having such a ridiculous price | 20:03 |
wazd | RST38h: but first I need proper display cause my current starting to say "I'm dying, kill me!" :) | 20:03 |
RST38h | wazd: Optical disks are said to have short lives | 20:04 |
*** geaaru has quit IRC | 20:04 | |
*** jeremiah1 has joined #maemo | 20:05 | |
RST38h | wazd: Apple display? =) | 20:05 |
wazd | RST38h: I can still run Carmageddon from CD so I think it's more marketing bullshit than something serious | 20:05 |
RST38h | wazd: It's not. | 20:06 |
*** chx_sleeping is now known as chx | 20:06 | |
wazd | RST38h: well, this CD is right from 1997 or something :) | 20:06 |
RST38h | wazd: I tried reading a few 3-year-old backup CDRs once, and got very mixed results (and yes, I used the tool that detects crc errors too) | 20:06 |
RST38h | wazd: Is it a pressed CD or a CDR? | 20:06 |
wazd | RST38h: pirate cd :) | 20:07 |
RST38h | wazd: Those also come in two varieties | 20:07 |
RST38h | Back in 1997 they were USUALLY pressed though | 20:07 |
*** cjdavis has joined #maemo | 20:08 | |
*** disco_stu has quit IRC | 20:08 | |
*** disco_stu has joined #maemo | 20:08 | |
wazd | RST38h: I want something like this: http://market.yandex.ru/model.xml?hid=91052&modelid=2485880 | 20:09 |
lcuk | wazd, the nightmare is never over. when you think you solved the problem with a bigger harddrive, you actually made it worse because its impractical to do offline backup | 20:10 |
*** Free_maN has quit IRC | 20:11 | |
wazd | RST38h: pretty expensive but a very good one | 20:11 |
wazd | lcuk: RAW photos are *really* big :) | 20:11 |
coldboot | fiferboy: Hey Andrew, are you around? | 20:11 |
lcuk | and your tears will be even greater when you lose more data | 20:11 |
wazd | lcuk: don't think that anyone will allow me to store that much somewhere in the net | 20:12 |
lcuk | i know they are massive, i have similar situation with my own data | 20:12 |
lcuk | theoretically wazd, you can push quite insane amounts of data at the net | 20:12 |
lcuk | and have a good chance of getting some back | 20:13 |
*** christefano has joined #maemo | 20:13 | |
RST38h | wazd: There is also a similarly specced Samsung | 20:14 |
RST38h | wazd: May come cheaper | 20:14 |
wazd | RST38h: everyone says that this HP is a true must-have :) | 20:15 |
wazd | RST38h: I haven't read any negative opinion bout it. I mean any :) | 20:15 |
RST38h | wazd: There is something suspicious about it | 20:16 |
RST38h | wazd: A 24" monitor can't cost $1000+, even here | 20:16 |
*** bergie has quit IRC | 20:16 | |
wazd | RST38h: If it was benq or something - I would agree with you :) | 20:16 |
RST38h | wazd: Any monitor | 20:16 |
RST38h | wazd: A moment, lemme check around | 20:16 |
wazd | RST38h: It's a dreamcolor series, 102% NTSC :) | 20:16 |
lbt | hi fiferboy | 20:17 |
RST38h | wazd: Still. | 20:17 |
fiferboy | coldboot, lbt hey | 20:17 |
wazd | RST38h: it doesn't cost 1000+ btw, it costs near 1000 | 20:17 |
fiferboy | hi wazd | 20:17 |
RST38h | wazd: Ok, Froogle shows it starting at $435 in the US, with average price about $550 | 20:17 |
coldboot | fiferboy: So I managed to build the 4.5.2 of the fix, without segfaults. | 20:17 |
wazd | $985 | 20:17 |
coldboot | fiferboy: I can't build 4.5.0 because of some stupid include path problem. | 20:18 |
wazd | fiferboy: heya! | 20:18 |
RST38h | wazd: rur33000 is >$1000 right now | 20:18 |
wazd | RST38h: that's TN | 20:18 |
fiferboy | coldboot: I am just testing your latest fix now. | 20:18 |
RST38h | wazd: I am just searching for LP2475W | 20:18 |
wazd | RST38h: check out price.ru | 20:18 |
RST38h | wazd: Should I add something else to the id? | 20:18 |
RST38h | wazd: checking | 20:18 |
wazd | RST38h: 29058 р. ($985.02) | 20:18 |
fiferboy | lbt: I have done a major refactoring on how overshoot is calculated | 20:19 |
fiferboy | coldboot: I still don't get the keyboard pop down... | 20:19 |
wazd | RST38h: Non-TN 24" screen can't cost less than 800 bucks | 20:19 |
coldboot | fiferboy: hmmmm | 20:19 |
RST38h | wazd: It is about twice more expensive than in US | 20:19 |
RST38h | wazd: Unless I am missing some letter in the product id | 20:20 |
wazd | RST38h: yep, that's HP | 20:20 |
fiferboy | coldboot: Clicking a line edit pops it up, but clicking a checkbox or drop down doesn't get rid of it | 20:20 |
wazd | RST38h: it's like Apple in PC world | 20:20 |
RST38h | wazd: HP is the brand name :) | 20:20 |
lcuk | wazd, that looks like an impressive monitor | 20:20 |
*** disco_stu has quit IRC | 20:20 | |
*** disco_stu has joined #maemo | 20:20 | |
fiferboy | coldboot: Actually, a non-editable drop down does pop it down, my mistake | 20:21 |
lbt | so I see | 20:21 |
fiferboy | coldboot: For some reason a check box does not. And after clicking the checkbox, key presses get sent to the line edit | 20:21 |
wazd | RST38h: I bought my HP mini 2133 in US for about 550 bucks and it still costs more in here | 20:22 |
RST38h | wazd: but twice more? hmmm | 20:22 |
fiferboy | lbt: It makes things simpler in most cases, but it is (at least the way I did it) more complicated during AutoScroll | 20:22 |
RST38h | wazd: Ok, I have got some "secret" info: this monitor uses an IPS LCD panel from LG | 20:22 |
lbt | One area I'm unhappy about is the x/y seperation/code replication | 20:23 |
lcuk | http://www.trustedreviews.com/monitors/review/2009/03/27/HP-LP2475w---24in-H-IPS-Display/p4 :) | 20:23 |
fiferboy | lbt: Where is that? | 20:23 |
RST38h | wazd: Let us see if there is an LG display with the same part ;) | 20:23 |
lbt | if (yScrollState == AutoScroll) ...... if (xScrollState == AutoScroll) | 20:23 |
fiferboy | lbt: Oh, you mean in general in the event filer | 20:23 |
wazd | RST38h: oh, not LG for god sake :) | 20:23 |
lbt | not in your work | 20:23 |
fiferboy | lbt: Yes, there should be a way around that... | 20:24 |
lbt | yes, in general | 20:24 |
fiferboy | lbt: I'm trying to figure out a way to make the AutoScroll overshoot more straight forward | 20:25 |
wazd | lcuk: yep, that baby is goddamn beast :) | 20:25 |
lcuk | the video review shows it nicely | 20:25 |
fiferboy | There are three cases, just plain autoscroll through the body of the list, autoscroll through the body with overshoot at the end, and a list starting out in overshoot (from ManualScroll) and scrolling through the list | 20:26 |
RST38h | wazd: Monitors are commodity nowadays. As long as they both use the same panel you will hardly see the difference | 20:26 |
lbt | yes | 20:26 |
coldboot | How can I include qhildoninputmethodprotocol_p.h from qwidget.cpp in 4.5.0? It works fine in 4.5.2, because it's in private/, but 4.5.0 doesn't generate it the same way... | 20:26 |
lcuk | RST38h, but the package there seems neat too :) i have an lg here and have no complains, but that monitor rox | 20:26 |
fiferboy | Actually, there is a fourth corner case where the list starts out in overshoot and tries to AutoScroll past the limit, but that is easy to take care of | 20:26 |
* lcuk stands with wazd on this debate | 20:26 | |
coldboot | fiferboy: Ah, so the hide command isn't being sent. | 20:26 |
coldboot | fiferboy: If you click on the drop down, the keyboard hides, does it still send keys to the LineEdit? | 20:27 |
RST38h | lcuk: ah my point is that this HP uses an LG panel | 20:27 |
wazd | RST38h: Maybe I'm just a snob but I'll better trust that much money to HP :) | 20:27 |
RST38h | lcuk: So why not cut a corner and buy directly from Koreans :) | 20:27 |
coldboot | fiferboy: Even though, you said if you click a checkbox, the keyboard does NOT go away, AND keys still got to the LineEdit. | 20:27 |
fiferboy | coldboot: I can't check, the keyboard is hidden ;) | 20:27 |
coldboot | fiferboy: Oh yeah. | 20:27 |
RST38h | wazd: I do not really trust the "new" HP though... | 20:27 |
coldboot | fiferboy: Well that's not really a problem then. | 20:27 |
coldboot | fiferboy: Because when the keyboard is shown, the proxy gets set. | 20:27 |
fiferboy | coldboot: I think it is not a problem with your code if it hides for one widget but not another | 20:28 |
wazd | RST38h: My mini is absolutely solid :) | 20:28 |
RST38h | wazd: Same shit as DELL, as far as I am concerned... Still respect their old lab equipment and calcs | 20:28 |
RST38h | wazd: Yea, Mini is nice =) | 20:28 |
coldboot | fiferboy: They keyboard shouldn't go away when checking a checkbox, probably. | 20:28 |
fiferboy | coldboot: Yes, and when it doesn't hide it stays on the first widget | 20:28 |
lcuk | RST38h, sometimes cutting corners isnt what is needed :) | 20:28 |
*** dforsyth has quit IRC | 20:28 | |
fiferboy | coldboot: Could you check un an unpatched Qt install? | 20:28 |
*** dforsyth has joined #maemo | 20:28 | |
coldboot | fiferboy: I bet that behaviour is intentional. "Doo dee doo, I'm typing in a text box, oh let me check that box over there, now I'll type some more". | 20:28 |
fiferboy | coldboot: Could we be | 20:28 |
coldboot | fiferboy: I can check | 20:29 |
fiferboy | s/we/well/ | 20:29 |
infobot | fiferboy meant: coldboot: Could well be | 20:29 |
wazd | lcuk: damn, video review is like porno for me :( | 20:29 |
coldboot | fiferboy: Shopper? | 20:29 |
lcuk | heh | 20:29 |
fiferboy | coldboot: I'm not sure if there are check boxes near input fields, I am using my own program to test | 20:29 |
*** AD-N770 has quit IRC | 20:30 | |
coldboot | lcuk: Do you know how I could include qhildoninputmethodprotocol_p.h from qwidget.cpp? I include "private/qhildoninputmethodprotocol_p.h" which is a generated location in maemo 4.5.2, but in 4.5.0 it's not being copied there... | 20:30 |
wazd | RST38h: lcuk: right now I have http://www.dooyoo.co.uk/tft-monitor/fujitsu-siemens-scaleoview-w19-1/ | 20:30 |
coldboot | fiferboy: I bet it's in the original behaviour. There's no reason my code would cause the bug in this checkbox situation, and not for other widgets. | 20:30 |
lcuk | coldboot, i know no specifics about qt | 20:31 |
wazd | One of the best TN screens out there | 20:31 |
coldboot | fiferboy: I bet checkboxes never get focus, because they don't do anything after you click them. | 20:31 |
fiferboy | coldboot: Next time I make a build I will take out your code and see how it acts | 20:31 |
coldboot | lcuk: k | 20:31 |
*** flavioribeiro has joined #maemo | 20:31 | |
*** femorandeira has quit IRC | 20:31 | |
lbt | checkboxes do get focus | 20:33 |
*** igagis1 has joined #maemo | 20:33 | |
RST38h | wazd: Found similar LG monitor for rur27434 | 20:34 |
lbt | you can use arrow/tab keystrokes to move focus and space to select | 20:34 |
wazd | RST38h: I'd better add 1500 and buy HP :) | 20:34 |
wazd | RST38h: seriously :) | 20:34 |
*** harbaum_ has joined #maemo | 20:35 | |
RST38h | wazd: incredible brand loyalty =) | 20:35 |
wazd | RST38h: maybe :) | 20:35 |
wazd | RST38h: can you give me the link to LG? | 20:35 |
RST38h | wazd: http://reviews.cnet.com/lcd-monitors/lg-l246wp-bn-flat/4505-3174_7-32443394.html | 20:36 |
*** __t has quit IRC | 20:36 | |
wazd | RST38h: # TFT Technology MVA | 20:37 |
RST38h | wazd: Other sites say IPS | 20:38 |
wazd | RST38h: they are damn slow | 20:38 |
RST38h | Ok, I have found something better: http://www.tftcentral.co.uk/search.php?query=&select=model | 20:38 |
wazd | RST38h: even S-IPS are slow | 20:38 |
RST38h | Simply search for the panel name | 20:38 |
wazd | RST38h: HP has H-IPS - latest stuff | 20:38 |
RST38h | wazd: So does Phillips apparently | 20:38 |
wazd | RST38h: 24"WS LG.Display H-IPS (LM240WU4) | 20:39 |
RST38h | aha | 20:39 |
wazd | RST38h: looks like phil is not available in here | 20:40 |
*** romullo has joined #maemo | 20:40 | |
wazd | RST38h: and it's ugly :D | 20:40 |
RST38h | wazd: Yep. price.ru knows nothing of it | 20:41 |
RST38h | HP does look like the only game n town, this would explain the price | 20:41 |
wazd | RST38h: HP knows that Pro-display shouldn't have any lights and bling-bling on the front :) | 20:41 |
*** tbf has quit IRC | 20:42 | |
*** vingtetun has quit IRC | 20:42 | |
RST38h | wazd: I am sure it is simply a mistake on their part :) | 20:43 |
RST38h | wazd: Forgot to include the Blue LED (tm) | 20:43 |
RST38h | wazd: My BBK has got such a huge Blue LED (tm) that it can be used for reading at night | 20:43 |
wazd | RST38h: BBK, eeeek :) | 20:44 |
lbt | DGM... | 20:44 |
RST38h | wazd: it's a dvd player/recorder, not a monitor :) | 20:44 |
RST38h | wazd: can't really fault them for their av stuff, it is semidecent | 20:45 |
wazd | RST38h: crappy "look at yourself, bitch!" apple cinema 24 costs fricking $1300 | 20:45 |
wazd | RST38h: oh, I have BORG with same huge blue led stuff :) | 20:46 |
*** calvaris has quit IRC | 20:46 | |
wazd | RST38h: won it in karaoke contest :D | 20:46 |
*** romullo1 has joined #maemo | 20:47 | |
RST38h | wazd: Ah, fashion! | 20:47 |
*** romullo has quit IRC | 20:47 | |
*** romullo1 is now known as romullo | 20:48 | |
*** chaoyi has joined #maemo | 20:49 | |
*** Sargun has quit IRC | 20:49 | |
*** Sargun has joined #maemo | 20:50 | |
wazd | RST38h: http://img369.imageshack.us/img369/9774/a76lt5.jpg | 20:50 |
wazd | RST38h: nec 2490 on the left, HP on the right | 20:50 |
wazd | RST38h: but Nec is insane expensive and slow :( | 20:51 |
wazd | RST38h: it's like 40000 rur or something | 20:51 |
RST38h | wazd: This is the same panel? I can't believe it... | 20:54 |
RST38h | That must be some camera effect... | 20:54 |
wazd | RST38h: no, nec is MVA if I remember correct | 20:55 |
*** stv0 has joined #maemo | 20:55 | |
wazd | RST38h: http://www.youtube.com/watch?v=JgWbsOeFKms | 20:56 |
*** stv0 has left #maemo | 20:56 | |
RST38h | ah ok | 20:57 |
RST38h | wazd: So, MVA has got better blacks at the cost of speed? Or the viewing angle? | 20:58 |
*** joelmaher has quit IRC | 20:58 | |
wazd | RST38h: they are damn slow | 20:58 |
RST38h | oh | 20:58 |
*** hellwolf has quit IRC | 21:01 | |
RST38h | wazd: have you considered monitors with led backlight? | 21:03 |
wazd | RST38h: I'm considering any monitor with good picture and affordable price :) | 21:04 |
*** chaoyi has quit IRC | 21:05 | |
RST38h | Ah so LED ones are even more expensive... | 21:06 |
*** rkirti is now known as rkirti|brb | 21:09 | |
coldboot | fiferboy: I seem to have forgotten how to build qt-maemo 4.5.2, the debian directory is missing in branch qt-diablo... | 21:09 |
fiferboy | coldboot: From your git clone you checked out origin/4.5 and then from there checked out origin/qt-diablo? | 21:10 |
coldboot | fiferboy: Yeah | 21:10 |
fiferboy | coldboot: git branch says you are in the qt-diablo branch? | 21:10 |
coldboot | fiferboy: Yeah. | 21:10 |
fiferboy | What is the last commit message in git log? | 21:10 |
coldboot | fiferboy: I merged qt-diablo with him-proxy, though. | 21:10 |
*** alecrim__ is now known as alecrim | 21:11 | |
fiferboy | coldboot: In the qt-diablo branch you did 'git merge him-proxy'? | 21:11 |
coldboot | fiferboy: Yeah, I did that. | 21:11 |
*** christefano has quit IRC | 21:11 | |
coldboot | fiferboy: Last message that's not mine: Crash fix. Qt apps crash when backspace is pressed and autocapitalization is active | 21:11 |
*** eton has quit IRC | 21:12 | |
fiferboy | coldboot: In my qt-diablo branch, the last message that is not mine is "Update debian/changelog..." | 21:12 |
fiferboy | coldboot: When did you do your clone? | 21:12 |
coldboot | fiferboy: A couple of weeks ago, it used to have debian in there... Because I did dpkg-buildpackage two days ago... | 21:13 |
fiferboy | coldboot: From 4.5 branch, try wiping out your qt-diablo branch and checking it out again | 21:13 |
fiferboy | coldboot: You might want to refresh your clone first, there are some speed improvements in 4.5.2-1maemo2 | 21:14 |
coldboot | fiferboy: How do I do that? | 21:14 |
fiferboy | coldboot: 'git checkout master', 'git pull', 'git checkout 4.5', 'git branch -D qt-diablo', 'git checkout -b qt-diablo origin/qt-diablo' | 21:15 |
fiferboy | I think | 21:15 |
*** trofi_ has joined #maemo | 21:15 | |
fiferboy | Then you can do your merge | 21:15 |
fiferboy | coldboot: Although, would that update purely from your clone, or update your clone from qt-maemo? | 21:15 |
coldboot | fiferboy: That will come from my clone directly. | 21:16 |
*** trofi has quit IRC | 21:16 | |
coldboot | fiferboy: It's tracking qt-diablo, but it's still missing debian/ | 21:16 |
coldboot | Weird. | 21:16 |
fiferboy | coldboot: I'm not exactly sure how you would update your clone from qt-maemo... | 21:16 |
fiferboy | coldboot: Even if you switch to your 4.5 branch, delete the qt-diablo branch and re-check it out? | 21:17 |
coldboot | fiferboy: Yeah | 21:17 |
coldboot | I think I messed up qt-diablo with some push | 21:17 |
fiferboy | coldboot: That is strange. Maybe you modified your qt-diablo branch locally and pushed it to your clone? | 21:18 |
fiferboy | coldboot: I know I have done that, my qt-diablo branch is a bit screwed up now | 21:18 |
fiferboy | coldboot: I only do 'git push origin HEAD' from the branch I want to update now | 21:20 |
*** stv0 has joined #maemo | 21:21 | |
coldboot | I need to make qt-diablo track qt-maemo/qt-diablo somehow. | 21:21 |
*** stv0 has quit IRC | 21:21 | |
fiferboy | coldboot: You can add the qt-maemo repository as a remote and make a branch from that | 21:21 |
fiferboy | coldboot: Then you should be able to push the corrected branch to your clone | 21:22 |
esaym153 | ugh | 21:22 |
esaym153 | I want my backordered n810 from nokia right now | 21:22 |
*** ignacius has joined #maemo | 21:24 | |
*** alexga has quit IRC | 21:24 | |
coldboot | fiferboy: I added qt-maemo as a remote, but I can't find qt-diablo with `git ls-remote qt-maemo` | 21:26 |
* mgedmin registers for the maemo summit | 21:26 | |
fiferboy | coldboot: Did you do a fetch? | 21:26 |
* fiferboy thinks about registering for the maemo summit | 21:26 | |
*** rkirti|brb is now known as rkirti | 21:26 | |
* jeremiah Hmm. Didn't know summit regustration was open. | 21:26 | |
jeremiah | How about a URL mgedmin? | 21:27 |
*** jhford-work has quit IRC | 21:27 | |
mgedmin | planet.maemo.org just had a couple of links | 21:27 |
jeremiah | Cool. | 21:27 |
coldboot | fiferboy: I got it! Yeah I had to fetch. | 21:27 |
mgedmin | eeeek! http://maemo.org/news/events/registrations/register/e840196271eb11deb15535a00f6d72187218 | 21:27 |
mgedmin | what a SCARY link | 21:27 |
mgedmin | does an event like the "maemo-summit-2009" *really* need a long, hexadecimal UUID? | 21:28 |
Stskeeps | yes, it's technical hardcore! | 21:28 |
Stskeeps | :P | 21:28 |
*** cjdavis has quit IRC | 21:28 | |
fiferboy | It's to scare off people who aren't serious | 21:28 |
*** florian has quit IRC | 21:28 | |
mgedmin | now I'm wondering if that's maybe a permalink to my personal details page :) | 21:29 |
RST38h | mgedmin: Yes! | 21:29 |
esaym153 | amsterdam? pot smokers can program? | 21:29 |
RST38h | And you should be thankful they only used hex digits... | 21:29 |
adeus | if you're doing c or c++, pot is the minimum | 21:31 |
esaym153 | I like c++ | 21:31 |
fiferboy | coldboot: Let me know if you are able to clean up your qt-diablo branch in your clone | 21:31 |
esaym153 | as long as math isn't involved | 21:31 |
*** mika_ has joined #maemo | 21:31 | |
*** AndrewFBlack has quit IRC | 21:32 | |
chx | mgedmin: thats not an UUID | 21:32 |
fiferboy | coldboot: checkbox doesn't clear the vkb in the old him code either | 21:32 |
chx | mgedmin: to my eyes that looks like an md5 sum but i might be mistaken | 21:32 |
chx | mgedmin: i have not counted the digits | 21:32 |
*** mika_ has quit IRC | 21:32 | |
mgedmin | 144 bits | 21:33 |
mgedmin | to distinguish it from all the 2**144 other events taking place in the maemo community | 21:33 |
mgedmin | we would't want to accidentally mix it up with e840196271eb11bed15535a00f6d72187218, now would we? | 21:33 |
RST38h | we wouldn't? | 21:34 |
lcuk | are you sure? that one involves pole dancing | 21:34 |
mgedmin | polish national dances don't interest me in the least | 21:35 |
mgedmin | one polka is just like another | 21:35 |
lcuk | :D | 21:35 |
*** tbf has joined #maemo | 21:35 | |
*** cjdavis has joined #maemo | 21:36 | |
*** hellwolf has joined #maemo | 21:36 | |
*** stv0 has joined #maemo | 21:36 | |
*** stv0 has left #maemo | 21:37 | |
lbt | git checkout --track origin/qt-diablo | 21:39 |
lbt | nm ... I was backscrolled a long way | 21:39 |
*** TimRiker has joined #maemo | 21:41 | |
coldboot | fiferboy: qt-diablo is clean in my clone now. | 21:43 |
Jaffa | mgedmin: Taking all the best undecipherable UUIDs from Lotus Notes into the Web 2.0 world... | 21:43 |
coldboot | fiferboy: Okay then the checkbox bug is unrelated, if it really is a bug. | 21:43 |
*** rkirti is now known as rkirti|brb | 21:43 | |
fiferboy | coldboot: That's good to know, I'm going to clean up my branch too | 21:44 |
*** joelmaher has joined #maemo | 21:44 | |
*** simboss has quit IRC | 21:47 | |
*** L0cutus has quit IRC | 21:50 | |
*** Talus_Laptop has quit IRC | 21:51 | |
*** joelmaher has quit IRC | 21:52 | |
*** torkiano has quit IRC | 21:54 | |
*** bergie has joined #maemo | 21:54 | |
jeremiah | Wow, cool. Jim Zemlin will be talking at the Maemo summit. | 21:55 |
*** L0cutus has joined #maemo | 21:55 | |
jeremiah | Look forward to that. | 21:55 |
fiferboy | coldboot: Did you just do a 'git push origin HEAD' or did you have to force it? | 21:57 |
coldboot | coldboot: I did `git push origin qt-diablo --force` | 21:59 |
fiferboy | coldboot: I just refreshed my clone's branch from your clone's branch (since I already had it as a remote) :) | 22:00 |
slonopotamus | why would anyone want to do --force? | 22:00 |
fiferboy | slonopotamus: because we accidentally commited changes to the branch and wanted to revert it | 22:00 |
slonopotamus | :/ | 22:00 |
slonopotamus | commit reverse diffs? | 22:01 |
lbt | git doesn't force you to air dirty laundry | 22:01 |
fiferboy | slonopotamus: It is in personal clones that aren't being used by other people | 22:01 |
slonopotamus | if anyone pulled that between your 'wrong' commit and --force, he'll be in trouble | 22:01 |
coldboot | fiferboy: Cool | 22:01 |
coldboot | fiferboy: I love git. Every day I find out how much more I love it. | 22:02 |
slonopotamus | fiferboy, oh, ok | 22:02 |
coldboot | fiferboy: With all other software, I hate it more every day. | 22:02 |
coldboot | fiferboy: I even hate Windows more each day, because I realize how it can surprise me with undiscovered uselessness. | 22:02 |
fiferboy | coldboot: git is certainly making my life easier, it is hard to beleive how useful it is | 22:02 |
fiferboy | coldboot: Those are undocumented features... | 22:02 |
*** ttmrichter_ has joined #maemo | 22:03 | |
coldboot | haha | 22:03 |
fiferboy | Everytime I think I need git to do something it doesn't, it turns out it does I just didn't know it | 22:04 |
*** kkrusty has joined #maemo | 22:05 | |
*** markbao has joined #maemo | 22:06 | |
*** Interocitor has joined #maemo | 22:06 | |
*** herzi has quit IRC | 22:08 | |
*** alecrim has quit IRC | 22:10 | |
*** florian has joined #maemo | 22:12 | |
*** wazd has quit IRC | 22:15 | |
*** ttmrichter has quit IRC | 22:16 | |
*** dougt_ has joined #maemo | 22:17 | |
*** __t has joined #maemo | 22:17 | |
*** madhav has quit IRC | 22:22 | |
*** doc|home has quit IRC | 22:23 | |
*** doc|home has joined #maemo | 22:24 | |
*** elninja has joined #maemo | 22:27 | |
*** christefano has joined #maemo | 22:27 | |
dougt_ | are there APIs to get the HW version? | 22:28 |
Stskeeps | except for /proc/component_version? :P | 22:28 |
dougt_ | anything cleaner? | 22:28 |
Jaffa | That's pretty clean | 22:29 |
Jaffa | Horizon checks /etc/maemo_version at startup for a 5.0 to disable its OSSO support (segfaults in PyMaemo) | 22:29 |
slonopotamus | dougt_, why you want that? | 22:30 |
dougt_ | what I would really like to do is to determine the real DPI. | 22:31 |
dougt_ | not the stuff reported to x | 22:31 |
*** jhford-work has joined #maemo | 22:31 | |
slonopotamus | dougt_, you should ask display for that, no? | 22:31 |
slonopotamus | x gets smth wrong? | 22:32 |
dougt_ | xdpyinfo reports 96 | 22:32 |
slonopotamus | dougt_, under Xomap? | 22:33 |
dougt_ | on device, y | 22:33 |
dougt_ | is it suppose to report something else? ;-) | 22:33 |
dougt_ | i thought it was common for X to lie about DPI | 22:33 |
slonopotamus | dougt_, afaik, it's X who lies. | 22:33 |
slonopotamus | dougt_, X was patched to report incorrect value on purpose | 22:34 |
*** andre___ has quit IRC | 22:34 | |
dougt_ | right. | 22:34 |
dougt_ | so, what I need is to get at the real dpi value. | 22:35 |
dougt_ | i was thinking about just looking at the hw version, and deciding based on that. i didn't find a way to get the actual dpi via an api or something like that | 22:35 |
slonopotamus | dougt_, there must be smth low-level that tells X screen dpi | 22:36 |
slonopotamus | dougt_, if you just want to hardcode it - /proc/component_version is absolutely ok | 22:36 |
dougt_ | yeah. | 22:36 |
dougt_ | but not something I would be very proud of. | 22:37 |
slonopotamus | dougt_, i think you'd better ask that on X-related channel. 'how X determines screen dpi' or smth like that | 22:38 |
dougt_ | yup. | 22:38 |
qwerty12_N810 | dougt_: if it'd make you feel any better: the hildon-application-manager does it like that (look at component_version) | 22:38 |
slonopotamus | hehe | 22:38 |
dougt_ | heh | 22:39 |
slonopotamus | dougt_, that means 'you app will suck as h-a-m' :D | 22:39 |
slonopotamus | no offence, just kidding :) | 22:39 |
dougt_ | :-) | 22:40 |
dougt_ | a bunch of people do that. | 22:40 |
dougt_ | haf does too? | 22:40 |
* slonopotamus doesn't understand why dpi matters, actually | 22:41 | |
lbt | dpi usually comes from ... <rummage in Xorg.log> ....EDID | 22:41 |
dougt_ | slonopotamus: computers don't matter either. ;-) | 22:41 |
ShadowJK | ugh, wonderful... dd if=/dev/sdh | sha1sum | 22:42 |
ShadowJK | twice... doesn't match | 22:42 |
slonopotamus | ShadowJK, oh my | 22:42 |
slonopotamus | ShadowJK, why it should? | 22:42 |
ShadowJK | Because the contents is unchanged | 22:42 |
slonopotamus | ShadowJK, how do you know that? | 22:42 |
ShadowJK | it's not mounted, nothing should be touching it | 22:43 |
ShadowJK | especially not writing to it | 22:43 |
slonopotamus | oh | 22:43 |
slonopotamus | then you're in trouble | 22:43 |
* ShadowJK wonders whether to blame the usb hub, the card reader, the minisd-sd converter or the minisd card | 22:43 | |
slonopotamus | omg | 22:44 |
slonopotamus | try replacing them one by one :P | 22:44 |
slonopotamus | start with card | 22:44 |
ShadowJK | mm | 22:44 |
ShadowJK | A USB memory stick on same USB hub passes this test | 22:49 |
* ShadowJK tries with another usb memory stick | 22:49 | |
*** timeless_mbp has joined #maemo | 22:50 | |
*** etrunko has quit IRC | 22:51 | |
coldboot | fiferboy: Can you comment on my merge request? | 22:51 |
fiferboy | coldboot: Sure thing | 22:52 |
coldboot | http://qt.gitorious.org/+qt-maemo-developers/qt/qt-maemo/merge_requests/952 | 22:52 |
*** andre__ has joined #maemo | 22:55 | |
*** zimmerle has left #maemo | 22:57 | |
*** elninja has quit IRC | 22:57 | |
*** Interocitor has quit IRC | 23:01 | |
*** simon_ has joined #maemo | 23:11 | |
*** etrunko has joined #maemo | 23:12 | |
ShadowJK | hah | 23:16 |
ShadowJK | passes test: usb -> card reader, usb -> hub -> card reader | 23:17 |
ShadowJK | fails test: usb -> hub -> { card reader, usb pendrive } | 23:17 |
ShadowJK | but the pendrive passes | 23:17 |
ShadowJK | usb is shit :-( | 23:17 |
timeless_mbp | too much power drawn? | 23:18 |
ShadowJK | powered hub... | 23:18 |
*** bergie has quit IRC | 23:19 | |
lbt | hmmm http://gitorious.org/maemo-af/vala3 | 23:19 |
ShadowJK | (external adapter) | 23:19 |
lbt | Jaffa: ^^ | 23:19 |
ShadowJK | The hub consumes 100mA, the card reader says 100mA and the pendrive says 100mA :/ | 23:19 |
ShadowJK | so it should be fine even if it was self-powered | 23:19 |
*** elninja has joined #maemo | 23:21 | |
*** javispedro has joined #maemo | 23:23 | |
lcuk | ShadowJK, not fine | 23:24 |
lcuk | my keyboard is 100ma | 23:24 |
lcuk | problem is, power draw increases as you chord more keys | 23:24 |
lcuk | it crashed the machine if i pressed >2 keys | 23:24 |
javispedro | whoo ramzswap! | 23:26 |
fiferboy | coldboot: I found another problem, but I'm not sure if it was pre-existing | 23:26 |
javispedro | i remember reading both very optimistic and very pessimistic reviews about it :D | 23:27 |
fiferboy | coldboot: If I get the keyboard to pop-down by selecting a non-input widget, I can't get it to pop-up again on an input widget | 23:27 |
fiferboy | coldboot: I'm going to test the code before your patch, because I suspect it has nothing to do with your code | 23:27 |
fiferboy | coldboot: I will update you (and the merge request) when I find out more, but I have to go now | 23:28 |
woglinde | hi javispedro | 23:29 |
fiferboy | lbt: Could you review my changes in my clone? There are still some problems in certain cases when autoscrolling starts with an overshoot | 23:29 |
javispedro | hi woglinde :) | 23:29 |
lbt | fiferboy: I am desperately trying to finalise the OBS work and get some Qt time... :) | 23:29 |
fiferboy | lbt: I'll continue to look at it tonight, but my refactor may not be the best solution. | 23:29 |
lbt | sadly I got zero assistance from anyone els in the maemo community on this stuff ... nm :) | 23:30 |
fiferboy | lbt: That's fine, I'll spend another day or so on it and decide if it is feasible | 23:30 |
coldboot | fiferboy: Thanks. | 23:30 |
lbt | no, go slow... I want to get involved ;) | 23:30 |
lbt | gui's are more fun than build services! | 23:30 |
fiferboy | lbt: I'll look into eliminating some repetition as well | 23:30 |
lbt | (which is probably why I'm on my own!) | 23:31 |
lbt | sure -- It may make sense to duplicate the code you know | 23:31 |
Jaffa | lbt: cool. | 23:31 |
fiferboy | lbt: It's good when someone is actually willing to improve the build service, too bad there is no help | 23:31 |
fiferboy | lbt: It seems like the duplication may be necessary because yScrollState and xScrollState can be different | 23:32 |
Jaffa | lbt: WTF? "vala - Maemo's version of Vala"; "vala3 - Don't Ask" | 23:32 |
lbt | yes, I couldn't see an easy solution back then | 23:32 |
lbt | Jaffa: thought you may be interested... | 23:32 |
lbt | vala3 = Qt ? | 23:32 |
fiferboy | Anyhoo, I'm off. Talk to you later | 23:32 |
lbt | take care!! | 23:32 |
fiferboy | lbt: BTW, have you registered for the summit? | 23:33 |
fiferboy | I am trying to decide whether I should go.. | 23:33 |
lbt | yes... | 23:33 |
*** konttori_ has quit IRC | 23:34 | |
fiferboy | I'll have to check with my pregnant wife if I'm able to take the time off ;) | 23:34 |
lbt | ah | 23:34 |
*** harbaum_ has quit IRC | 23:34 | |
*** qwerty12_N810 has quit IRC | 23:34 | |
lbt | shoulda thought of that back then shouldn't you... | 23:34 |
fiferboy | Also, it would depend on sponsorship, so I should probably apply as soon as possible | 23:35 |
lbt | I would | 23:35 |
*** qwerty12_N810 has joined #maemo | 23:35 | |
Jaffa | lbt: that's what I'm wondering/hoping | 23:35 |
fiferboy | lbt: I know, bad planning. Summit in September, baby in November | 23:35 |
* Jaffa emailing mvo | 23:35 | |
fiferboy | Toodle-oo! | 23:35 |
*** fiferboy has quit IRC | 23:35 | |
*** VDVsx changes topic to "Welcome to #maemo | http://maemo.org | Maemo Community Council http://maemo.org/community/council | http://mxr.maemo.org | http://mg.pov.lt/maemo-irclog | Maemo Summit 2009: Call for Content Now Open! -> http://tinyurl.com/mvbcdy | Maemo Summit 2009: Registration now open - http://tinyurl.com/lumhbk" | 23:36 | |
lbt | Jaffa : http://gitorious.org/maemo-af/vala3/commits/master | 23:36 |
lbt | I'd say not | 23:36 |
Jaffa | lbt: Indeed. | 23:36 |
* lbt goes to package cross-glibc and patchelf ... | 23:37 | |
* Jaffa goes to bed. | 23:37 | |
*** dougt_ has quit IRC | 23:38 | |
woglinde | good nite jaffa | 23:38 |
*** joelmaher has joined #maemo | 23:38 | |
*** jhford-work has quit IRC | 23:41 | |
*** qwerty12_N810 has quit IRC | 23:44 | |
coldboot | lbt: Do you know much about how Qt configures itself? | 23:46 |
lbt | build time? | 23:46 |
*** chenca has quit IRC | 23:46 | |
*** qwerty12_N810 has joined #maemo | 23:47 | |
coldboot | lbt: I'm still trying to get src/gui/inputmethod/qhildoninputmethodprotocol.h to be copied to include/QtGui/private in 4.5.0... In 4.5.2 it's been renamed to *_p.h, which makes bin/synqt treat it differently, and I've renamed all instances of it in every file, but it's still not copied over. | 23:47 |
lbt | and why 4.5.0 ? | 23:49 |
lbt | do we care? | 23:49 |
coldboot | lbt: You don't care, but I need this to backport the flicker fix to the version of Qt we have deployed. | 23:49 |
lbt | ah, OK | 23:49 |
coldboot | I was wondering if you knew how Qt did this sort of thing. | 23:49 |
lbt | sure | 23:49 |
lbt | no idea :) | 23:49 |
*** christefano1 has joined #maemo | 23:49 | |
coldboot | :( | 23:49 |
coldboot | I'm gonna see when it was renamed in qt-maemo. | 23:50 |
lbt | pickaxe | 23:50 |
*** christefano1 has quit IRC | 23:52 | |
*** baraujo has quit IRC | 23:53 | |
*** christefano1 has joined #maemo | 23:53 | |
lbt | wow | 23:53 |
lbt | start up gitk | 23:53 |
lbt | select 'find touching paths' | 23:53 |
coldboot | Running `git log -S` on qt-maemo takes a while... | 23:53 |
lbt | and 19fcd40645b263923d316326e2c7bde71cb27c5c | 23:54 |
coldboot | Where is "find touching paths"? | 23:54 |
coldboot | Got it | 23:55 |
coldboot | for qt-maemo? | 23:55 |
lbt | middle drpdown | 23:55 |
lbt | says "containing" | 23:55 |
coldboot | Put 19fcd40645b263923d316326e2c7bde71cb27c5c in the find string, leave it as exact and all fields? | 23:55 |
lbt | Find <next> <prev> commit ...<dropdown> | 23:55 |
lbt | no | 23:55 |
lbt | change the dropdown to "touching paths" | 23:55 |
coldboot | yep | 23:55 |
lbt | pu src/gui/inputmethod/qhildoninputmethodprotocol.h | 23:55 |
lbt | in the the string | 23:56 |
coldboot | Holy crap. | 23:56 |
lbt | fiferboy would wet himself | 23:56 |
*** arp has joined #maemo | 23:57 | |
coldboot | That is amazing. | 23:58 |
woglinde | hm what? | 23:58 |
coldboot | I don't get it then, all they did was rename the file, and change the .pri file, and anything that includes it. | 23:58 |
coldboot | I re-ran configure as it's run by dpkg-buildpackage... | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!