=== jono is now known as Guest4065 | ||
twobottux | auappdev: Quickly Apps and error while running Project <http://askubuntu.com/questions/158194/quickly-apps-and-error-while-running-project> | 03:52 |
---|---|---|
dimos | Hello! | 11:21 |
dimos | I want to create a "Save as..." dialog with 'quickly'. Does anybody knows how I can do this? | 11:22 |
kennydude | Hi, I'm having a small problem with implementing something in my app | 12:08 |
kennydude | I can't get widgets movable by the user without them jittering all over the place | 12:09 |
hakermania | This 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 now | 13:32 |
twobottux | kennydude: Error: "hackermania" is not a valid command. | 13:32 |
kennydude | Oops, some bot did not like that | 13:33 |
hakermania | kennydude, you just mispelled my name | 13:33 |
kennydude | hackermania, oh :') | 13:34 |
hakermania | Again -_- | 13:34 |
hakermania | So, if this is the support irc channel, can, please, anyone, help me with this problem: http://ubuntuforums.org/showthread.php?p=12060773 | 13:47 |
hakermania | Also, when it says that the application should run through /opt, does it mean that the executable (only) should be there? | 14:09 |
hakermania | But, in my $PATH I cannot find the /opt directory | 14:10 |
__h__ | hi | 14: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 |
twobottux | auappdev: 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=12060773 | 14:29 |
twobottux | auappdev: 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 |
twobottux | auappdev: 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 |
twobottux | auappdev: Unity Launcher Integration With Python, Gtk, and Quickly <http://askubuntu.com/questions/158347/unity-launcher-integration-with-python-gtk-and-quickly> | 16:07 |
twobottux | auappdev: 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 |
twobottux | auappdev: Unity Launcher Integration With Quickly <http://askubuntu.com/questions/158347/unity-launcher-integration-with-quickly> | 17:50 |
twobottux | auappdev: Writing to a file <http://askubuntu.com/questions/158380/writing-to-a-file> | 17:56 |
pappijo | I'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 |
twobottux | auappdev: 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 |
RobinJ | Guys, 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.png | 19:25 |
RobinJ | WTF IS THIS SHIT | 19:54 |
__h__ | RobinJ: +1 | 19:54 |
RobinJ | __h__; http://www.imgdumper.nl/uploads5/4ff0a3ece5e51/4ff0a3ecc5ab5-Screenshot_from_2012-07-01_21%3A24%3A04.png | 19:58 |
__h__ | RobinJ: nice wallpaper | 20:00 |
RobinJ | __h__; thx, but i need to get this window fixed TODAY. this is the last day i have to work on my app | 20:03 |
__h__ | RobinJ: using glade? | 20:08 |
RobinJ | __h__; yes | 20:08 |
RobinJ | glade designer at least | 20:08 |
RobinJ | it's a .ui file, dunno if that's glade or gtk builder | 20:09 |
__h__ | RobinJ: if you are using quickly then you are using glade | 20:09 |
RobinJ | yep, i am | 20:09 |
__h__ | RobinJ: which is the widgets that is getting expanded that way? | 20:10 |
__h__ | RobinJ: *widget | 20:10 |
RobinJ | __h__; if only i knew... | 20:12 |
RobinJ | i also can't make the window smaller | 20:13 |
RobinJ | everything i click in the window makes it wider... | 20:13 |
__h__ | RobinJ: then how is your widget tree composed | 20:14 |
__h__ | RobinJ: are you setting the window's width and height values? | 20:15 |
RobinJ | __h__; width request is 800 | 20:18 |
__h__ | RobinJ: ok, the a child widget must either have a width request set or it's content is requiring more space | 20:20 |
RobinJ | __h__; this just started happening without me doing anything | 20:22 |
__h__ | RobinJ: without doing anything related to sizes? or without doing anything anything....? | 20:22 |
RobinJ | i clicked a button AT RUNTIME, and the window got wider. i closed the application, started it again, and the window was still huge | 20:23 |
__h__ | RobinJ: what does this button do? | 20:25 |
RobinJ | should write data to a file | 20:25 |
RobinJ | it's the toolbar... | 20:26 |
RobinJ | if i make it invisible there isnt a problem | 20:27 |
=== RobinJ1995 is now known as RobinJ | ||
RobinJ | stupid ISP | 20: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 |
RobinJ | no | 20:34 |
RobinJ | the combobox | 20:34 |
RobinJ | between the /r/ label and the + button | 20:34 |
RobinJ | glade garbage | 20:36 |
RobinJ | every 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 developers | 20:36 |
__h__ | RobinJ: so it was glade garbage? | 20:38 |
__h__ | RobinJ: afk | 20:39 |
RobinJ | it still is... | 20:39 |
RobinJ | found a workaround though | 20:39 |
__h__ | RobinJ: edit the ui file? | 20:41 |
RobinJ | renaming the widget | 20:41 |
RobinJ | or so i thought what the fvuc is this | 20:42 |
RobinJ | from the moment i add an item to a comboxbox it goes haywire | 20:42 |
RobinJ | AAAAAAAAAAK THIS IS FUCKING MADENING WHY DOES EVERYTHING HAVE TO GO WRONG AT THE LAST MOMENT | 20:45 |
RobinJ | can someone PLEASE help me? how do i add an entry to a comboxboxtext widget? | 20:58 |
RobinJ | without it screwing up my whole window, i mean | 20:58 |
RobinJ | I need some urgent help, cause my app isn't going to make it to the showdown otherwise | 23:01 |
RobinJ | urgh, is this channel ever out of coma? | 23:13 |
RobinJ | http://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!