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

=== jono is now known as Guest4065
twobottuxauappdev: Quickly Apps and error while running Project <http://askubuntu.com/questions/158194/quickly-apps-and-error-while-running-project>03:52
dimosHello!11:21
dimosI want to create a "Save as..." dialog with 'quickly'. Does anybody knows how I can do this?11:22
kennydudeHi, I'm having a small problem with implementing something in my app12:08
kennydudeI can't get widgets movable by the user without them jittering all over the place12:09
hakermaniaThis is the channel where I can get help for my app for the Ubuntu Showdown contest... Am I right?13:22
kennydude@hackermania I think so, however it's queit right now13:32
twobottuxkennydude: Error: "hackermania" is not a valid command.13:32
kennydudeOops, some bot did not like that13:33
hakermaniakennydude, you just mispelled my name13:33
kennydudehackermania, oh :')13:34
hakermaniaAgain -_-13:34
hakermaniaSo, if this is the support irc channel, can, please, anyone, help me with this problem: http://ubuntuforums.org/showthread.php?p=1206077313:47
hakermaniaAlso, when it says that the application should run through /opt, does it mean that the executable (only) should be there?14:09
hakermaniaBut, in my $PATH I cannot find the /opt directory14:10
__h__hi14:22
__h__which would be the best way to access quickly folders?14:22
__h__from within a quickly app?14:23
hakermania__h__, this channel seems to be very quiet. I've been trying to ask something since yesterday, but to no avail...14:25
twobottuxauappdev: Creating a working indicator in C++ <http://askubuntu.com/questions/158323/creating-a-working-indicator-in-c>14:25
__h__hakermania: what was your question?14:25
hakermania__h__, http://ubuntuforums.org/showthread.php?p=1206077314:29
twobottuxauappdev: GTK app: How do I create a working indicator with Qt/C++? <http://askubuntu.com/questions/158323/gtk-app-how-do-i-create-a-working-indicator-with-qt-c>14:31
twobottuxauappdev: How do I write and submit applications for Ubuntu? <http://askubuntu.com/questions/158004/how-do-i-write-and-submit-applications-for-ubuntu>15:19
twobottuxauappdev: Unity Launcher Integration With Python, Gtk, and Quickly <http://askubuntu.com/questions/158347/unity-launcher-integration-with-python-gtk-and-quickly>16:07
twobottuxauappdev: Where do I install a .desktop launcher for my Showdown app? <http://askubuntu.com/questions/158356/where-do-i-install-a-desktop-launcher-for-my-showdown-app>16:19
twobottuxauappdev: Unity Launcher Integration With Quickly <http://askubuntu.com/questions/158347/unity-launcher-integration-with-quickly>17:50
twobottuxauappdev: Writing to a file <http://askubuntu.com/questions/158380/writing-to-a-file>17:56
pappijoI'm trying to publish a post in the ubuntu app showdown reddit and it doesn't appear (I submitted it 4 days ago, then I tried to delete it and submit again with no result).18:06
twobottuxauappdev: How do I make the launcher progress bar work with my application? <http://askubuntu.com/questions/158347/how-do-i-make-the-launcher-progress-bar-work-with-my-application>18:20
RobinJGuys, something strange happens when clicking a button in my app...http://www.imgdumper.nl/uploads5/4ff0a3ece5e51/4ff0a3ecc5ab5-Screenshot_from_2012-07-01_21%3A24%3A04.png19:25
RobinJWTF IS THIS SHIT19:54
__h__RobinJ: +119:54
RobinJ__h__; http://www.imgdumper.nl/uploads5/4ff0a3ece5e51/4ff0a3ecc5ab5-Screenshot_from_2012-07-01_21%3A24%3A04.png19:58
__h__RobinJ: nice wallpaper20:00
RobinJ__h__; thx, but i need to get this window fixed TODAY. this is the last day i have to work on my app20:03
__h__RobinJ: using glade?20:08
RobinJ__h__; yes20:08
RobinJglade designer at least20:08
RobinJit's a .ui file, dunno if that's glade or gtk builder20:09
__h__RobinJ: if you are using quickly then you are using glade20:09
RobinJyep, i am20:09
__h__RobinJ: which is the widgets that is getting expanded that way?20:10
__h__RobinJ: *widget20:10
RobinJ__h__; if only i knew...20:12
RobinJi also can't make the window smaller20:13
RobinJeverything i click in the window makes it wider...20:13
__h__RobinJ: then how is your widget tree composed20:14
__h__RobinJ: are you setting the window's width and height values?20:15
RobinJ__h__; width request is 80020:18
__h__RobinJ: ok, the a child widget must either have a width request set or it's content is requiring more space20:20
RobinJ__h__; this just started happening without me doing anything20:22
__h__RobinJ: without doing anything related to sizes? or without doing anything anything....?20:22
RobinJi clicked a button AT RUNTIME, and the window got wider. i closed the application, started it again, and the window was still huge20:23
__h__RobinJ: what does this button do?20:25
RobinJshould write data to a file20:25
RobinJit's the toolbar...20:26
RobinJif i make it invisible there isnt a problem20:27
=== RobinJ1995 is now known as RobinJ
RobinJstupid ISP20:30
RobinJ__h__; specifically, it's the combobox...20:30
__h__RobinJ: i dont see any combobox in your screenshot, but i do see that the top bar has some sort of title...right?20:32
__h__RobinJ: could that be the source of your problem?20:32
RobinJno20:34
RobinJthe combobox20:34
RobinJbetween the /r/ label and the + button20:34
RobinJglade garbage20:36
RobinJevery fucking problem i've had until now has been either a bug in glade/gtk or a bug in quickly, and they still wonder why ubuntu doesn't attract many developers20:36
__h__RobinJ: so it was glade garbage?20:38
__h__RobinJ: afk20:39
RobinJit still is...20:39
RobinJfound a workaround though20:39
__h__RobinJ: edit the ui file?20:41
RobinJrenaming the widget20:41
RobinJor so i thought what the fvuc is this20:42
RobinJfrom the moment i add an item to a comboxbox it goes haywire20:42
RobinJAAAAAAAAAAK THIS IS FUCKING MADENING WHY DOES EVERYTHING HAVE TO GO WRONG AT THE LAST MOMENT20:45
RobinJcan someone PLEASE help me? how do i add an entry to a comboxboxtext widget?20:58
RobinJwithout it screwing up my whole window, i mean20:58
RobinJI need some urgent help, cause my app isn't going to make it to the showdown otherwise23:01
RobinJurgh, is this channel ever out of coma?23:13
RobinJhttp://www.reddit.com/r/ubuntuappshowdown/comments/vwc2e/urgent_help_needed_packaging/23:16

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