see yas *** SachaS has quit IRC *** btami has joined #gnuenterprise hi all does svn work? *** johannesV has joined #gnuenterprise johannes@chicago:~/prj/gnue$ svn update Password: svn: Berkeley DB error while opening environment for filesystem /var/svn/gnue/db: DB_RUNRECOVERY: Fatal error, run database recovery can anyone fix that svn ? *** sjc has joined #gnuenterprise morning hi btami hi johannesV *** kilo has joined #gnuenterprise good morning svn is up again ah johannesV: ssh to gnuenterprise.org, then type 'svnadmin recover gnue' oh, ok, thanks everyone can do that, iirc if he has right to login to ssh *** agx has joined #gnuenterprise Morning, need help with gnue-form, anybody already asleep? :-) or if he has commit rights dunno exactly, its late night...or early morning... agx: ask! * btami ducks johannesV: how to revoke my latest commit from svn? dunno ... but maybe you can 're-checkout' a revision (svn up --revision=..) and the recommit it .. hmmm, i mis-committed some gcd files, i will commit a newer version of them soon, so that noone would note 8-))) How to get rid of the default menu' and toolbar of a form created with gnue-designer? *** reinhard has joined #gnuenterprise form.setFeature ('GUI:MENUBAR:SUPPRESS', True) form.setFeature ('GUI:TOOLBAR:SUPPRESS', True) form.setFeature ('GUI:STATUSBAR:SUPPRESS', True) add something like that to the form (before the logic) johannesV: have you read my bugreport in yesterday log ? btami, no, sorry search for ******* ********************* johannes, please read the above lines in the log ********************** :) reinhard: morning ;-) i've used a lot yesterday gnue-designer and gnue-navigator How to get rid of the default menu' and toolbar of a form created with gnue-designer? btami, i'll check gnue-schema this morning agx: use the line johannesV has pasted earlier s/line/lines ah sorry, i didn't understand he was talking to me! :-P ok what about customizing it? There is some docs? johannesV: thx johannesV: and what do you think about supporting some way default character set when creatiing new db ? there are no docs in GNUe. We use all the knowledge of the whole universe 8-))) hmmm....strange no commit from jamest since i left i got a commit message from jamest (a fix in GBaseApp) would this mean he was able to sort out everything? johannesV: that was before I left ah, ok sorry :) kilo: i see... a lot of empty documents well, aside of joking, forms' devguide is quite good and thorough kilo: i do not agree it's really difficult to understand it without IRC support. yes, but kilo is here :) blame james derek ?????? no, blame derek well, till this february there use to be kernel traffic issues, that also helps, if you read them ROFL i have some doubt, is it five years you all are developing GNUe? not me... BTW where is the doc for customizing thos GUI:MENUBAR and GUI:TOOLBAR and GUI:STATUSBAR object? in james' head ithink A suggestion, if i may: people inside the project need API doc, people outside the project need quick tutorial to quickly understand. If you do not make tutorial first people will download it, will try it, and will leave it and you also loose a chance to attract new developers. :-) true. doc job assigned to agx 8-)))) kilo: well that's not good right now; i'm evaluating to suggest company in Italy starting developing using GNUe for they application... but more i used more i need a lot of problem :-P kilo: if i finally decide to use GNUe i'll help surely ok, dont want to turn you down. imho GNUe is quite ready for production. Its version numbers are too small considering its maturity. 2-tier apps can be developed and used easily. Reinhard will tell if he advises appserver to be used in production or not. i use it in production imho it can be used, yes yes, but how can i tell other people that use Win, VB, Visual Studio, Java Enterprise, WebSphere to use it? I'am having a lot of problem my self :-* sorry if it isn't clear, i'm not very good at english you will need about 1-2 weeks to get accustomed to it. i use win, vb, and v.studio also. and when you get accustomed to it, you will develop apps presto possibile kilo: i hope so ;-) well let's start so to understand i have downloaded the source via SVN since Debian packages are discouraged by reinhard i've tried into gnue-common directory the command ./setup.py install --help that's the result: agx@nb:/home/agx/gnue.svn/gnue-common$ sh 0INSTALL.sh Traceback (most recent call last): File "./setup.py", line 175, in ? from distutils.core import setup ImportError: No module named distutils.core do i need some apt-get install ??? try 'setup-cvs.py' instead kilo: ok, pythoin 2.2 or python 2.3 (I'm taking notes for my further DOC-JOB *g*) i suggest 2.3 agx: success? kilo: yes, sorry, i'm at work and i'm also managing to organize the 4th Italian Linux Day :-) oh, ok. kilo: yes it worked "out of the box" i have /home/myaccount/gnue.bin filled in with symlinks to the SVN sources binaries don't you need guests with full accomodation? 8-)) kilo: nope, it's decentralized kilo: i mean is not a single event! we group togheter all the italian lugs and we do everybody the same day the same event into 100 cities :-))))) ah, damn... i know a good restaurant in Capri... and in Firenze... and in Rome... and in Napoli... and in Milano... kilo: target is the normal people that use windows at home, we try to spread linux and libre software to the mass kilo: good restaurants? me too :-P kilo: i work near Rome and leave near Naples, if you are around i'll pay the restaurnat for you :-) hmmm, beware, beware well i'll bring with me my laptopn and will ask you to develop something with GNUe in front of me :-P BTW talks on GNUe are not in topics with this event (IMVHHHHHHHHHHO) because we try to spread to non-technical people hmmm, so to get a free italian lunch i need to tell my wife that i am needed as a technical consultant in italy.. 8-))) kilo: if i'll let those people understand that GNUe is the right tool i'll have a budget to invite some GNUe developer in Italy for an official presentation. The goal of my customer is to develop a Software Libre ERP packages tailored for the italian marked. I'll already speaked about this to Reinhard. yes, i've read that in yesterdays irc log. sounds interesting kilo: yes because there are MONEY involved *g* i'm tired of developing for food :-P kilo: it's all part of the no-profit activity i'm involved in Italy as member of the no-profit ILS (www.linux.it) i've another goal this month i'm going to have a big italian hardware relesser to produce PC with Debian pre-installed (or maybe a customized Knoppix) BTW i have the gdes from svn up and running now :-) advice for gdes> save often i've created a testdb detabase with a zipcode table and 2 fields in it: 1) zip code primary key char(5) 2) city char(80); i've created a datasource, i've created a block, inside the page block i've added 2 label and 2 entry; i'm going to run the form... gfcvs yourform.gfd ah... doesn't work from gdes? i'm getting this DB000: SAXParseException: :1:1: not well-formed (invalid token) no, dont run it from gdes. leave gdes and type use gfcvs yourform.gfd btw it is simpler to use the wizard to create forms kilo: trying form wizard kilo: 2 db question: 1) how to avoid typing everythime the Database Password 2) how to avoid to see all the postgresql internal tables into the combobox? dunno, i dont use postgresql maybe you can set db user and pwd in connection.conf re 2nd question: ask johannesV * btami and kilo are using firebird here * agx think now came the HARD part :-) wizard work exaclty how i have in mind for the page, the problem is about the how the user iteract with it i've a list of empty rows arranged onto 2 columns: i would like to go onto entering the next record and automatically save the previous one aftering leaving the second column. it is not saved until you push the Save button so you can revert anything you edited kilo: hehehehe that's wrong for me kilo: i mean for large data entry of big empty tables, that's wrong ;-) it's good when preparing an invoice but not in my case kilo: can i put a trigger somewhere? well i think so. to put a trigger on the second entry that commits changes when you leave the entry what type of app it would be? post focus out? hmm, yes, maybe kilo: i have to enter all the italian zip codes from scratch (8000 rows), but it's just an example agx: maybe there's a trigger in the block that gets fired when the record pointer is moved yes but i need to trigger it when the user press ENTER or TAB to leave the last field what does enter on the second column now do? on my trigger: check vars + commit changes + start editing with a new record ah enter does go back to the first column, but on the same line ok, then block trigger won't work blocks have pre-focusout kilo: but the focusout won't happen :) he Pre-FocusOut trigger is executed as a different record is about to be focused in a block. This may be triggered by a user navigating to a different record or by creating a new record. The actual record change has not occurred when this trigger is fired. yeah - with tab or enter, i stay in the same record hmm, yes, maybe i mean, there is a trigger for the entry field that can be used? isn't there a onfocusout or like that for the entry, too? there is a PRE-FOCUSOUT and a POST-FOCUSOUT trigger for the entry for the entry, yes, there is there is also a ON-NEXT-ENTRY which is only fired when you press enter or tab ROOOOOOOOOOOOOOOOOOOOOOOOOOOOOFL block properties: Auto Next Record? (while the focusout triggers are also fired when you move the focus with the mouse) hu? cool you can learn something new every day :) * agx think that is talking to the wrong peoples :-))))))))))))))))))))))))) yes it worked exactly how i want WONDERFULL!!! jamest and jcater are the forms and designer gurus and you can blame derek anytime... but they are u.s. so they sleep now :) ah, sorry, dind't want make fun of you! just happy!!! agx: and the data does automatically get comitted, too? reinhard: yes, with the block's properties auto commit doh *** support has joined #gnuenterprise /msg reinhard we just think about agx putting in 8000 zip codes and we do ROFL too 8-)))) hehe kilo: i'm not REALLY doing that!!! it's just to explain you a real life example! :-P agx: when you do that, do many backups :)) agx: ah ok, just joking agx: we took that serious at least me *** support has quit IRC i did not reinhard: i'll ready have that data stolen from other softwares :-P well *somebody* once had to do it :) reinhard: but in my first job 12 years ago, our data entry people have to insert 65.000 prices of spare parts each 3 months :-) they fill in all the records and we send out DBFs 1.44MB diskette via normal mail for updating the DB of our software so i really know how frustating is for that people to use software not designed for them hello hi ajmitch_ *** lekma has joined #gnuenterprise hello everyone ajmitch_: did i already tell you that you could close the two bugs for gnue-forms? reinhard: yes are you sure that both bugs can be closed? one is mainly about an encoding bug in a comment in the cursing lib yes neither the cursing lib nor the rest of the code of the curses interface of that version is used any more alright curses ui has been entirely rewritten will close thanks :) thanks too :) btw I just had an interesting phone call with ifo.net it's an austrian company doing link portals oh? they have registered gnuenterprise.at, gnue.at and gnuenterprise.net reinhard: is there a way to retrieve the username of a user session? they have set up link portals at those addresses where people can register links etc. lekma: not yet, that will be part of the admin interface where you can retrieve info like current username, number of active connections, etc. hmmm, i have a time stamping problem then date and user of record creation and last modification will be automatically registered with appserver 0.3 in case you need that the application goes live on 01/01/2005 reinhard: what is this link portal? (while 0.2 is going to leave the door this weekend) yay, fresh code what's new in 0.2 only appserver release? cause packaging for gentoo takes a little bit of testing time... you test packages? ;) before i publish them, yes * ajmitch_ usually finds it hard to test appserver since I don't really use it is there a nice test suite around somewhere? (one that I don't have to write) not that i know, when i say i test it's just building aal packaged tools, and verifying that they are all where they should be reinhard: and what was the conclusion of the phone call? and i test gnue db creation for appserver lekma: ah... that's fairly simple compared to running test forms, etc yeah there's the derek form i should have said i just poke a little bit at them I mean gauntlet ?? I don't know if derek has had a chance to abuse appserver yet? gnue-samples/testcases/forms/gauntlet/gauntlet.gfd lekma: it will be common, forms, and appserver and re: the phone call sigh a new form of spamming? :) well the gauntlet form works fairly well on win32 sorry, i'm on #linux-it, everybody is getting crazy downloading a new distro :-) agx: which one? re: the phone call they want gnuenterprise.net to be a place for the community like a slashdot for gnuenterprise or what they bought up gnuenterprise.net? they will offer subdomains like bytewise.gnuenterprise.net for EUR 1,- per month ajmitch_: yes hmm and they will donate www.gnuenterprise.[net|at] to the community at no cost that's not so bad :) they do stuff like that for a lot of other things too like many (if not most) cities in styria (where they are) so actually i have to take back that they are domain grabbers *somehow* they are indeed but they do good things with the domains they have :) but not in a real bad way ajmitch_: just a moment ajmitch_: http://www.ubuntulinux.org/ we also put a mirror in Italy yeah, I thought it might be the ncurses backend works only from the linux console. If i use putty+ssh it looks weird. any clue? agx: i use it with putty+ssh as well as with xterm reinhard: 80x24 and TERM=xterm? yes off now for real reinhard: well somethings wrong with my putty, some background colors appear some other not reinhard: well the form is working, that's enough for now i have the last 2 question for today and after all i'll leave you working :-) ... for today of course. 1) wich browser do i need for using the web interface? 2) my form starts empty, i want it populated with all the rows inserted (zipcode) 1) you need a browser from 2005 8-))) as the web interface wont work until then 8-))) btami: no offense agx: the web ui just started, nothing works yet... * agx thinks that kilo is tring to force him to kill btami.... *** lekma has quit IRC 2) there is a prequery attribute for datasources, if it is ="Y", then it will autopopulate the form agx: no, he is eating pizza... kilo: whole day? instead of coding? we have to put him on diet, so, right? * btami and kilo are in the same room :) diet? yes GNUe recipes: pizza with donut and whisky afterwards btami: need really to wait 2005? yes :))) :-(((( or feed btami more which web UI is this one, anyway? btami: php-forms also? oh nooo, i'm 81 kg i am 1 kg 1? agx: not, thats from siesel ajmitch_: yes kilo is singular :))))) kilogram, perhaps... btami: it is usable? kiloton? :) * ajmitch_ hasn't seen siesel around much latelt ajmitch_: no in italy 1 chilo (pronounced kilo) is the short name for 1 kilogram s/latelt/lately/ agx: usually in english as well :) agx: i know nothing about php-forms btami: ok i understand what you do the whole day :-P i'v committed some code to uidrivers/html thank's all, we'll see tomorrow, i hope to bring along a report of what learned btami: today? i downloaded 12 years ago not today but it's just a start my name initials are kg... btami: after svn update, what i have to run to regenerate the app (i installed them locally into my home using setup-csv.py) nothing all g* scripts in bin just symlinks sometimes theree is a need to re-run setup-cvs.py, but that is very rare johannesV: trying gfcvs -u gtk2 intro.gfd here i am :-) http://www.gnuenterprise.org/cgi-bin/twiki/view/Main/AntonioGallo clicking on second tab doesn't works until i change with keyb or with menu have i nice lunch and thank you all for the help!!!!!!!! *** agx has left #gnuenterprise johannesV: works for kilo, maybe my config has some non default... johannesV: if i try to run a form that does not exist, it gives me a coding error, not file not found *** lekma has joined #gnuenterprise bbl *** btami has quit IRC kilo, thanks for that fix hehe, i was horrified to see an empty button after translating po files late night yesterday... :) *** kilo has quit IRC ok, so now i've time for gnue too ... :) *** gsoti_away has joined #gnuenterprise *** jamest has joined #gnuenterprise *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** jcater has quit IRC *** kilo has joined #gnuenterprise *** jcater has joined #gnuenterprise *** jcater has quit IRC *** jamest has quit IRC is it possible to have module independent messages? lekma: no lekma: the module is the entity that gets installed so every message has to be part of a module otherwise it wouldn't get isnstalled ever however you can access messages from "foreign" modules by fully qualifying the name modulename_messagename reinhard: ok reinhard: is there some documentation on how to use appserver? the docs section on the website seems to be missing a lot hi abort (message ('smthing')) is possible in bounded proc, right? dpr: i am about to write some docs lekma: yes and then the commit is rollbacked, correct? reinhard: oh, cool lekma: exactly if it is in OnValidate reinhard: ok thx ok, my stuff is commited reinhard, from my point of view you can release bbl johannesV_: excellent thanks reinhard: writing docs is your sisyphus torment it seems :-) *** jcater has joined #gnuenterprise *** holycow has quit IRC are messages available in OnInit?? reinhard: i'm still having this weird crash and it seems that i only get it when i name the form if i don't give the form a name, it doesn't crash *** dpr has left #gnuenterprise *** dpr has joined #gnuenterprise *** holycow has joined #gnuenterprise OnValidate is performed before or after nullable checks? *** holycow has quit IRC are there any good gnue examples out there? back for a second lekma: messages should be available everywhere in every trigger and procedure in generated forms a checkbox has no default value so when you don't change the state you get a None instead of False dpr: please give us more info lekma: nothing has a default value None is the default for all fields not sure if all checkboxes should default to False what would others think about this? but for a boolean it should be False sorrry too slow lekma: OnValidate checks are done after nullabele checks so in the OnValidate trigger you can rely on the non-nullable fields having a value reinhard: thx dpr: if you are looking for examples for gnue-forms there's a samples directory with lots of them reinhard: is there a command to bring up a dialog box with a message that returns true if a user clicks OK and false if a user clicks no/cancel or something like that? i've noticed showMessage, but it doesn't give the user an option reinhard: so is there a way to specify default values in gcd ? the other thing is, if i have a second form and i want to be able to click a button in the first form to bring up the second, i used form.setFocus(newPage) .. but then I get an error stating that newPage doesn't exist dpr: from the code I read that showMessage has a boolean "cancel" parameter but I don't know what happens when the user presses cancel s/know/remember/ showMessage only has an OK button? lekma: use OnInit dpr: use runForm or do u mean i should, showMessage("message", true) ? dpr: if you pass cancel=True, it will have Ok and Cancel buttons showMEssage("Message", cancel=True) oh, okay * reinhard wonders why all people ask him exclusively as if he wrote all of gnue reinhard: u're the brainy one and documentation isn't complete we don't have a choice :) * reinhard wonders why nobody asks jcater or jamest who actually wrote this stuff :) reinhard: because you are so helpful and smart and polite jcater: :P and geenrally just a great guy (am I buttering you up enough?) jcater: the "polite" is probably more the reason why they don't ask fredfrog ;-)) off again to care for the kids bbl Runtime Error occured: __call__() got an unexpected keyword argument 'cancel' don't think that's it :) kilo: er, wouldn't runForm be for running a new Form? yes yes, i meant it for your second problem dpr: (msgtxt, caption='GNUe Message', title='Information', kind = 'Info', cancel = False) are the parameters for showMessage ah, okay thanks :) looks like it could do with some more overloading :P although it might complicate things readgcd: No input file specified. insert into documentation select * from reinhard left join irc_questions is this new behaviour, ie i did specify a gcd file so... hmm.. reinhard, are you sure those aren't the parameters for a development version of getMessage() ? 'cause it's still complaining about cancel form.showMessage("Hello world!", caption="hi", title="info about the world", kind="info", cancel=True); that's what i'm testing with dpr: please try to leave out all parts before the = erm just a sec please try without form. lekma: works for me lekma: you use current svn? i'm checking svn right now and will test it again okay, i thought that was weird syntax there have been tons of commits within the last 2 hours anyway, it brought it up now but there was still no cancel button dpr: what ui do you use? can you please try gtk2? wx er, i get an error about gtk2 not being installed when i try use it install python-gtk2 (provided you run under gnome) nah, i'm using kde? i'm not sure if cancel isn't a new function and not yet implemented under wx but all other gnome apps run under kde? it's just the window manager ok then you probably have gtk2 installed and just lack the python binding you debian? gentoo ah so please ask lekma which package to install ;-) is it called pygtk? might be, yes k, busy emerging i wonder if the win32 driver will support a cancel button? 'cause i presume 90% of my clients will be using a windows environment actually it looks like ist should work with wx, too hmm.. weird showMessage("Hello world!", "hi", "info about the world", "info", True); that's what i have now anyway, testing with gtk2 will help us debug everything works except that there is no cancel button dpr: if you run gentoo you can test GNUe ebuilds located at http://www.orwex.net/gnue-dev/ and i dun even get an error message or anything like that lekma: ooh, neat okay, well, gtk2 doesn't even let me log into my database it keeps telling me my password is incorrect actually, it says, using password: NO .. when i did type a password in *** jamest has joined #gnuenterprise reinhard: after svn check stiil readgcd: No input file specified. my gcd is like this 6010_basics_DocTypes.gcd lekma: what exactly is the command line you give? gnue-readgcd --connection=gnue -u gnue -p 6010_basics_DocTypes.gcd gnue-readgcd is actually the svn version then 6010_... is the password -p ... :-) i'm being stupid again sorry it's weird, i type in the username/passwd, but the app can't view the input 'cause it tells me access was denied for "@localhost, using password: NO" *** dpr has quit IRC maybe i need some explanation anyone has the time and energy to explain me how messages are supposed to work cause when i put a message in an OnInit the new object is not stored no message whatsoever is displayed not even an error * lekma is away: feeding the cat... *** dpr has joined #gnuenterprise reinhard: nah, gtk2 driver seems to have issues on my box kilo: could you help me with getting a page to start up ? jamest: did you actually get everything to run yesterday? reinhard: if i have a form with 2 pages, and i use form.setFocus(page2); .. why would i be getting a runtime error stating that: name 'page2' is not defined ? 'cause the page is called page2 dpr: sorry, busy at the moment pushing the release out the door okay *** lekma has quit IRC reinhard: got pulled off again for a new emergency jamest: so troubles still unresolved? jamest: please keep me updated anyway jcater: i wonder if the web page could be changed to automatically look for the newest version for the "current release" page instead of the need for a symlink reinhard: are the "current releases" on the website out-of-date ? reinhard: makes sense to me jcater: now i wonder *who* could do that ;-) dpr: they are heavily out of date, and i'm pushing out new releases as we speak you da man reinhard someone keeps filling my inbox with commit messages chillywilly: that's gnue-common/utils/release :) k tell him to knock it off ;) reinhard: regarding number of modules, currently in gnue-packages 1 .gcd - 1 module. how would you change that? beign productive is counter-productive to the GNUe psyche dimas: i am not sure we want to change that currently, at leaset least off to see the doors on tv (better than rm-windows anyway) ;-) is the example i sent you i was using the same schema and you warned me to keep number of modules as low as possible have i made something wrong? rm-doors: ? dimas: i think i don't understand your question i think he's warching the doors :P oh, perhaps not advertising break *lol* today was a heavy day on commit-list :) dpr: is you message-box now working as intended ? you can call either a function "showMessage ()" or "messageBox ()" in you trigger code which buttons the message has depends on the "kind" of box you request (with the kind-parameter) kind == 'Info', 'Warning' or 'Error' usually have only an Ok-button (in wx/in gtk it would be a Close-button) for kind == 'Question' there would be a Yes- and a No-Button nope if the optional parameter cancel is set to True a 'cancel'-button will be added to the dialog cool johannesV_: next thing, if i have 2 pages what do i put in the action section of a button on the first page to make it go to the second page? now to the functions result: the OK- and Yes-Buttons return "True" the No-Button returns False and the Cancel-button returns "None" changing the page: you cannot do this by trigger code :( oh well, er... what if i wanted a button to be clicked and load up another page asking for new information? there's a 'gotoPage' -function in trigger-namespace missing like a wizzard ? :) yeah, i've thought about that a couple of months ago too heh regarding message-box: you can use the gauntlet.gfd in gnue-samples/testcases to try all combinations of messagebox what about using runPage? or runForm i mean only thing is, then you will need to re-login to the database well, runForm starts another *new* form which could get irritating hmm, i think if the other form called by runform uses the same connections, so no re-login occurs johannesV_: so the only way to get to another page is to click a tab? well or to press ctrl+page-up/down i c dpr, i would say this feature should be a todo can you disable pages/tabs? say if your program started up and realized the user doesn't have write access to the db, it would disable the tab to insert new data? that way the user only "sees" what they have access to that would be nice, but i don't think it's possible now; anyway that's a feature which is planned to get into appserver ok, i've to leave for today see ya tomorrow folx :) have a nice day/evening *** johannesV_ has quit IRC hmm.. i don't think the versions of messageBox and showMessage that came with the current release on the website support those options *** SachaS has joined #gnuenterprise hi everyone *** agx has joined #gnuenterprise wow a patch firework from johannes today and reinhard ? SachaS: could u help me with a cvs install? i'm trying to install the cvs version of gnue dpryes. [Q] how to see latest changelogs with svn? but the setup scripts are giving me an error dpr: i did it this morning, can i help? thanks agx, you can take over :) dpr: cd to gnue-common and run ./setup-cvs.py not ./setup.py that's all rm-doors? agx, can u gimme the command to download the repository first? i tried gnue, but it fails it wants me to type gnu-common, gnue-designer each one-by-on e dpr: just a seek looking on the web site where is the command line okay http://www.gnuenterprise.org/developers/svn.php SachaS: reinhard: off to see the doors on tv Sie sind nun bekannt als rm-doors rm-doors: (better than rm-windows anyway) ;-) dpr, that's it, create a subdir for the sources and run "svn co...." :) doors ey? :) the doors the movie by oliver stone on ATV today :9 did you like it? dpr: downloading? SachaS: well i guess i wasn't stoned enough to like it :) you and reinhard went hard on svn today ;) i impressed by you guys stamina we should have a gnue beer day or something ;) or gnue stone day gnue get stoned day agx: i have to install subversion first SachaS: me and reinhard ? ?? :-) i forget to say that I am very tired you and reinhard you and johannes dpr: debian user? gentoo reinhard: Hi *g* SachaS: ah, nowadays you call that "tired" ;-)) erm i did not realise that work makes you tired :) yeah * reinhard thinks he has seen to much "doors" ;-) bah hi chillywilly hows going? chillywilly: nice to hear something from you even if it's only "bah" :) * chillywilly si overworked and underpaid ;) is* should be the over way round ey? something wrong here SachaS: rofl [Q] how to see last changes with svn? agx: there is a mailing list gnue-commits@gnue.org erm gnue-commits@gnu.org where all the commits are automatically mailed where you can subscribe also there's a channel #gnue-commits on this irc server reinhard: i'm really full of email at the moment :-( need something spot reinhard: ok "svn log file" seems ok agx: yes, that too, but that's slow if you use it on directories or even directory trees so if you get up in the morning and wanna see what has changed over night it's much better to be subscribed to gnue-commits than to do "svn log" in the gnue root directory :) reinhard: too much busy for next 3 weeks reinhard: any new email in my inbox is a waste of time since i read all my incoming emails damn scotsman they do know something... kilo: lol kilo: to be honest really honest i'd give any whiskey for a tokay :) (or how you spell that) tokaji ah Tokaj is the city, and -i means 'from there' so i am from Szeged, i am a szegedi btw I am not... kilo: hi *g* dpr: how it goes? kilo: i like that gulasch *** jcater has quit IRC (or how you spell *that*) reinhard: how to ask cia-1 to tell me again the last commits? agx: that's not possible reinhard: "impossible is nothing" TM that's why it's still best to be subscribed to gnue-commits for the time you are offline use the inbox filter feature of your mua i get all commit messages into a separate inbox * reinhard wonders how these new releases work * reinhard wonders if anybody will use them at all reinhard: svn log -v . | less worked well for me reinhard: the problem is not the mailbox size but the email to download... i'm going 1 week in Milano for Linux Word Conference and need few email agx: it works well, but it can take a minute or two reinhard: it's ok for me i am thinking about owning a cask full of whisky reinhard: what about adding translation? can i try? i have 2 hours free tonight agx: italian? that would be great you run on an operating system or on windows? reinhard: wait... checking out... hmm.. i can add a translation Afrikaans reinhard: i run debian + my own packages (Bad Penguin)... well not running on a PC at the moment (i have a bastard ACER laptop, it sucks) reinhard: 30% from stable, 60% from testing and 10% from unstable oh, Afrikaans, ooooh, arent we international reinhard: can i start with gnue-designer? dpr: every translation is welcome agx: gnue-common is better or forms agx, dpr: if you want to translate anything that is seen more often just check out current svn kilo: yes but with gnue-designer i can show to some people that you also have italian translation :-P go to the po directory of the tool of your choice then type "make update-po" reinhard: i already *HAVE* the latest changes, i updated after i see you typing about the new release agx: it will be mixed english-italian then you get a gnue-xxx.pot file (xxx = the tool) reinhard: ok copy that pot file to it.po (or what the iso code for your language is) cp gnue-*.pot it.po? yes reinhard: ok, now i know then in it.po reinhard: ok, i did it for sitecopy 3 years ago :-) fill in the msgstr places agx: ok, but still for dpr :) yeh, i'm following if you are done, post to gnue-dev@gnu.org i'll put it in my todo for someone :P i mean sometime poedit, gtranslator or kbabel is th etool. or vi for mazochist Austrians... 8-)) you can also just translate parts first i gotta try get gnue working :P strings where msgstr is still "" are displayed in original english text so nothing to loose, just to win :) once your po file is in svn we update it from time to time with new strings from new code we write so you can check out and add translations for that new strings somewhere on www.gnuenterprise.org there's a translation statistic reinhard: is Seeshaupt, DE close to you? where you can see which language has how many % translated kilo: never heard that reinhard: no posting via svn? :-P Lake Starnberg? kilo: seems to be near munich meaning about 3 hours train ride from me agx: if you start to contribute regularly, we will give you commit access to svn we = jamest http://www.thewhiskystore.de reinhard: some of my stuff are con http://cvs.linux.it, i was worried that svn was different but it's seems the same now :-) but it's kinda manual work so we usually don't do it for just a few commits agx: svn is very similar to cvs. it's written by the same people and they want it to be the successor of cvs kilo: hehe kilo: and suddenly you like germany ;-) yes, yes, yes. what a wonderful place it is 8-))) agx: it would really be great to have it translations, as we have de, fr, es, and hu so acutally we have major parts of europe covered and i could do scottish gaelic translation too... kilo: that would be too cool :) reinhard: calm down *WEB INTERFACE* is must important then translation :-P agx: unfortunately that's no shoe i'm going to put on myself :) :( "shoe" ? he wont do that agx: it's not a cup of coffe i will drink it's not a water i will jump in etd etc :) *however* he wont drink coffee from his shoes there have been people writing new user interfaces for forms in a week or so not that i think that johannes is representative, but still... ;-) i think i'll call it a night bye all *** reinhard has quit IRC didn't understant A THING *g* uhm.. i went through the setup-cvs.py script it asked a bunch of questions, but didn't actually seem to _DO_ anything? dpr: did it worked? i got no problem from it. dpr: look inside the dirs you specified, you should have a lot of symlinks pointing to the cvs source; so the next update automatically will also update your installation. agx: only one thing? lucky... kilo: no sorry, i mean ZERO :-) agx: ok, ask kilo: BTW did you look at my picture? :-P kilo: not really interested in shoes and drinking with them :-P dpr: try this> gfcvs where-you-put-the-svn-checkout/gnue-forms/samples/intro/intro.gfd agx: of course i did, i must say you look like an italian... well, i ran the setup-cvs.py successfully but /usr/local/bin/gnue-* doens't exist oh, no wonder the name's changed gfdes and /home/your-dir/gnue/bin does exist? it used to be called gnue-designer dpr: that's the production name, inside cvs name changes okay dpr: i strongly suggest you to make a local install, not with root dpr: you also need to have a DB setted up, that's the hard way, i used GNUe wiki stuff to success gotta go to sleep :-( by to all *** agx has quit IRC night *** sjc has quit IRC *** dpr has quit IRC *** jamest has quit IRC *** jamest has joined #gnuenterprise *** kilo has quit IRC *** holycow has joined #gnuenterprise *** holycow has quit IRC *** MiXi^ has joined #gnuenterprise *** MiXi has quit IRC *** jcater has joined #gnuenterprise *** mixi_ has joined #gnuenterprise *** gsoti_away has left #gnuenterprise *** mixi_ has joined #gnuenterprise *** MiXi^ has quit IRC *** mixi has quit IRC *** holycow has joined #gnuenterprise *** jcater has quit IRC *** jamest has quit IRC *** jcater has joined #gnuenterprise