irclog2html for opie on 2002.05.12

00:00:06hashit seems to be working
00:00:12hashMakefiles will be regenerated.
00:00:55ljpspiral: not real sure, as the build is sorta automated
00:01:34spiralmanljp: ok, i guess ill just create a directory for each
00:01:41spiralmanactually, i may make them all one prog
00:01:45spiralmannot real sure yet
00:02:48ljpheheh... hmmm
00:11:15hash/opt/qt-emb/lib/libqte.so: undefined reference to `QSGIStyle::eventFilter(QObject *, QEvent *)'
00:11:19hashi got a ton of these messages
00:11:26hashthan it stopped building addressbook
00:12:04hashprolly cus of QT3?
00:12:10dwmw2_MAdid you make clean?
00:12:14hashyup
00:12:49hashi'm disabling addressbook
00:12:52hashdont need it anyway
00:13:06dwmw2_MAtrying to remember if I hacked some stuff lazily
00:13:20dwmw2_MAI did comment out some charset stuff from textedit, I think
00:13:24hashmake[1]: *** [/opt/opie/bin/appearance] Error 1
00:13:57hashhmm...
00:14:00hashwonder why
00:14:15hashshould i build qt again?
00:15:31hashhere we go again...
00:17:16hashi didnt do a make clean for qt when i recompiled it
00:17:42ljpyou mean.. qt embedded correct?
00:17:46hashyeah
00:18:58hashand what should i do when i want to comple qt and stuff for arm?
00:19:06hashi have the crosscompiler working
00:19:10hashi built the kernel before
00:24:03spiralmanhmm, are there any good docs on how to implement commandline options in an app?
00:24:33hashwell, qt has its own set of of command line argument functions
00:24:36hashdoesnt it?
00:25:27spiralmanhmm, let me see
00:25:30ljpqApp->argc() and qApp->argv()[int]
00:25:43spiralmanyeah, they just return the arguments
00:25:49spiralmanbut i could get them out of main as well
00:26:05ljpya.. but those are global
00:26:05spiralmanwhat i want to know is how they show up in the variables
00:26:29hashvariables?
00:26:30spiralmanfor instance, if i run app "here is a string" will "here is a string" be all one arg?
00:26:36spiralmanor four?
00:26:50hashone
00:26:58hashif you run, app here is a string
00:27:00hashthat would be four
00:27:09spiralmank, but its stuff like that that i need to know
00:27:15hashi see
00:27:23hashthere is a c lib that takes care of that stuff
00:27:30hashi cant remember what it's called...
00:27:36hashc++ lib, that is
00:27:44ljpqApp->argc() will return the number of arguments ;)
00:27:49spiralmanalso, are there any docs for qpeapplication?
00:28:13hashmaybe just the header file
00:28:19spiralmandoes it add any functionality to qapplication that i should know about?
00:28:26spiralmanor is it all pretty much the same?
00:29:03hashwell, there is stuff like ofileopener or something like that
00:29:13hashand some other opie specific stuff
00:29:16spiralmanthats in opie libs, not in the app itself
00:29:20spiralmanapp class
00:29:22hashi see
00:32:23hashok, now it's working
00:35:40hash[QT-EMB]raven:/opt/opie/bin# bash: ./qpe: cannot execute binary file
00:37:57ljpdid you make in launcher?
00:38:45hashhmm...
00:38:52hashnot manually
00:39:06hashi'm building it again
00:39:28hashcus i rebuilt qt halfway through building opie
00:49:55hashmake: arm-linux-gnu-g++: Command not found
00:49:57hashwhat the...
00:50:39hashmy bad...
01:01:25hashis it ok to change the way someone indented the files?
01:02:12ljpdepends on what file.. and who did it
01:02:25spiralmanand if you commit it back to cvs
01:02:36ljpif your going to make a diff... its best not too
01:02:50hashi see
01:02:59hashcus i really don't get how this is indented
01:03:05hashanyway
01:03:12hashi'll just leave it, cus i'm going to make a diff
01:03:33hashi don't get how diff works, cus if i add lines, will it be able to cope with it?
01:03:51dwmw2_MAyes
01:03:58dwmw2_MAjust 'diff -u <oldfile> <newfile>
01:04:07hashok
01:04:13dwmw2_MAor 'cvs diff <file>' when the cvs server comes back
01:11:47spiralmanyay! hh is back...
01:21:24hashanyone can do that?
01:21:29hashwithout a username/password?
01:25:44hashanyone know where the man page for MimeType is?
01:26:48hashwhere is that defined?
01:26:56spiralmanno idea...
01:27:08hashsorry... found it
01:28:29spiralmanwhat happens when an application doesnt have a main widget set?
01:29:06spiralmanis away: dinner
01:33:25hashthis is weird
01:33:41hashi defined bool getShowThumbnails () const { return showThumbnails; } in the header file
01:33:57hashbut when i try to access that method through a pointer of it
01:34:03hashit says it's not there
01:34:12hashparent->getShowThumbnails()
01:34:24hashfilebrowser.cpp:86: no matching function for call to `QListView::getShowThumbnails ()'
01:36:40hashi really don't get it
01:38:01ljpdon't get what?
01:42:01ljp: what?
01:42:01ljpibot: opie-background
01:42:06ljp: what?
01:42:06ljpibot: opie background
01:42:22ljp: excuse me?
01:42:22ljpibot background
01:43:38it has been said that opie-look is http://draknor.net/ipaq/opie-look.php
01:43:38ljpibot: opie-look
01:43:48ljp: huh?
01:43:48ljpibot: grow a brain
01:46:41spiralmanis back
01:48:42spiralmancan i open dialogs and such without an appliction?
01:51:43ljphmm kinda: http://prdownloads.sourceforge.net/zaurus/qpe-dialog_1.0.0_arm.ipk
01:53:01spiralmanyeah, thats sorta the app im trying to write
01:53:05spiralmanexcept more extensible
01:53:22spiralmanbut now im getting an undefined reference to main_...
01:53:50spiralmanoops, bad .pro
02:09:26spiralmanis away: movie
04:22:30spiralmanis back
05:42:05spiralmannight all
08:30:26Harlekinhey
08:30:29Harlekinhh.org is back
09:28:26tillere
09:37:46zeckehh is still down
09:38:52tillehh is up and online, cvs too :D
09:39:10zeckenot here
09:39:22zeckeor T-Offline is striking again
09:39:36zeckeanyone got a proxy server for me?
11:43:33markyey, cvs is back up
11:43:45tille:D
11:44:02markmy Z still wont turn on properly :(
11:49:05markHarlekin: do you know what libmail.so is?
11:50:34Harlekinmark: where
11:50:43markHarlekin: i dunno, i have it in $QTDIR/lib
11:51:06Harlekini dont
11:51:12markhmm, odd
11:53:08Harlekinmorning ljü
11:53:10Harlekinljp
11:55:04ljp*stretch*
11:57:49markwhats the command for looking at the librarys a program needs and what it is going to use?
11:58:11Harlekinldd ?
11:58:18markthats the one
11:58:29markcheers
12:03:30ljpheheh strings
12:04:36markHarlekin: i'll have the SDK done in time
12:09:22marki need to build a static designer/uic/qvfb
12:10:26Harlekinhmm
12:10:30Harlekinor a prescript
12:10:38Harlekinsince you wanted to pack x86 and arm in one tar
12:12:41markyeh, i think there will be a prescript, but i need static tools so that i dont have to build one against qt2, one against qt3 etc
12:12:51mark(what TT did for Qtopia sdk)
12:13:48Harlekinmark: build them against qte
12:13:50Harlekin.-)
12:14:10markhehe
12:30:00hashhow can i copy & paste text using just the keyboard input method or the handwriting input method?
12:30:19markhash: you cant i dont think
12:30:30markofficial Z rom has 'edit -> copy, paste' everywhere
12:30:38Harlekinhash: only with real hardware keyboard
12:30:48Harlekinhash: bug in qte
12:31:56ljpuse the Force, Luke
12:33:40markhancom word is v nice
12:34:53ljpcrashed on me
12:35:44hashmark: you are lucky...
12:36:01hashi'd like it, but not enough to buy it... hehe
12:36:06markhash: heh
12:36:58ljpI got mine for free
12:37:54hashcan someone help me with this c++ problem i'm having?
12:38:13zeckehash: Harlekin is the guru ;)
12:38:21hashhehe
12:38:40hashhe must be away right now
12:38:41zeckeHarlekin: no the menu stuff, copy, paste, cut is a different story
12:39:04zeckeHarlekin: the keyboard applet is broken
12:39:22hashhere's my problem
12:39:28hashi have two objects
12:39:30zeckeHarlekin: jump X should work but there is a bug in qte
12:39:47hashclass FileView : public QListView { public: bool getVar() const {return variable};}
12:39:50zeckehash: btw do you've the sources?
12:39:56hashyeah
12:40:03hashgot it yesterday
12:40:07zeckeok
12:40:11zeckeI was away
12:40:13hashthanks for asking though
12:40:31hashand when i try to access getVar() from another object
12:40:40hashparent->getVar()
12:40:43hashi get this
12:40:57hashfilebrowser.cpp:86: no matching function call to `QListView *, const QFileInfo &)':
12:41:08zeckehash: you need to cast
12:41:13hashhow?
12:41:14zeckefrom QListView to FileView
12:41:20hashi tried that
12:41:26hasha simple cast doesnt seem to work
12:41:42zecke (FileView*)parent->getVar() for a c cast
12:41:44Harlekinre
12:42:01Harlekinzecke: as I said
12:42:34zeckeor static_cast<FileView*>(parent)->getVar()
12:46:01hashthat seemed to work, but now i have a linking problem
12:46:17zeckepaste it here
12:46:35hashthis is another computer...
12:46:43hashhard to copy text, but i'll try
12:47:14hashfilebrowser.o(.rodata+0x7ac): undefined reference to `QPixmap type_info node'
12:47:33hashfilebrowser.o: In function `QAArray<char> type_info function':
12:48:12hashfilebrowser.o(.gnulinkonce.t.__tft6QArray1Zc+0x16): undefined reference to `QGArray type_info node'
12:48:12zeckehmm I dunno
12:48:30Harlekinhash: make clean?
12:48:38zeckeHarlekin: tr("Hab die Bestaetigung von Puretec") bekommen
12:48:48Harlekinzecke: cool
12:49:01zeckeHarlekin: nix Faxen ;)
12:49:25Harlekinoh
12:49:30Harlekinwie dann bestätigen
12:50:11zeckeHarlekin: nichts Bestaetigung KontoNummer ueber SSL
12:50:21Harlekinoh
12:56:48hashi get it to compile, and it wont link!
12:56:50hashuhhg
13:07:08hashthis must be a problem with the Makefile
13:08:46Harlekinhash: forgot to add a new header to the pro file?
13:08:58Harlekinhash: forgot to redo the makefile via tmake?
13:12:15hashi don't know
13:12:19hash*checking....*
13:13:47markanyone know what you do in a .pro to make something build stat ically
13:25:34hashit's weird
13:25:40hashi ran configure again, and it works now
13:25:59hashbut the (FileView*)parent->getVar() seems to only return true
13:26:47markisn't the casting wrong there? you are casting getVar() to FileView*
13:26:58hashyeah
13:27:15hashisn't that what i want to do?
13:27:25marki'm not sure
13:27:34marki was just making sure you knew what you were doing
13:27:44markyou are not casting parent to Fileview*
13:27:48zeckehash: a pair of ( ) are missing
13:27:55zeckehash: this was my fault
13:28:02hasharound parent, right?
13:28:14zecke( (FileView*)parent)->getVar()
13:28:22zeckeor use the dynamic_cast
13:28:32markzecke: thought so
13:29:06zeckemark: I though he would use the dynamic_cast or static_cast
13:39:02hashyes!
13:39:04hashi'm done
13:39:08hashhow do i make a patch?
13:39:19Harlekindiff against cvs stuff
13:39:28Harlekinhash: or just send the modified files
13:39:29Harlekin,.)
13:39:44hashto...?
13:40:36hashthe computer that i work on isn't connected to the web
13:40:43hashso i have to copy it over with a floppy
13:40:56hashcan i send you or someone the files?
13:41:26Harlekinyes
13:41:32Harlekinsend them zecke and me
13:41:38Harlekinand we will double check it
13:41:43hashcool
13:41:57hashgoes to look for a damn floopy
13:42:26zeckehash: and write a small description what you wanted to chane;)
13:42:45Harlekinzecke: its picture preview
13:44:14hashzecke: ok
13:46:03zeckehash: as a different view?
13:52:20markhash: i did something silly in that tarball i sent you
13:52:44hashzecke: huh?
13:52:55hashzecke: no, it just changes the icon for the file
13:53:00hashto a preview of the file
13:53:11hashmark: i see
13:53:31hashzecke: can i send you the files via dcc?
13:53:45Harlekinhash: better would be if you make a way to turn it on and off
13:53:53hashHarlekin: i did
13:54:00hashHarlekin: i added the option to the view menu
13:54:29hashHarlekin: dcc ok?
13:56:33zeckehash: no my firewall won't let me
13:56:37zeckehash: but try it
13:56:42hashk
13:57:34hashguess it wont work
13:58:22zecketest
13:58:32hashit worked
14:02:05tillehmm ;)
14:02:41Harlekinhash: you killed his client
14:02:43Harlekin,-)
14:02:46hashdoih
14:03:05hashHarlekin: http://asdfnews.org/jake/filebrowser.tar
14:07:01hashdang, i should add a thumbnail cache feature
14:07:10tillehttp://spinne.chemie.unibas.ch/~vogtp/opie/oipkg/opie-oipkg_1.5.0-20020512_arm.ipk
14:07:21Harlekinhash: and config file
14:07:24Harlekinhash: like size
14:07:37hash?
14:07:47hashsize?
14:08:00Harlekinhow big the thumbnails should be
14:08:05Harlekininstead of hardcoded
14:08:10hashoh, i see
14:08:17Harlekinmake it read the values from an config file
14:08:26hashgood idea
14:08:34hashthe built in config stuff for qpe
14:09:08hashone thing i hate about caching thumbnails, is that you always have to leave a .thumbnails dir or something
14:09:26hashso you always leave dirty files all over the place
14:09:37ljpnice, tille... oipkg no dups! :D
14:09:49Harlekinhash: maybe in ramfs
14:09:51hashyeah, that is a cool prog
14:10:02hashHarlekin: oooh, right
14:10:16Harlekinhash: make a relative fs stucture
14:10:28Harlekinbut on mount media it should be stored on them
14:10:30hashit would be nice if i can find a faster method of scaleing
14:10:31hashscaling
14:10:33Harlekincf cards
14:10:40hashi see
14:10:52hashok, that's my next project, i guess
14:10:56hashcaching thumbnails
14:11:16Harlekinand mybe file infos
14:11:25hashfile infos?
14:11:28Harlekinjpg for example can have included thumbnails
14:11:35Harlekinor like compression
14:11:36Harlekinetx
14:12:08hashyou mean, thumbnails for text files and stuff?
14:12:23Harlekinjust more info
14:12:27hashi see
14:12:31hashi wanted to do that too
14:12:36hashbut then the columns get messed up
14:12:39Harlekinbut thats not so important
14:12:42Harlekinhmm
14:12:44hashcus you cant squeeze more info in there
14:12:55Harlekinso make them higher
14:12:58Harlekinif needed .-)
14:13:02hashuh huh...
14:13:12hashyeah, that will definitly have to be done
14:14:21hashHarlekin: does it work for you?
14:14:29Harlekinstill looking at it
14:14:36hashi see
14:16:40hashHarlekin: please tell me when it's ok, cus i have to sign off soon
14:17:20markdoes no one know how to make a .pro build statically?
14:17:26Harlekinhash: looks ok
14:17:38Harlekinhash: you should put a loading popup on your to do scren
14:17:46Harlekinhash: so nobody thinks that fm crashed
14:17:51Harlekinwhile makeing thumbnails
14:17:59hashHarlekin: yeah, i don't know how to make it do that though
14:18:00hashi tried
14:18:10hashi'll keep trying though
14:18:37Harlekinhash: look at datebook code
14:18:44Harlekinhash: the on click popups
14:18:44hashHarlekin: so it's going to be added to cvs?
14:18:52Harlekinjust with out the click event
14:18:53hashHarlekin: datebook does that? i'll look
14:19:07tillemark: how do you make gcc build statically?
14:19:13hashwhen does datebook do that?
14:19:13Harlekinhash: not sure
14:19:23Harlekinhash: when you click on an appointment
14:19:28Harlekinhash: not sure, about cvs
14:19:37hashok
14:19:38marktille: gcc -static
14:19:42Harlekinsince right now people could think that the whole unit is crashed
14:19:43ljpmark: use TMAKE_CFLAGS to set compiler flags
14:20:09Harlekinhash: imagine somebody wants to go in a dir on a cf that is in a 4 megapixel digicam
14:20:09hashHarlekin: when you click on an appointment in what view?
14:20:15Harlekinhash: how long he would have to wait
14:20:18hashyeah, it wouldnt do it
14:20:29hashit would crash due to lack of memory (at least on my machine)
14:20:43Harlekinhmm
14:20:44hashi think it would
14:20:51Harlekinso not really ready for cvs
14:20:54hashhehe
14:21:01hashok, i'll try to do that loading thing
14:21:05tillemark: CFLAGS  +=  -static does not work?
14:21:05markljp: in a .pro file or an env variable?
14:21:29hashHarlekin: i'm sorry, but i don't know when datebook does the dymanic loading
14:21:34ljp.pro.. not sure how you would specify the linker flags
14:21:37hashHarlekin: can you please explain again?
14:21:46Harlekinhash: dynamik loading?
14:21:49dwmw2does TMAKE_CFLAGS actually work?
14:21:50Harlekinhash: i ment the popup
14:21:55dwmw2TMAKE_CXXFLAGS definitely doesn't
14:21:58ljpit should
14:22:04hashHarlekin: popup for the images?
14:22:06marktille: trying it now
14:22:07Harlekinhash: you should make a popup prompting "loading thumbnails"
14:22:10tilledwmw2: in the .pro file?
14:22:12ljpthey do work here
14:22:18hashoh!, that shouldt be hard
14:22:22Harlekinhash: while they are generated
14:22:36Harlekinhash: and on cf you should have a thumbnail dir
14:22:41Harlekinwhich will be loaded second time
14:22:44dwmw2tille: yep
14:22:49dwmw2see gsmtool/gsmtool.pro.
14:22:55dwmw2it doesn't actually work.
14:23:01ljpdwmw2: are you using the latest version of tmake?
14:23:05tilleljp: mark: btw your reported bugs should be fixed
14:23:09hashHarlekin: ok
14:23:15dwmw2tmake-1.7-3
14:23:20ljptille: yes it si.. thanks
14:23:25tilledwmw2: did you try do omit the TMAKE_
14:23:29dwmw2yes
14:23:34dwmw2and various other combinations.
14:23:36ljptry tmake 1.8
14:23:49dwmw2ok
14:24:06hashwell, i'm off
14:27:25ljpmaybe try TMAKE_LFLAGS
14:29:45ljplooks like that works for linker flags
14:31:27ljpheh gotta just love TT's acuracy of the documentation
14:32:47ljpdwmw2: they moved to qmake for qt3..
14:35:08ljpbut you knew that right? ;)
14:54:30dwmw2ljp: I tend to ignore such things if I can.
14:55:10soaiican i use opie packages on my familiar base ipaq?
14:56:07Harlekinsoaii: thats what they are for
14:56:21Harlekinljp: you got mail
14:56:58soaiido i have to get rid of my exising window manager, blackbox
14:59:11Harlekinsoaii: you do not have to
14:59:19Harlekinsoaii: but since opie does not use X
14:59:25Harlekinyou could free all that space
14:59:35soaiireally
15:00:04soaiiso what then happens to all my X apps?
15:00:38Harlekinyou cannot use them
15:00:41soaiii don't want to have a cool looking gui and lose my old apps
15:00:50Harlekinthen stick with X
15:00:53soaiidamn
15:01:01soaiithanks dude
15:01:32Harlekinthere are X version
15:01:36Harlekinof the apps
15:01:42Harlekinbut it does make not all the sence
15:01:43Harlekinsense
15:02:12Harlekinhttp://handhelds.org/scap/port.7560.png
15:02:14Harlekin.-)
15:02:48soaiidoes look sexy
15:05:10Harlekinhttp://handhelds.org/scap/port.7680.png
15:05:18Harlekinhmm
15:05:26Harlekinthe button is a bit to intense in color
15:05:28Harlekinneed to fix that
15:05:48Merlin83bThe kbill button?
15:06:08Harlekinno the opiezilla button in the background
15:06:10Harlekin.-)
15:06:16Merlin83bAh :-)
15:06:19Merlin83b: excuse me?
15:06:19Merlin83bibot: opiezilla
15:06:25Merlin83b:-)
15:06:58ljpthats pingizauru
15:07:11ljp: sorry...
15:07:11ljpibot: opie-tshirts
15:07:16opie tshirts is, like, at http://www.cafepress.com/cp/store/store.aspx?storeid=openzaurus
15:07:16ljpibot: opie tshirts
15:07:26ljpheheh openzaurus, really
15:07:29markhttp://handhelds.org/scap/port.7680.png
15:07:32marklove the background image
15:08:30markwhere does th at bac kground come form?
15:09:18Harlekinmark:  i made it
15:09:37markHarlekin: its gorgeous, where can i download it from?
15:09:44Harlekinmark: i can mail it
15:09:51Harlekinstill working on it
15:09:51markHarlekin: cheers
15:10:02Harlekinand want to make a 640x320 version also
15:10:16Merlin83bI vote for that one (when finished) to be the default background
15:10:54markcan someone do me a favour and send an email to mark@handhelds.org and tell me if its working?
15:11:13Merlin83bDoing it...
15:11:29Merlin83bSent
15:11:55Merlin83bBounced
15:12:01markbugger
15:12:42Merlin83b<mark@handhelds.org>:
15:12:42Merlin83bTO ACCESS THE MAILING LIST SYSTEM: Start your web browser on
15:12:42Merlin83bhttp://handhelds.org/
15:12:42Merlin83bThat web page will help you subscribe or unsubscribe, and will
15:12:43Merlin83bgive you directions on how to post to each mailing list.
15:12:48Merlin83bYou're a mailing list :-)
15:12:55markheh
15:13:34markah, my forward seems to have disappeared
15:13:56markwhats is the file meant to be called?
15:14:32Merlin83b.forward ?
15:14:50Merlin83bBearing in mind I don't know what you're talking about :-)
15:15:41markyeh thats it i think
15:15:43markhehe
15:19:28Harlekinhttp://handhelds.org/scap/port.23143.png <- new try
15:21:11Harlekinthe blue less intense
15:21:18Harlekinand the Opie better viewable
15:21:46Merlin83bYeah, looks good.
15:22:04Harlekinmaybe the opiezilla a bit more intense
15:22:18spiralmanHarlekin: looks sweet
15:22:24ljpyou mean pingizauru
15:22:27Merlin83bBut not the blue circle
15:22:39Harlekinljp: opiezilla for me
15:22:51ljpopiezilla sound too much like mozilla
15:22:52HarlekinMerlin83b: the one in there
15:23:24Harlekinljp: k
15:23:28ljphehehhe
15:23:36ljpI dont care what you call it
15:23:36Merlin83bHarlekin: pingizauru a bit more intense, but the circle the same
15:23:44HarlekinMerlin83b: just did it
15:23:55Merlin83b:-)
15:24:09spiralmanbut we dont all have zaurus's, so i think calling it pingizauru would be off putting to the ipaq people...
15:24:14ljpcall him/her Fred for all I care
15:24:22spiralmanhehe
15:24:36Merlin83bOpieRex
15:24:37Merlin83b:-)
15:24:49ljpits actually the openzaurus creature/logo...
15:25:21ljpopierex kenobe
15:27:37Harlekinhttp://handhelds.org/scap/port.1756.png <- newest try
15:28:17Merlin83bThat's the same as 23143
15:28:33spiralmannah, the button thing is lighter
15:28:48spiralmanalthough, the logo thing is also lighter...
15:28:58Harlekinspiralman: not really
15:29:00Harlekinhttp://handhelds.org/scap/
15:29:10Harlekinto watch the different one
15:29:12Harlekinand remember
15:29:13Merlin83bCan't see the difference If I go back and forwards between them.
15:29:14spiralmanmight be interesting to see what it actually looks like on the handhelds screen
15:29:19Harlekinon a 36xx ipaq they look way different
15:29:35Harlekinspiralman: on 37xx 38xx and zaurus it should look just like that
15:29:59spiralmani thought the 37 and 36 ipaq have the same screen?
15:30:11Harlekin37xx has a 64000 color screen and more ram
15:30:15Harlekinmore flash
15:30:25Harlekinbut the same outer appearance
15:31:18Harlekinspiralman: sorry
15:31:22Harlekinspiralman: youre right
15:31:32Harlekin37xx still has the shitty display
15:31:34Harlekinjust more color
15:31:38Harlekinmore flash
15:31:58spiralmandont call it "shitty" untill youve seen a color palm...
15:32:03spiralman: )
15:32:22Harlekini know both
15:32:26Merlin83bHey!  I have a 37!
15:32:34Harlekini have a 36xx
15:32:39spiralmanyeah, ive got a 36xx...
15:32:39Harlekin3630
15:32:48ljpI have an ipaq zaurus.. heheheh
15:32:50Harlekinthe wallpaper looks way different on that
15:32:52Harlekinbut ok
15:32:52Merlin83bI'd hardly call it shitty!
15:33:04HarlekinMerlin83b: every seen the zaurus display?
15:33:09Merlin83bNope
15:33:15Harlekinhehe
15:33:17spiralmanblue turns green on the 36/7 ipaq
15:33:21ljpHarelkin: you should send that to opie-look
15:33:28Harlekinljp: where is it
15:33:31opie-look is http://draknor.net/ipaq/opie-look.php
15:33:31Harlekinibot opie-look
15:33:47Harlekinhttp://draknor.net/ <- who was that again
15:34:12spiralmandrw-
15:34:38HarlekinNo such domain: draknor.net
15:34:55Merlin83bDan Williams apparently.
15:35:01spiralmanworks for me...
15:35:24Harlekinhmm
15:35:32ljphttp://209.164.117.61
15:36:44Harlekinljp: why is that not on our main homepage
15:36:57ljpdont know it should be, eh
15:37:00Harlekinyes
15:37:10Harlekintimed out connection
15:37:14Harlekincennecting
15:38:44Harlekinhttp://arachni.kiwi.uni-hamburg.de/~harlekin/opie1wallpaper2.png
15:38:49Harlekinif somebody wants to try it
15:40:11ljpwell. I added opie-look to the wiki
15:41:27Harlekin: what?
15:41:27Harlekinibot: message for drw- talk to bipolar about adding opie-look to the opie homepage
15:41:33Harlekinibot: message for drw-: talk to bipolar about adding opie-look to the opie homepage
15:45:02ljpI second that for being the default opie/OZ background
15:45:31Harlekinljp: i will need to work on the size
15:45:39Harlekinits more than 2x the old one
15:45:51Harlekinmaybe less colors
15:45:55Harlekinor jpg
15:46:03Harlekinsince we have jpeg in there now
15:47:03ljpI dunno.. loks great on a Z the way it is
15:47:05Harlekinas jpg ist 10 kb
15:47:12Harlekinas png 72
15:47:34ljpdoes it work as jpg?
15:47:41Harlekinit should
15:47:48Harlekinsince we included jpeg support in libopie now
15:47:52Harlekinin libqte
15:48:00spiralmandoesnt look real bad on my 36xx
15:48:07spiralmancould stand to be a little darker
15:48:07Harlekinspiralman: here not either
15:48:23Harlekinspiralman: then it looks to bad on better divices
15:48:37Harlekinand since new pdas tend to have 64000 color displays
15:48:42spiralmanHarlekin: can you put a darker one up for the 36/37 ipaqs?
15:48:44Harlekinjpg on my homepage too
15:48:48Harlekinif somebody wants to test
15:49:03spiralmanbut people tend to not buy the latest and greatest pda just cause its out
15:49:25spiralmanid love to be able to buy another ipaq or a z, but unless you are gonna give me $500...
15:50:06Harlekinspiralman: http://arachni.kiwi.uni-hamburg.de/~harlekin/opie1wallpaper3.png
15:50:09Harlekinspiralman: try that one
15:51:22spiralmanHarlekin: hmm, somewhere in the middle is probably the best, although im not sure...
15:52:07Harlekinbetter 2 versions
15:52:45Harlekinbut id go for the ligher version on ipaq 36x too
15:52:48spiralmanHarlekin: i mean that the dark version is a little too dark
15:52:50Harlekinit still looks ok
15:52:56spiralmanalthough, its still light around the edge...
15:53:02spiralmanyeah, the both look pretty good
15:59:57ljpHarlekin: Sharp may give some kind of discount for the Z to developers....
16:02:27markHarlekin: what did you do the logo in btw?
16:02:43markljp: where is oz 9.2 downloadable from?
16:02:46ljpafter a verification that you actually have apps out
16:03:53ljpmark: http://geezer.umgllc.net/kergoth/
16:04:07markljp: cheers
16:04:10ljp:D
16:04:41markwonder how he generates that page
16:05:11Merlin83bWith Apache
16:05:16Merlin83bNot hard
16:05:37markheh, the apache i'm given doesnt have mod_(whatever it is)
16:07:00Merlin83bmod_index I think
16:07:35markyeh thats it
16:08:41markwell on this crappy hosting site
16:08:44marki dont have control over apache
16:09:16ljpwhardier can get control of it for you... :)
16:10:03markmod_autoindex
16:10:19Harlekinre
16:10:36Harlekinljp: hmm, even for a discount i as a student do not have th money
16:10:42markljp: hehe
16:10:44Harlekinmark: gimp
16:11:40markMerlin83b: without control over apaches config file, i cant do nething can I?
16:11:44markHarlekin: k
16:12:08Merlin83bNot modules wise, no.
16:12:19Merlin83bA bit of Perl of PHP would do it if you can be bothered though.
16:12:47Merlin83bI'd lay money on scripts already existing.
16:12:56Merlin83bhostscripts.com, freshmeat or something
16:14:24markhmm, okay, thanks
16:23:16markMerlin83b: www.houseoffish.org ;)
16:23:46Merlin83bCool
16:23:51Merlin83bFOund a script then :-)
16:24:01markyeh
16:24:08marki'd like to hide all the ugly stuff though :)
16:30:14markMerlin83b: done it.  heh, php is neat
16:30:18Merlin83b:-)
16:30:28Merlin83bI'm a Perl guy myself, but I have dabbled a little in PHP.
16:30:46markjust needed to modifity one array
16:33:36spiralmanhmm, im trying to make my own message box class, but the only icon i can find in opie is the "information" icon
16:33:45spiralmanis there a warning and error icon anywhere?
16:33:59spiralmanthats included w/ opie?
16:35:13markspiralman: not t hat i can see
16:35:18markwhats wrong with qmessagebox btw?
16:35:32spiralmanmark: it doesnt behave the way i need it to in this case
16:35:48opie-remote is a remote control emulator, written and maintained by spiralman at http://draknor.net/ipaq/opie-remote.html or at the more up to date http://www.rit.edu/~tfs1812/
16:35:48Harlekinibot:opie-remote
16:36:02okay, Harlekin.
16:36:02Harlekinibot: opie-remote is also in opie cvs now
16:36:16spiralmanand its just more convinient for me to inherit my own dialog, than get a qmessage box to work...
16:36:20spiralmanHarlekin: cool, thanks
16:36:21Merlin83bspiralman: You are just going to inherit from it and specialise, right?
16:36:39Harlekinspiralman: work in cvs dir now, would be best
16:36:47spiralmanMerlin83b: actually, im inheriting from QDialog, its for a shell wrapper
16:36:55spiralmanits not for opie-remote, btw
16:36:55Merlin83bFair enough
16:36:59Merlin83bA shell wrapper?
16:37:10spiralmanwell, thats not a good dexcription
16:37:15Merlin83b:-)
16:37:24spiralmanbasically, allow people to use qt/e dialogs from a shell script
16:37:39Merlin83bCool
16:37:43gonzsmiles happily
16:38:18spiralmangrr...
16:38:20Merlin83bShould I make irdapplet set up IR for opie-remote?
16:38:40HarlekinMerlin83b: what needs to be set up?
16:38:40spiralmanMerlin83b: what does irdapplet use to access the ir port?
16:38:47Merlin83birda0
16:39:02spiralmanMerlin83b: im using lirc, so all that needs to be set up is an lircd.conf in /etc
16:39:07Merlin83bI just remember having to insert modules and the two not being happy together.
16:39:17spiralmanyeah, thats a problem
16:39:26Merlin83bspiralman: Not quite what I meant - you have ot insmod don't you?
16:39:29spiralmanif you want to have a "start lirc" option, that would be cool
16:39:32spiralmanyeah, you do
16:39:53Merlin83bThat's what I was thinking, maybe only activated if lircd was installed.
16:39:59spiralmanyeah
16:40:19spiralmansounds cool
16:40:31Merlin83bWas thinking whether to post patches now or do a bit more work.
16:40:49Merlin83b'Cos it's done for discovery and irda0 activation.
16:41:05spiralmansounds cool
16:41:11Merlin83bYeah, it's better than it was :-)
16:41:17Merlin83bI made a (IMO) nicer icon too.
16:41:49spiralmanso, ill need to include a warning and error icon if i want to use them, right?
16:41:54Merlin83bYep
16:42:07Merlin83bAlthough you'd have thought they'd be a common ting, so maybe just stick them in /pics
16:42:24spiralmanyeah, thats what im gonna do, i think
16:42:56spiralmandoes qt for the desktop come w/ any images?
16:43:14Merlin83bHmm, /pics/info.png has some weird lines at the top, bottom, left and right.
16:45:25spiralmanlooks ok for me...
16:45:51markspiralman: no, do NOT stick anything in /pics
16:46:22Merlin83bWhy?
16:46:36markpics/urapp/
16:46:39marknot just /pics/
16:46:50spiralmanwell, personally, i think these should be included w/ opie...
16:46:59spiralmanim suprised they arent
16:47:07Merlin83bThey're for really common use though, I'd have thought they'd be there already
16:47:11markthere is no opie-pics package
16:50:07gonzmark: do you mean "qpe-pics" ?
16:50:43markgonz: no, i mean that there is no opie-pics package
16:51:26markif you start putting thins in pics/ they wont get included
16:51:57markunless you put them with ur .ipk, in which case they should be in pics/yourapp anyway
16:52:17spiralmanwell, ill put them in pics/opie-sh for now
16:52:29spiralmanif anybody wants to put them in opie, they can...
16:52:34markunless you want an pics/opiepics which is included with libopie
16:52:49markwhich would be acceptable
16:53:11mark(sorry to be bossy, me and kergoth spent hours figuring out what to do pics-wise a while back)
16:53:17spiralmanthats fine
16:55:59spiralmanhmm, is there any widget thats just an image?
16:56:13markQIMage
16:57:02spiralmanhmm, that doesnt inherit qwidget
16:57:16spiralmanid like something that i can just add to a layout.  is that possible with qimage?
16:59:04marki'm not sure
16:59:06marknever really used it
16:59:10marklook at th e today source perhaps
16:59:27spiralmank, thanks
17:00:05Harlekinmark: ?
17:00:17markHarlekin: today as pictures in it doesn it not?
17:00:44Harlekinmark: not anymore
17:00:53Harlekinmark: can be translated now
17:01:00Harlekinmark: on massiv request
17:01:10markoh right, i'm behind
17:01:58Harlekinand the opiezilla wanders with screensize too now
17:03:55spiralmanwell, whats the easiest way to draw an image into a layout?
17:04:01Merlin83bspiralman: What's the name of the module for lirc?
17:04:11spiralmanMerlin83b: lirc_sir, i think
17:04:28Merlin83bYep
17:04:34spiralmanyeah
17:08:12spiralmanahh, QLabel seems like it might work...
17:13:34gonzcan't wait ;)
17:18:27marki'm confused
17:18:37spiralmanis that new qpe script that detects the ipaq and sets the rotation in the feed now?
17:18:53marki am trying to cross compile vim, but termcap.h is missing
17:19:19markoh fsck
17:19:24marki need kergoth
17:26:22markthis is stupid, kvim/e works fine when compiled against qt/x11, but not qte
17:27:24Harlekinmark: does it compile?
17:28:12markyep
17:28:14markfont problem
17:37:25marki'm thinking it may be a qt/e bug
17:43:30markjust hack up a test case and send it off to qt
17:43:32marktt*
17:53:36spiralmanhmm pixmap.resize seems to crop the image
17:53:44spiralmanis there any way to actually resize the image?
17:54:30markspiralman: yes, i know its possible
17:54:36markread the docs for resize
17:54:43markthere is an option irrc
17:54:45spiralmani did
17:54:56markare you using a QLabel with paintEvent reimplemented?
17:55:09spiralmanthere is just resize(int, int) and resize(QSize)
17:55:13marki know its possible, i've done it before, I cant rembember where, how though
17:55:18spiralmanno, its just a QLabel that im adding a pixmap too
17:55:19spiralmank
17:55:25spiralmanill keep looking then
18:01:14markmaybe its in QBitmap or something
18:01:29spiralmanyeah, QImage has a smoothScale function...
18:01:53marki need to hack up a QPainter example, what is the best w idget to do it on?
18:01:57spiralmanbut i have to convert between them, and it says they are slow
18:02:00zeckehi
18:02:05spiralmanzecke: hey
18:02:47spiralmanmark: isnt there a widget designed to paint into?
18:03:05spiralmanmark: look at the tutorial that comes w/ qt, i think they deal with something like that (dont remember anymore)
18:04:01markspiralman: okay
18:04:27zeckeHarlekin: you're the man ;)
18:04:50Harlekinzecke: ?
18:05:29zeckeHarlekin: the background image is just fantastic
18:05:48zeckeHarlekin: did you replace that with the standard one?
18:06:03zeckebtw: I like the new IBM Commercial
18:06:15markzecke: that the basketball one?
18:06:21zeckemark: yes
18:06:26markzecke: yeh, so do i
18:06:26zeckemark: Linux scores
18:06:29markyep
18:06:44Harlekinzecke: as mpg yet?
18:06:51Harlekinzecke: i wanted to show it kergoth first
18:07:01Harlekinzecke: and also i think as jpg it would be better
18:07:03Harlekin10 kb
18:07:08Harlekinas png its 72 kb
18:07:10Harlekinwhich is to huge
18:07:26zeckeHarlekin: hm yeah
18:08:24Harlekinand ill make a 640x320 version too
18:08:24spiralmanok, i got the image scalling
18:08:57spiralmanits complicated though
18:09:44spiralmanimage=pixmap.convertToImage;image=image.smoothScale(int, int);pixmap.convertFromImage(image);
18:10:36zeckespiralman: this is expensive on X11
18:10:40spiralmanzecke: i know
18:10:46zeckeI dunno how it is for Qt/E
18:10:55spiralmanzecke: know of a better way to scale a pixmap?
18:11:01spiralmanzecke: resize just crops it
18:11:14zeckespiralman: no :(
18:11:39Harlekinspiralman: did you resize the label or the pixmap
18:11:51spiralmanthe pixmap
18:11:57spiralmanwill resizing the label work as well?
18:12:37spiralmanlet me try that, i gues
18:13:03Harlekinno
18:13:05Harlekinthat will crop
18:13:10spiralmanok
18:13:19Harlekinspiralman: why resizing?
18:13:42spiralmanHarlekin: because there is an icon that is 128x128, and thats too big, i want it 32x32 or 64x64
18:13:50spiralmani guess i can just put a 32x32 icon on it
18:13:55Harlekinspiralman: what are you doing?
18:14:00Harlekinspiralman: yes
18:14:05spiralmanHarlekin: qdialogs froma shell script
18:14:06Harlekinspiralman: also because of filesize
18:14:27zeckespiralman: dialogs from a shell script?
18:14:29spiralmanwell, the 128x128 image im using comes w/ opie
18:14:36zeckespiralman: there is a qt dialog version
18:14:46Harlekinspiralman: that info thing?
18:14:51Harlekinspiralman: thats not even in opie
18:14:53spiralmanbasically, its an app you can run that lets you open a dialog with custom text, buttons etc
18:15:01Harlekinspiralman: because pics/ without appdir
18:15:02spiralmanHarlekin: yeah, whats it from then?
18:15:06Harlekinwont be in in future
18:15:13spiralmanok, i wont rely on it then
18:15:14Harlekinits in qpe-pics now
18:15:16zeckespiralman: use dialog ;)
18:15:17Harlekinwill be droped
18:15:18sgodsell_nbHello opie people in the house  ;)
18:15:23Harlekinhi spiralman
18:15:26spiralmanzecke: i am using QDialog
18:15:26Harlekinhi sgodsell_nb
18:15:27Harlekineven
18:15:29zeckehello Toronto People
18:15:35zeckespiralman: the program named dialog
18:15:50spiralmanyou mean qpe-dialog?
18:16:00spiralmanmine will do more than that though...
18:16:00zeckespiralman: wait a moment
18:18:08zeckehttp://apps.kde.com/uk/0/info/id/848
18:19:05spiralmanhmm, cant try that out since it uses kde2...
18:19:14zeckespiralman: not really
18:19:43spiralmanwell, i dont have qt2/kde2 set up to compile against at the moment
18:20:03sgodsell_nbHey is anyone using 2.5 kernel with opie?
18:20:18Harlekindwmw2: ping
18:20:24dwmw2hi
18:20:47Harlekindwmw2: you have write access to kernel cvs??
18:20:51dwmw2yes
18:21:00Harlekinsince when
18:21:08dwmw2years. why?
18:21:16sgodsell_nbsince the beginning  ;)
18:21:40sgodsell_nbHey 2.5.13-hh0 is out
18:21:49Harlekindwmw2: hmm, then i could have pushed teh touchscreen patch to you too
18:21:51sgodsell_nbfor ipaq cool
18:21:55Harlekindwmw2: would have been faster
18:22:23dwmw2maybe. I try not to touch anything I don't own. Better to leave other stuff to jamey &c.
18:22:28sgodsell_nbHarlekin what does your patch do?
18:22:39Harlekinsgodsell_nb: size off event queue
18:22:49Harlekinsgodsell_nb: there was something called sticky bug
18:22:51Harlekinonce
18:23:10dwmw2Oh, I would have committed a fix for that - that one annoyed me :)
18:23:15Harlekinbut i more and more agree with andrew, that its TT fault
18:23:23dwmw2not half as much as the jffs2 bug I just spent most of the weekend chasing though :)
18:23:27Harlekindwmw2: is in since 2.4.18-hh4 now
18:23:40Harlekindwmw2: hmm, what about the
18:23:55Harlekin"rm - cannot delete since no left diskspace" thing
18:24:28sgodsell_nbHmm Harlekin isn't it up to -hh6 now
18:24:35dwmw2I _think_ that was a consequence of a different bug, and shouldn't happen any more.
18:25:15dwmw2If you can reproduce it with current code, I'd like to know about it.
18:26:15Harlekinsgodsell_nb: 2.4.18?
18:26:24sgodsell_nbHarlekin: yes
18:27:27Harlekinrmk3?
18:27:37sgodsell_nbHarlekin: yes as well ;)
18:27:42Harlekinhmm
18:27:45Harlekinmaybe that
18:27:49Harlekini am on the feed
18:27:53Harlekinso i should have the newest one
18:28:02sgodsell_nbhttp://cvs.handhelds.org/cgi-bin/viewcvs.cgi/linux/kernel/
18:28:11Harlekindwmw2: not sure, hope it will never happen again
18:28:16sgodsell_nbcheck for your self, just change the branch
18:29:08sgodsell_nbHarlekin: Also try 2.5.13-hh0 as well
18:29:18Harlekinsgodsell_nb: why
18:29:24Harlekinsgodsell_nb: what benefit
18:29:24sgodsell_nbWell for your bug
18:29:30Harlekinsgodsell_nb: ?
18:29:57sgodsell_nbThe bug that is bugging you.  The Touchscreen stuff
18:30:35Harlekinsgodsell_nb: that is gone
18:30:40Harlekinsgodsell_nb: i got andrew to merge it
18:31:06sgodsell_nb;)
19:29:38spiralmangonz: ive almost got qpe-dialog reimplemented
19:29:51spiralmangonz: i decided to wrap them all into one app, cause its easier for me to administer
19:29:52gonzspiralman: can't believe that ! :O
19:30:09gonzspiralman: i'd be happy to test it ;)
19:31:02spiralmangonz: yeah, i just have to connect the buttons to make clicking on them return something usefull
19:31:58gonzis reading qt documentation (but is getting confused more and more ;))
19:38:36spiralmangonz: ive got it working, do you want me to add a usage output to it?
19:38:41spiralmanor do you want it now?
19:40:24gonzi want it NOW ;)))
19:40:29spiralmanhehe
19:40:37gonzis excited
19:41:12spiralmanthere are three images i made for "information" warning, and error i can send to you as well...
19:41:29spiralmanwithout them , there just wont be any image, but it should still work
19:41:41gonzwants it all ;)
19:41:52spiralmank, well accept the binary im sending...
19:42:13gonzi think i did ? :O
19:42:22spiralmanhmm, doesnt seem to be working...
19:42:24spiralmanlet me try again
19:42:42spiralmanthere,try that...
19:43:09gonzfunny, yesterday it worked... i got "connect"
19:43:13spiralmanhmm
19:43:17spiralmanyou on the same computer?
19:43:33gonzyep, maybe my firewall is the problem... let me see...
19:44:11gonzcould you try again ? (sorry)
19:44:26spiralmanthat got it
19:44:31spiralmanim taring the images up
19:45:03gonzopens a beer
19:45:05spiralmantheres the tar
19:45:16spiralmanuntar it in /opt/QtPalmtop/pics
19:45:24spiralmanshould work
19:45:30gonzgoes for it
19:46:54spiralmanstart it "opie-sh -m -t "title" -s "message" -0 "button0text" -1 "button1text" -2 "button2text" -[iwe] (where i is info, w is warning, e is error)
19:47:06spiralmanyou can leave off everything but the -m, and it should still work
19:47:12gonzurgs, i'm to stupid ... somehow the files vanished from dcc dialog before i could save
19:47:14spiralmanand it returns the button number that was pressed
19:47:18gonzbangs his head to the wall
19:47:18spiralmanhmm
19:47:23spiralmanok, ill try again
19:47:44spiralmantell me when you are ready for the binary
19:50:47gonzok, i even found the binary ... (stupid me)
19:50:51gonznow testing...
19:51:04sgodsell_nbJust out of curiosity how far away can you go?
19:51:10sgodsell_nbfrom a device
19:52:33spiralmansgodsell_nb: i think about 2 meters
19:53:02gonzspiralman: it works !
19:53:07spiralmangonz: spiffy
19:53:29spiralmangonz: are the return codes correct? i tested it with a printf, but i didnt directly test the return codes...
19:53:29gonzvery spiffy !
19:53:48Harlekinre
19:53:49gonzi just started it as you mentioned and then did "echo $?"
19:54:02sgodsell_nbHello Harlekin
19:54:02gonzthey are correct !
19:54:04gonzcool...
19:54:05Harlekinhi
19:54:05spiralmanahh, cool, good to know how to check the return code...
19:54:13spiralmanhey Harlekin
19:54:17gonzspiralman: what does the -m do ?
19:54:23spiralmangonz: makes it a message box
19:54:51gonzare there other options ? ;)
19:54:56spiralmangonz: not yet
19:55:02gonzcan't wait ;)
19:55:04spiralmangonz: after i add the usage, ill add the file output
19:55:17gonzcooool
19:55:47sgodsell_nbOh, I have to go.  Mothers day   ;)
19:55:47Harlekinspiralman: foe what
19:56:00spiralmanHarlekin: opie-sh
19:56:18Harlekindoing what
19:56:21spiralmanHarlekin: lets you run qt/e dialogs from the command line
19:56:25Harlekinah
19:57:16Harlekincould get usefull
19:57:22spiralmangonz: i think im gonna do file output next (if i didnt say that before ksirc crashed)
19:57:51spiralmanyeah, right now you can open a dialog w/ up to three buttons, and the return code tells you which one the user pressed
19:57:55gonzyou did. tell me if i can be of any help
19:58:30spiralmangonz: well, i was wondering if i should have it actually open a file, or if it should just take a string off the command line
19:58:46spiralmanwith the later, youd open a file with opie-sh -f `cat filename`
19:59:17gonzspiralman: i believe it is better to have it open a file. it could even use "-" to read from stdin ;)
19:59:24spiralmanand you could also do opie-sh -f "text to output instead"...
19:59:31spiralmanyeah, thats true
19:59:54spiralmanargc is always at least 1, right? cause argv[0] is the process name?
20:00:29markspiralman: correct
20:00:30gonzspiralman: i believe this is the main difference between c and perl - you are right, it's only perl where argv[0] is the first param and not the programname
20:00:52spiralmank, spiffy
20:02:01spiralman-1 is a good error return code for shell scripts, right?
20:02:49gonzi think 0 is good, but not sure... i'll look that up
20:03:08gonzbtw:  opie-sh -f `cat filename`   won't work because the shell replaces newlines with blanks then...
20:04:02spiralmanahh, ok
20:04:13gonzspiralman: yep, 0 is for "exit successfully"
20:04:36spiralmanok, well with a button, 0 means first button pressed...
20:04:52gonzi don't think that this is no problem
20:04:58gonzs/no/a/
20:04:58spiralmank
20:05:15spiralmanill leave it like it is, and itll return -1 if it cant figure out what you are trying to get it to do
20:06:32gonzcool, this way you can do  opie-sh -m -0 "OK" && rm -rf / || opie-sh -f /tmp/why_i_dont_delete_all       :)
20:07:07gonz(or such)
20:07:19spiralmanthats good
20:08:00spiralmani guess unix is designed to "just work" sometimes...
20:08:02spiralmannot always though...
20:08:22Harlekinhi sandman
20:23:56sandmanHi Harlekin
20:24:17sandmanVerx has tested the new images and found only 2 minor bugs -- seems pretty stable so far
20:24:33Harlekinsandman: col
20:24:34Harlekincool
20:24:38Harlekini hope for fam 0.6
20:24:45Harlekinand 2 extra mb of space
20:25:35sandman2.5 to be exact =)
20:25:44spiralmanis fam 0.6 gonna use busybox?
20:26:13sandmanHope so
20:26:17spiralmanthat would be cool
20:26:23spiralmanthen konq would fit in my rom...
20:26:42Harlekinhehe
20:26:47sandmanJust bug a7r a little bit about it =)
20:27:14Harlekinback later
20:38:33spiralmanwill QFile.open("stdin"); read in from the command line?
20:39:03spiralmanrather QFile("stdin")?
20:39:33zeckespiralman: no
20:39:51zeckeopen up the fd0 and set QFile to use it
20:42:42spiralmanfd0?
20:47:02spiralmannot sure i see what you mean.  i see that i open a file QFile file("filename"); file.open(mode);, but if i put stdin in for the filename, will it open the standard input?
20:50:08sandmanspiralman: file.open(IO_ReadOnly,0)
20:50:52sandmanspiralman: Opens an already existing file-desc (in your case: 0)
20:51:44gonzi found an example with "f.open( IO_WriteOnly, stderr );" so from my understanding stdin should work also ? (not sure though) (http://doc.trolltech.com/2.3/qfile.html) perhaps stdin is just mapped to 0
20:51:56gonz0 stdin, 1 stdout, 2 stderr ?
20:53:01spiralmanoh, ok
20:53:12spiralmani think i get it
21:01:16spiralmani think its working now
21:01:44gonzcool !
21:02:01spiralmanyep, it can open a file and display it
21:02:09gonzneat !
21:02:12spiralmanand cat filename | opie-sh -f works too
21:02:21gonzperfect !
21:02:43gonzwhat should one want more ? :)
21:02:52spiralmanshould the dialog be mazimized?
21:03:03spiralmanmaximized, i mean...
21:03:05gonzthe messagebox ?
21:03:13gonz(the button stuff.. ?)
21:03:20spiralmanno, just for viewing files
21:03:33gonzi think it should
21:04:00spiralmank, ill do that then
21:04:16gonzwouldbme more like the other opie-apps...
21:04:25gonzs/wouldbme/would be/
21:06:01spiralmanyeah
21:06:40spiralmanhmm, overiding show as: show(){showMaximized();} didnt seem to work..
21:07:06spiralmanoh, wait, better idea...
21:07:14gonzperhaps this is for a later version ;)
21:07:52Harlekinwb ljp
21:08:11ljphi
21:09:00zeckehi ljp
21:10:03ljpwhat up?
21:11:34spiralmanhmm, is there a clean way to make dialog.exec() showMaximized?
21:11:43gonzspiralman: what would come next ? string-input ? selection bar ? :)
21:12:00spiralmangonz: yeah, next will be the all purpose widget, probably
21:12:15gonzall purpose ? :O
21:12:20spiralmanwell, im not sure
21:12:26gonzwill it make coffee ?
21:12:44spiralmanit would be nice to be able to put a couple different widgets in the dialog, but im not sure how to make it give the data in them back...
21:13:03spiralmani guess over std output
21:14:02gonzi think it's easier to have "read" "echo" "cat" completely seperated. in the thoughts of simple-mindet shell-scripters there always comes one after the other and not alltogether ;)
21:16:58gonzit would even make it easier to have another wrapper around that which uses opie-sh for opie and greq for x11 and works with the same scripts ;)
21:17:10spiralmanyeah, that would be spiffy
21:17:24gonzcross-platform graphical scripting ;)
21:17:41gonzmore like cross-ui ...
21:23:34spiralmanyeah, that would be spiffy
21:33:55spiralmanok, fileviewing is done (displays it maximized now)
21:34:03spiralmanand it has command line help as well
21:34:10spiralmangonz: want the new version?
21:34:29gonzspiralman: that's the only reason why i'm still awake ;)
21:34:49spiralmank, there it is...
21:35:29gonzcool, thanks ! (testing...)
21:36:03spiralmanspiffy
21:36:55gonzWOW!
21:36:59gonzNEAT!
21:37:27spiralmanshould always return true
21:37:41spiralmanill see if i can hack it to return -1 if the file isnt there
21:37:53gonzit does for me ;)
21:38:05spiralmanit returns -1 on no file?
21:38:12gonznope ;)
21:38:20spiralmanoh, ok.
21:38:27spiralmanqt would be really cool if it did : )
21:38:39gonzhehe
21:38:50gonzi think it's ok
21:39:02gonzbetter move to textinput or selection bar ;)
21:39:10spiralmanyeah, probably
21:39:12gonzremember: you have to leave room for a new version ;)
21:39:25spiralmanyeah : )
21:39:58spiralmanjust gonna check the docs to see if its hard or not
21:40:14spiralmanbut its looking like it might be a pain, so i may skip it
21:40:17marknight all
21:40:27gonzskipping what ?
21:40:37spiralmanreturning -1 if the file doesnt exist
21:40:58gonzyep, it's not important...
21:41:06spiralmanso, you would rather the selection bar and text input, etc all be in their own widget?
21:41:22spiralmaninstead of being able to construct one out of several of them?
21:41:35gonzone could do "[ -f $filename ] && ./opie-sh -f $filename " - this should be no problem for anyone writing scripts
21:41:48spiralmanahh, ok
21:42:08spiralmanhmm, i want to try something now...
21:42:10gonzyep, one widget for each would be the best i believe. keeps it simple for you and simple for the user
21:42:29gonzis tense
21:42:34spiralmank
21:43:11spiralmani was thinking it would be cool if you could opie-sh -f [return] and then type into the text view...
21:43:15spiralmanbut no such luck : 0
21:43:18spiralman: )
21:43:25gonzmompls
21:43:31gonzah
21:43:38gonzyou mean "cat | ./opie-sh -f"
21:43:41gonzit works ;)
21:43:46spiralmanthats cool
21:44:01gonzwhoops
21:44:06gonzperhaps it doen't ? wait..
21:44:36gonzsorry, it works indeed...
21:44:56spiralmani think it wont work interactively, but if you can send the end of file character over stdin, itll then display what you typed...
21:45:03spiralmanhow does it work?
21:45:10gonzyou simply do "ctrl-d"
21:45:14spiralmanahh, ok
21:45:16gonzctrl-d = eof
21:45:35spiralmanthats spiffy
21:45:51spiralmanoh well, back to some real work : )
21:45:55gonz;)
21:46:07spiralmanhow should i return a string? over std?
21:46:26gonzit's becaus d is the 4th letter in alphabet and EOT is 4 in ASCII (man ascii reveals the ctrl-chars)
21:46:39spiralmanahh, thats cool
21:46:46gonzyep, that would be the easiest
21:46:46spiralmangood to know
21:47:02spiralmanok, ill do text input next
21:47:19gonzjumps happily up and down
21:47:24gonzhooray!
21:47:57spiralmanhmm, must eat first though
21:48:05Harlekinspiralman: opie-remote segfaults if no stack found
21:48:16Harlekina failed dialog would be better .)
21:48:23gonzif i'll let you do the work i at least have to shout encouragement
21:48:42spiralmanHarlekin: no stack found?
21:48:58spiralmangonz: hehe
21:49:02gonzspiralman: Enjoy your meal!
21:49:19Harlekinspiralman: hardware stack
21:49:26Harlekinspiralman: device
21:49:28Harlekin....
21:49:31spiralmanHarlekin: ahh, ok
21:49:55Harlekin5 liner
21:50:02spiralmanyeah
21:52:11spiralmanHarlekin: if i can find where i do it : )
21:53:19spiralmanit should be where i call socket(), right?
21:53:27spiralmanisnt much of a unix/socket programmer
21:53:27Harlekinspiralman: yes
21:53:30spiralmank
21:53:33spiralmanjust making sure
21:53:40Harlekinif it exist
21:53:46Harlekinwhere you open it
21:53:49Harlekinif not
21:53:55Harlekinand you do not ask in the code
21:54:01Harlekinit segfauls
21:55:31spiralmanyeah...
21:55:42spiralmanim gonna need cvs write access to upload the fix...
21:55:57Harlekinspiralman: put it in version 0.4
21:56:02Harlekinor talk to kergoth
21:56:03spiralmanok
21:56:05spiralmank
21:56:13Harlekinspiralman: if urgent, mail me the file
21:56:14Harlekin.-)
21:56:55spiralmank, it can probably wait till i talk to kergoth
21:57:04spiralmanshould be soon
21:57:23Harlekinmonday
21:57:25Harlekin.-)
21:57:47spiralmanyeah...
21:58:33ljpHarlekin: did you send drw that new background yet?
21:58:57Harlekinljp: could not access the webpage
21:59:10Harlekinljp: if somebody could confirm that jpg work also
21:59:15Harlekini would commit it to cvs
21:59:18Harlekin.-)
21:59:29ljpok.. hang on...
22:00:59drw-Harlekin: couldn't get the jpg to work, so made a png
22:01:18ljpappearancce only likes png's
22:01:40Harlekinljp: than its an appearance app problem
22:01:48Harlekinljp: how is in charge for that
22:01:51Harlekinwho
22:01:59Harlekindrw-: got the ibot message?
22:02:42Harlekinljp: jpg should work
22:02:53Harlekinljp: since libqt is now compiled _with_ jpeg support
22:03:25drw-Harlekin: how do I read it?
22:03:40Harlekinhmm
22:03:45Harlekindrw-: ibot should msg you
22:03:53zecke|Faustnite guys
22:04:19drw-Harlekin: got a message that I have 1 new botmail message
22:04:20ljpbye
22:04:32drw-zecke|Faust: bye
22:04:46Harlekinoh
22:04:47Harlekingmm
22:04:50Harlekindrw-: msg ibot
22:05:22drw-Harlekin: figured it out
22:05:40drw-Yeah, i'll email him
22:05:48Harlekindrw-: what was it again?
22:06:18drw-Harlekin: What was what?
22:06:22ljpya.. the jpg works.. but you have to manually set it in qpe.conf
22:06:24Harlekinthe msg
22:06:28Harlekindrw-: was some time back
22:06:33Harlekindrw-: and i cannot access your server
22:06:49Harlekinljp: as i said apprearance apps fault
22:06:56Harlekinljp: to restrictive in file selection
22:07:00drw-oh, say to talk to bipolar about adding Opie-look to homepage
22:07:03ljpso fix it
22:07:12ljp;)
22:07:16drw-I'll fix it...
22:07:41drw-Harlekin: still can't access opie-look?
22:08:07opie-look is http://draknor.net/ipaq/opie-look.php
22:08:07Harlekinibot opie-look
22:08:15Harlekindrw-: ah yes
22:08:23Harlekindrw-: better to have all stuff on one homepage
22:08:55drw-yeah
22:09:21HarlekinNo such domain: draknor.net
22:10:04Harlekinljp: appearance.cpp
22:10:11ljpdid you try using the ip ?
22:10:16Harlekinline 279
22:10:22Harlekinljp: to restrictive
22:10:27Harlekinljp: yes i tried
22:10:28Harlekintime out
22:10:45Harlekin"image/png" <- should be image/*
22:10:59drw-Harlekin: fixing it now
22:11:05HarlekinDan Williams <wiliamsdr@acm.org>
22:11:11Harlekinah thats you
22:11:13Harlekin.-)
22:11:17ljphehehe
22:11:20Harlekinbetter we use jpg too
22:11:27Harlekinsince 1/7 of the size in that case
22:11:28ljpit must be late for you, Harlekin!
22:11:48Harlekin backgroundImage = "/opt/QtPalmtop/pics/launcher/opie-background.png"; <- not good
22:11:55Harlekinbetter use recourse
22:11:57Harlekinljp: why
22:12:37HarlekinQPixmap wallpaper = Resource::loadPixmap("launcher/opie-background");
22:12:48Harlekinthen it can be png/gif/jpg/xpm
22:12:57Harlekinand also the path is not hardcoded
22:13:25Harlekinline 193 270
22:13:27ljpthats just the default, I think
22:13:32Harlekinljp: yes, but still
22:13:38HarlekinbackgroundImage = config.readEntry( "BackgroundImage", "/opt/QtPalmtop/pics/launcher/opie-background.png" );
22:13:46Harlekinljp: just image that config entry does not exist
22:13:48Harlekin.-)
22:14:08ljpif it doesn't exist, then launcher find it anyway
22:14:41ljpI was the one to do the launcher code to allow changing the wallpaper
22:14:57Harlekinhmm
22:16:11spiralmangonz: for the text edit, do you want to be able to display a text label next to the text input widget, or just use the title of the dialog?
22:16:20Harlekindrw-: sorry then
22:16:37Harlekinljp: but you do the default via Resource::loadPixmap, right?
22:17:06ljpumm.. I think I left that part as it was..
22:17:16ljpbut ya.. I think its that
22:17:55spiralmangonz: never mind, ill put support in for a label, its not that hard, and if you dont specify it, it wont get in the way
22:18:21ljpya it uses reasource
22:18:32Harlekinnice
22:18:39gonzspiralman: cool
22:19:18ljpoohh.. I see what your saying.. he could just use "launcher/opie-background"
22:19:42ljpand not specify the extension...
22:20:11drw-Harlekin: that's a good idea
22:20:14Harlekinljp: right
22:20:18drw-will fix
22:20:20hashanyone know how i can kill a widget (QDialog) manually?
22:20:30Harlekinljp: as Resource::loadPixmap has that feature
22:20:32ljpexit(0);
22:20:44hashdialog->exit(0);
22:20:45hashthat?
22:20:53ljpHarlekin: yep..
22:21:23hashyep?
22:21:26ljphash: depends on where you are trying to exit from..
22:21:28hashme yep?
22:21:32hashi see
22:21:39hashi'll play around with it
22:21:41hashthanks
22:21:54ljpOR qApp->close();
22:21:59ljpheerk
22:22:06ljpheh.. oh well
22:22:43spiralmanalso, dialog->result(int returncode)
22:23:03spiralmanwill work from anywhere, and lets you set the return code
22:23:21spiralmanbut its not a slot
22:25:24ljpooo level 5 in kbill
22:26:29Harlekin?
22:27:21ljplevel 7
22:28:25ljpkbill- that goofy game
22:29:25spiralmangonz: if the user click cancel in the input dialog, is it more convinient to return -1, or some other number (1 for instance)
22:29:27ljpheh
22:30:05Harlekinljp: its to easy on pen based systems
22:31:16ljpspiralman: usually returns -1 on error, or 0 on completion
22:31:16gonzspiralman: it's the same, but i believe -1 is more of a "standard" behaviour
22:31:21drw-kbill is great during those long, boring meetings at work...
22:31:26spiralmangonz: ok
22:31:40ljpHarlekin: ya.. but hitting the screen that many times wears it out!
22:31:48spiralmangonz: is 0 true and non 0 false?
22:31:48Harlekinljp: not hit
22:31:53gonzspiralman: you could also just return an empty string
22:31:53Harlekinljp: tab is gently
22:31:56Harlekinljp: works too
22:32:02Harlekinljp: at least the ipaq ts is so good
22:32:03Harlekin.-)
22:32:05gonzspiralman: yep
22:32:42ljpwellll... Sharp is known for their superior screens
22:32:46ljp:)
22:33:35spiralmangonz: hmm, thats annoying, cause QDialog returns 1 if "ok" and something else if not
22:34:06spiralmanoh well, ill just have to take care of it
22:34:06gonzfor me it doesn't matter
22:34:20spiralmannah, i might as well do it the right way, its not that big a deal
22:34:47ljpmake it tricky: return -101 for Ok, and 123 for cancel
22:35:28gonzyou could even make an option to let the user control error-code-method ;)
22:35:36gonzhehe
22:35:49Harlekinso i can up my jpg now?
22:36:26spiralmanhmm, im gonna stick to 0 for ok, 1 for cancel : )
22:36:35gonz;)
22:36:36spiralmani already got it in there... : )
22:36:43gonzcool!
22:36:49drw-spiralman: a dialog's return code is an enumerated value 'Rejected' = 0, 'Accpted' = 1
22:37:00drw-Harlekin: will upload jpg version
22:37:34Harlekini ment my background
22:37:36gonzdrw- but i believe in shell scripts you normally return 0 if everything is fine, don't you ?
22:38:09drw-gonz: yes
22:38:13ljpaaawww got up to level 12 before bill gotr a windows machine.. heheh and kbill segfaulted...
22:38:23drw-Harlekin: oh
22:38:41Harlekinit is up as jpg now
22:40:19Harlekinso now there are .png and .jpg
22:40:27Harlekinactually the png need to be purged
22:40:31Harlekini think
22:43:22drw-ljp: just doing 'image' or 'image/png' doesn't seem to work for ofilebrowser
22:43:39drw-'image' or 'image/' that is
22:44:05drw-do you have any ideas?
22:45:11ljpmaybe "image/*", or "image/png;image/jpg"
22:45:55drw-I should say it says there are no files and doesn't let you get to the subdirs
22:46:45Harlekiniamge/*
22:47:01Harlekinimage/*
22:47:04Harlekineven
22:47:14ljpthere's a bug where you have to toggle the bottom left combo to get it to show anything
22:47:34ljpIusually use ALL anyway
22:48:07Harlekinwe _NEED_ qpe2schedule in cvs
22:48:22sandmanHarlekin: =)
22:48:24drw-ljp: yeah noticed that, 'image/*' seems to work
22:48:28Harlekinibot: message for bipolar: we _need_ qpe2schedule in cvs, and multiple changes to it
22:48:35Harlekindrw-: as is said .)
22:49:06ljpbut the string of different mime types doesn't?
22:49:38Harlekinljp: thats ok too
22:49:49Harlekinljp: at least i used it in medium mount
22:49:54ljpohh. ok
22:50:40sandmanHab ihm heute auch schon einen patch gemailt .. mal abwarten =)
22:50:42drw-ljp: didn't try that yet
22:50:56ljplooks around and realizes he needs a maid...
22:51:03drw-Harlekin: as is said?
22:51:16Harlekinimage/*
22:51:17Harlekin.-)
22:51:20Harlekinas I
22:51:23Harlekintired
22:51:25Harlekinvery tired
22:52:47drw-Harlekin: sorry...must have missed the *
22:54:25ljphehehe
22:54:49Harlekinso what abotu the "old" wallpaper
22:56:12ljphave drw put it up on opie-look
22:56:25Harlekinthe old one
22:56:26Harlekin?
22:56:32Harlekinis it not there yet?
22:56:32ljpsure
22:56:38ljpnope
22:57:15Harlekindrw-: could yo do it?
22:57:19drw-Harlekin: the sun jpg?
22:57:27spiralmangonz: text input is done
22:57:29Harlekindrw-: the old opiezilla background
22:57:58gonzspiralman: i don't believe you did all of this today ;)
22:58:42spiralmanhehe, qt makes it a lot easier, once you know it pretty well
22:59:10spiralmangonz: start w/out options for help, but opie-sh -i -s should do the trick
22:59:15gonzspiralman: i am reflecting on things to do with it ;) (like, stowaway activation/deactivation, init-script start/stop/status frontend and such)
22:59:21drw-Harlekin:  will do
22:59:30spiralmangonz: sounds cool
23:00:39Harlekindrw-: tnx
23:01:02gonzspiralman: will be quick and dirty, but should work as good usage examples though ;)
23:01:14spiralmangonz: cool
23:01:41spiralmangonz: once its a little farther, ill put it on my site, and ill put up some of your usage examples, if you want
23:02:20gonzspiralman: will do my best ;)
23:02:30spiralmank
23:02:54gonz*testing*
23:03:37gonzspiralman: now, that you are in full training, how about the selection bar ? :)
23:03:50spiralmangonz: im planning that
23:04:04gonzspiralman: will it be hard ?
23:04:05spiralmangonz: trying to figure out how i want to implement grabbing the list of strings
23:04:10spiralmangonz: not that hard
23:05:01gonzspiralman: i would suggest the same method as -f ... should be a newline seperated list, perhaps default to stdin, else read from file
23:05:24gonzspiralman: perhaps you could even reuse code ;)
23:06:28spiralmangonz: yeah, probably the best
23:06:45gonzspiralman: -m label and -m message box are used twice ? :O
23:06:51spiralmangonz: was thinking about using comma spearated, but you can enter newlines w \ at the console, so that should be cool
23:07:12spiralmangonz: yeah, if -m is before -i, -m means message box
23:07:20spiralmanand if its after, it means label
23:07:22spiralmanill probably change that
23:07:25gonzic ;) wow - this looks cool !
23:08:06spiralmanwhat would you recomend for the label? i was thinking -l, but that would be for list
23:09:16spiralmanhmm, -c for caption...
23:09:18spiralmanill do that
23:10:01drw-updated appearance in CVS, let me know if you have any problems
23:10:17Harlekinok, somebody volunteers for some more tasks?
23:10:22Harlekintask-opie-games
23:10:26Harlekintask-opie-core
23:10:32Harlekintask-opie-complete
23:10:33Harlekin..
23:10:34Harlekin?
23:12:05drw-Harlekin: I probably could do that, but not tonight...in next couple of days
23:12:27gonzspiralman: clever choice ;)
23:12:31Harlekindrw-: i could do it too
23:12:42Harlekini just wanted to ask if somebody REALLY WANTS
23:12:44Harlekinto do it )
23:12:53Harlekinotherwise ill do it tomorrow
23:12:55gonzget's a little slower ...
23:13:16drw-Harlekin: it's all yours :)
23:13:41Harlekink
23:13:58spiralmangonz: what timezone are you in?
23:14:47drw-Harlekin: like the new background
23:14:52gonzspiralman: germany, CET (i think)... it's 1:17 around here (or so..)
23:14:58spiralmangonz: ahh, k...
23:15:01gonz... am ... ;)
23:15:40Harlekin1:19
23:16:00spiralmangonz: not sure how long this one is gonna take, if you wanna get to sleep.  im gonna be here all day tomorrow (us central, 6:15pm here), so itll be here for you
23:16:06gonzHarlekin: ntp, eh ? ;)
23:16:10spiralmangonz: actually, ill probably put it on my site tomorrow
23:16:14well, spiralman is spiralman
23:16:14spiralmanibot spiralman
23:16:16spiralmanhehe
23:16:22spiralman: I forgot spiralman
23:16:22spiralmanibot forget spiralman
23:16:35Harlekingonz: yo
23:16:51gonzspiralman: very neat ! well, i'm on holiday and already began scripting around a little ;)
23:17:47spiralmangonz: ahh, holiday.  nice : )
23:18:04spiralmanim on the official "no job, no school" holiday ; )
23:18:30spiralmanits a very sacred holiday here in the states : )
23:19:17gonzspiralman: although not the holiday i expected.. my parents made me refurbish there room the last few days and my boss want me to do boring statistics stuff... but with having a toy like opie-sh anything will get much better ;)
23:19:33gonzspiralman: cool!
23:19:55gonzlet's swap ! ;)
23:20:51spiralmangonz: hehe
23:27:26drw-Harlekin: added old background to opie-look
23:27:40spiralmangonz: any ideas for a filename flag?
23:27:47spiralmangonz: other than -f, of course
23:27:58Harlekindrw-: cool
23:28:10Harlekindrw-: hope opie-look is added soon to opie.hh.org .-)
23:28:15Harlekinso i can see it oo
23:28:22Harlekindrw-: remove the png from cvs too?
23:28:47gonzspiralman: -n)ame ?
23:28:58gonzspiralman: -s)ourcefile ?
23:29:53drw-Harlekin: I haven't removed it
23:30:07spiralmangonz: ill use -n, i think s is taken...
23:30:15Harlekindrw-: would be nice
23:30:36gonzspiralman: fine !
23:30:39Harlekindrw-: otherwise people like groucho will ahve problems tomorrow mornign
23:30:48Harlekinsince they will have 2 files
23:32:13Harlekinn8 guys
23:36:42gonzspiralman: just discovered that clicking the "ok" button in the upper right when in messagebox mode returns "1" and the "x" button returns 0 .. perhaps both should return -1 because such a click is not really related to the choices ... just an idea for a release in the far future ;)
23:36:44spiralmangonz: almost got the list edit done, just gotta get it to return a string
23:36:57gonzspiralman: unbelievable !
23:37:01spiralmangonz: thats a very easy thing to change
23:37:19spiralmangonz: should probably always return 0 though, so its not an error
23:37:29gonzspiralman: you could avoid confusion when you do ;)
23:38:15spiralmangonz: sorry, misread what you typed
23:38:27gonznope, since 0 is also the first button, perhaps the action used for the first button is as in "destroy world - yes/no" ;)
23:38:28spiralmangonz: -1 probably is best (thought you were talking about input dialog)
23:38:59gonzspiralman: no prob ;)
23:39:21spiralmangonz: but that will be a little harder to fix, so ill save it away for a future date
23:39:23gonzhey, this is cool... i'm going to use opie-sh a lot ;)
23:39:47gonzyep, it's not tooo importand...
23:39:56gonzs/importand/important/
23:40:17gonzurghs, my fingers become quicker than my brain ...
23:40:33gonz(of course that's becaus my brain becomes slower hehe)
23:40:57gonzs/become/get/
23:41:05gonzshuts up ;)
23:41:13spiralmanhehe
23:45:37spiralmangonz: ok, ive got the "list of options" feature added
23:45:59gonzkrass...
23:48:12gonzit's even smaller than the first one
23:48:15spiralmana really easy feature to add would be to allow the user to edit the current line in the list
23:48:30spiralmangonz: perhaps i forgot to strip the last one...
23:48:46spiralmanso that they could enter an option thats not listed
23:49:24gonzspiralman: perhaps this would make a good standard-script launcher like the tab in embeddedkonsole... but it would be contraproductive for i.e. a list of init scripts where you choose one to start from or so...
23:49:35gonzspiralman: if you implement it, it should be an extra option
23:49:44spiralmangonz: yeah, thats waht it would be
23:49:52gonzcool
23:49:55spiralmansome flag that if you specify, its editable, if not, its not
23:50:07gonzperfect
23:56:42spiralmangonz: try the -e option on this one (with a list view)
23:57:37drw-hmmm....Reseource::loadPixmap doesn't seem to like (find) the new jpg background
23:57:58spiralmani think that for jpg, you need to specify the ".jpg" in it
23:58:06spiralmanunfortunately
23:58:23spiralmanhavent tried it myself, but i think somebody said that
23:58:49drw-spiralman: really?  that seems to defeat part of the purpose of Resource...
23:59:04spiralmandrw-: yeah, i know, its some weird libjpeg thing, i think
23:59:34spiralmandrw-: dont remember who figured it out, but if somebody knows who it was, you can ask them
23:59:47drw-spiralman: thanks

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with infobot logs, split per channel and by date, etc.