/srv/irclogs.ubuntu.com/2012/06/24/#ubuntu-app-devel.txt

twobottuxauappdev: Why changing signals causes NameErrors in a sane code? <http://askubuntu.com/questions/155221/why-changing-signals-causes-nameerrors-in-a-sane-code>00:06
__h__hi00:58
=== chu_ is now known as chu
twobottuxauappdev: Does signing have to be before or after packaging? <http://askubuntu.com/questions/155211/does-signing-have-to-be-before-or-after-packaging>01:30
twobottuxauappdev: Do I GPG-sign my application before or after packaging? <http://askubuntu.com/questions/155211/do-i-gpg-sign-my-application-before-or-after-packaging>02:48
twobottuxauappdev: How do I stop a container box from expanding horizontally in Glade? <http://askubuntu.com/questions/155214/how-do-i-stop-a-container-box-from-expanding-horizontally-in-glade>03:07
twobottuxauappdev: How do I get images to appear on buttons in Glade Designer? <http://askubuntu.com/questions/154938/how-do-i-get-images-to-appear-on-buttons-in-glade-designer>05:01
twobottuxauappdev: Can't add Notebook to VBox <http://askubuntu.com/questions/155291/cant-add-notebook-to-vbox>06:07
twobottuxauappdev: How to add windows to an ubuntu-application with Quickly? <http://askubuntu.com/questions/154386/how-to-add-windows-to-an-ubuntu-application-with-quickly>06:13
twobottuxauappdev: Add a Notebook to a Box <http://askubuntu.com/questions/155298/add-a-notebook-to-a-box>06:37
twobottuxauappdev: Glade: How do I add a Notebook to a Box in a VBox? <http://askubuntu.com/questions/155298/glade-how-do-i-add-a-notebook-to-a-box-in-a-vbox>08:14
twobottuxauappdev: Do "package" and "application/software/program" mean the same thing? <http://askubuntu.com/questions/154852/do-package-and-application-software-program-mean-the-same-thing>08:26
twobottuxauappdev: Why changing signals causes NameErrors in a sane code? - PyGtk issue <http://askubuntu.com/questions/155221/why-changing-signals-causes-nameerrors-in-a-sane-code-pygtk-issue>09:08
galymzhanHow do I use quickly with c++/gtkmm ?10:34
commandolinegalymzhan: You can't, the only desktop template quickly includes uses as far as I know Python + Gtk10:42
commandolinethere are a few other templates, but not for totallly different languages/toolkits except flash if I recall correctly.10:43
twobottuxauappdev: how to keep the app indicator menu visible after clicks? <http://askubuntu.com/questions/155348/how-to-keep-the-app-indicator-menu-visible-after-clicks>11:08
twobottuxauappdev: Make new instance of main window, python gtk <http://askubuntu.com/questions/155374/make-new-instance-of-main-window-python-gtk>12:13
savvyhowdy!!13:22
savvyi have just joined the ubuntu revolution ..13:23
twobottuxauappdev: How do I add a Notebook to a Box in a VBox? <http://askubuntu.com/questions/155298/how-do-i-add-a-notebook-to-a-box-in-a-vbox>13:47
Phoenix87I have created a 128x128 icon for my application, but it looks ugly in the tab switch (unity3d), like it's a poor res icon15:22
Phoenix87it's a svg if you're wondering15:22
commandolinewhy not scaling it up?15:40
commandolineif it's an svg, that won't cost you any space since svg isn't much more than a description of shapes anyway, but maybe it makes a difference for Unity...15:42
__h__Phoenix87: does it display ok in the dash?15:46
Phoenix87__h__: yes15:47
__h__Phoenix87: tried commandoline's suggestion?15:48
Phoenix87uhm no15:49
Phoenix87how much do you think I'd need to scale it?15:49
Phoenix87it's 128x128 already15:49
Phoenix87pretty much the size of the icons showing in the tab switch window15:50
__h__Phoenix87: maybe, the tab switch has some sort of cache, that did not get updated. I think that internally, svg files are converted to pixmaps, but I cant be sure on this15:50
Phoenix87__h__: that's what I'm thinking too. Do you know where those icons are taken from?15:50
__h__No idea, but if the are converted internally, the file could even have another extension, or be loaded in ram15:52
__h__Are you using quickly?15:53
Phoenix87__h__: I had a look at geany's icon: it's a 48x48 svg and it's shown perfectly in the switch15:53
Phoenix87__h__: yes15:53
__h__if you create a quickly project on say /tmp dir, you will see that the default icon also is looks pixelated15:55
Phoenix87__h__: you mean in the tabswitch?15:56
__h__Phoenix87: yes15:56
Phoenix87__h__: right. that's wierd...15:57
Phoenix87__h__, commandoline thanks anyway for your help. I'd be better focusing on developing right now ^^16:00
__h__Phoenix87: http://www.youtube.com/watch?v=UwbRQUCb5XM&t=108m38s head to 2:47:0016:10
__h__somewhere around say something about how gtk handles svg files16:10
__h__Phoenix87: Sure, don't get blocked now, I could suggest asking on askubuntu16:11
Phoenix87__h__: cheers mate! ;)16:28
Phoenix87oh nice i think i missed that part during the live broadcast16:33
Phoenix87so it is internally converted into a bitmap16:33
Phoenix87anyway now I've come with a design problem: whend implementing undo/redo, what should happen when the user undoes a few commands and then start issuing new commands? Do I have to forget about all the redos as soon as a new command is issued?16:35
Phoenix87*when16:35
JanCthat's what most applications do (except in case of versioned backups)16:45
Phoenix87JanC: ok. thank you :D16:46
Phoenix87how can I create a deepcopy of a liststore?17:56
Phoenix87copy or pickle? or something else maybe17:57
__h__Phoenix87: you mean clone?18:37
__h__Should a Gtk.VBox be packed inside a Gtk.ScrolledWindow?18:43
twobottuxauappdev: How do I force only one instance of my application? (python/quickly) <http://askubuntu.com/questions/155496/how-do-i-force-only-one-instance-of-my-application-python-quickly>19:17
twobottuxauappdev: Bind filechooserbutton's path to gio.settings pygtk-glade <http://askubuntu.com/questions/155512/bind-filechooserbuttons-path-to-gio-settings-pygtk-glade>20:03
twobottuxauappdev: Creating Ubuntu Browser App Frames <http://askubuntu.com/questions/155513/creating-ubuntu-browser-app-frames>20:15
twobottuxauappdev: How to hide a GTK window in Python before call or os.system <http://askubuntu.com/questions/155519/how-to-hide-a-gtk-window-in-python-before-call-or-os-system>20:56
twobottuxauappdev: ImportError: No module named platform.credentials <http://askubuntu.com/questions/155523/importerror-no-module-named-platform-credentials>21:31
twobottuxauappdev: How can I update "Quickly" using a PPA or similar in the Source file? <http://askubuntu.com/questions/155526/how-can-i-update-quickly-using-a-ppa-or-similar-in-the-source-file>21:37
twobottuxauappdev: Build failed with the command : quickly submitubuntu <http://askubuntu.com/questions/155531/build-failed-with-the-command-quickly-submitubuntu> || How can I update "Quickly" using a PPA or similar in the Source file? [closed] <http://askubuntu.com/questions/155526/how-can-i-update-quickly-using-a-ppa-or-similar-in-the-source-file>21:44
twobottuxauappdev: How can I update "Quickly" using a PPA or similar in the Source file? <http://askubuntu.com/questions/155526/how-can-i-update-quickly-using-a-ppa-or-similar-in-the-source-file>21:50
twobottuxauappdev: How do I get QSystemTrayIcon to show up in Gnome 3? <http://askubuntu.com/questions/155545/how-do-i-get-qsystemtrayicon-to-show-up-in-gnome-3>22:25
twobottuxauappdev: Ready-to-use time and/or datetime selection widgets for GTK3? <http://askubuntu.com/questions/155562/ready-to-use-time-and-or-datetime-selection-widgets-for-gtk3>23:06

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