/srv/irclogs.ubuntu.com/2012/01/25/#ubuntu-app-devel.txt

dpmmorning all08:14
jo-erlendI'm applying for Ubuntu Membership. I have a wiki page if someone would like to add their testimonial: https://wiki.ubuntu.com/JoErlendSchinstad.10:11
=== mpt_ is now known as mpt
cortexuvulaHi I am new to Ubuntu dev and is using quickly to write a small app. I want to add a splash screen (dialog with a quit and continue button) to my quickly app. Could someone direct me to a tutorial or how to13:42
jmlcortexuvula, hmm14:22
jmlcortexuvula, good question.14:22
jmlcortexuvula, splash screens don't normally have a quit button though. Are you thinking of something like a "Tip of the Day" thing?14:26
cortexuvulamedical app that I am writing so on the splash I want to indicate a warning "This app is not ....." so if you disagree the app should quit and agree then continues to main window14:28
cortexuvulayeah something like a modified "tip of the day"14:29
jmlcortexuvula, ah ok.14:33
jmlcortexuvula, I think you want to make a dialog with two buttons, where one button's action is to quit and the other's is to go on to the rest of the app14:34
jmlcortexuvula, do you know how to make a Gtk dialog?14:34
jmlrebooting. brb.14:35
cortexuvulajml exactly what I want14:35
cortexuvulai have add a dialog with quickly add dialog warning14:35
dpmcortexuvula, you might also find this tutorial interesting. It's not exactly what you're trying to do, but it touches a range of subjects that should be useful (Gtk dialogs, glade, etc) -> http://developer.ubuntu.com/resources/tutorials/all/diy-media-player-with-pygtk/14:36
cortexuvuladpm I will have a look at the tutorial14:37
dpmcortexuvula, cool, let us know how it works for you14:38
cortexuvulajml Give me a day to check the tutorial if I do not find an answer I will check back here14:38
jmlcortexuvula, sure. I'll be around here during UK work hours (and others will be around too)14:39
cortexuvulaThanks for the help thus far :-)14:39
jmlnp14:39
=== mpt_ is now known as mpt
=== jml is now known as jml`
=== jml` is now known as jml
jackyalcineHow do I make my own documentation for my application?15:51
jackyalcineLike I want it to show up in the Help Viewer on Ubuntu.15:51
jmljackyalcine, I don't know :(15:53
jmljackyalcine, that's a good question though.15:53
jo-erlendjackyalcine, very good question. More like a manual than an API doc then?15:53
jackyalcineYes.15:53
jackyalcineThis way, I could have hyperlinks in applications link to it.15:54
jo-erlendI think maybe you can use the DocBook format for that, but I'm not sure.15:54
jackyalcineAlthough a good application shouldn't require documentation, the application I'm building (speech recognition training utility) isn't mediocre :P15:54
jackyalcineDo you know where I'd have to put it?15:54
dpmjackyalcine, if you are thinking of user documentation, you can run the 'quickly create ubuntu-application nameofyourapp' and there you should have an example of documentation pages15:54
dpmthey are the files with the .page extension15:55
dpmthey are in a format called Mallard, quite similar to docbook15:55
jackyalcineNifty! I'll try it out.15:56
dpmhttp://pastebin.ubuntu.com/816594/15:59
dpmoops, too late, nevermind15:59
pratheek_hello, how do i get started on devloping apps for Ubuntu ! :D15:59
dpmpratheek_, I love questions with easy answers :-) There you go: http://developer.ubuntu.com/get-started/16:00
pratheek_@dpm: OK, thanks for the link ! also, if I had to make my application suitable to work in any other Linux distro (other than ubuntu, like Fedora where .rpm is used) How would I be able to do that ?16:03
dpmpratheek_, quickly, the tool that page talks about, simply puts together a set of other tools that should work in any distribution16:04
dpmthen you'd only have to worry about the packaging, which is indeed different for every distribution16:04
dpmquickly only helps you creating .deb files for Ubuntu, which work also in Debian and any derivatives16:05
dpmso for rpm and any other format, you'd have to create the packages yourself16:05
pratheek_@dpm: oh ok ! :-D, Is there a tool that packages in different  formats as per my wish ?16:06
=== jackyalcine is now known as Guest1073
dpmpratheek_, not that I know of, but I must admit I haven't done research on the subject16:07
pratheek_ok ! anyother chatrrom where i could get help on that ?16:08
pratheek_*dpm16:08
dpmGuest1073, here's your example of where to find documentation if you use quickly to create your app with Python, GTK and Mallard: http://pastebin.ubuntu.com/816594/16:08
dpmpratheek_, not that I know of, sorry16:08
pratheek_@dpm : ok ! Thanks for all the help ! :D16:09
pratheek_Bye !16:09
=== ikonia_ is now known as ikonia
=== mpt_ is now known as mpt
=== james_w` is now known as james_w
=== mpt_ is now known as mpt
psusiI'm looking for an IO interface to use in a gtkmm app that I can tie to a pipe fd and have a callback whenever data arrives on the pipe, is there such a thing?23:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!