twobottux | auappdev: 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__ | hi | 00:58 |
=== chu_ is now known as chu | ||
twobottux | auappdev: 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 |
twobottux | auappdev: 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 |
twobottux | auappdev: 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 |
twobottux | auappdev: 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 |
twobottux | auappdev: Can't add Notebook to VBox <http://askubuntu.com/questions/155291/cant-add-notebook-to-vbox> | 06:07 |
twobottux | auappdev: 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 |
twobottux | auappdev: Add a Notebook to a Box <http://askubuntu.com/questions/155298/add-a-notebook-to-a-box> | 06:37 |
twobottux | auappdev: 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 |
twobottux | auappdev: 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 |
twobottux | auappdev: 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 |
galymzhan | How do I use quickly with c++/gtkmm ? | 10:34 |
commandoline | galymzhan: You can't, the only desktop template quickly includes uses as far as I know Python + Gtk | 10:42 |
commandoline | there are a few other templates, but not for totallly different languages/toolkits except flash if I recall correctly. | 10:43 |
twobottux | auappdev: 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 |
twobottux | auappdev: Make new instance of main window, python gtk <http://askubuntu.com/questions/155374/make-new-instance-of-main-window-python-gtk> | 12:13 |
savvy | howdy!! | 13:22 |
savvy | i have just joined the ubuntu revolution .. | 13:23 |
twobottux | auappdev: 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 |
Phoenix87 | I have created a 128x128 icon for my application, but it looks ugly in the tab switch (unity3d), like it's a poor res icon | 15:22 |
Phoenix87 | it's a svg if you're wondering | 15:22 |
commandoline | why not scaling it up? | 15:40 |
commandoline | if 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__: yes | 15:47 |
__h__ | Phoenix87: tried commandoline's suggestion? | 15:48 |
Phoenix87 | uhm no | 15:49 |
Phoenix87 | how much do you think I'd need to scale it? | 15:49 |
Phoenix87 | it's 128x128 already | 15:49 |
Phoenix87 | pretty much the size of the icons showing in the tab switch window | 15: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 this | 15: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 ram | 15: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 switch | 15:53 |
Phoenix87 | __h__: yes | 15:53 |
__h__ | if you create a quickly project on say /tmp dir, you will see that the default icon also is looks pixelated | 15:55 |
Phoenix87 | __h__: you mean in the tabswitch? | 15:56 |
__h__ | Phoenix87: yes | 15: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:00 | 16:10 |
__h__ | somewhere around say something about how gtk handles svg files | 16:10 |
__h__ | Phoenix87: Sure, don't get blocked now, I could suggest asking on askubuntu | 16:11 |
Phoenix87 | __h__: cheers mate! ;) | 16:28 |
Phoenix87 | oh nice i think i missed that part during the live broadcast | 16:33 |
Phoenix87 | so it is internally converted into a bitmap | 16:33 |
Phoenix87 | anyway 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 | *when | 16:35 |
JanC | that's what most applications do (except in case of versioned backups) | 16:45 |
Phoenix87 | JanC: ok. thank you :D | 16:46 |
Phoenix87 | how can I create a deepcopy of a liststore? | 17:56 |
Phoenix87 | copy or pickle? or something else maybe | 17:57 |
__h__ | Phoenix87: you mean clone? | 18:37 |
__h__ | Should a Gtk.VBox be packed inside a Gtk.ScrolledWindow? | 18:43 |
twobottux | auappdev: 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 |
twobottux | auappdev: Bind filechooserbutton's path to gio.settings pygtk-glade <http://askubuntu.com/questions/155512/bind-filechooserbuttons-path-to-gio-settings-pygtk-glade> | 20:03 |
twobottux | auappdev: Creating Ubuntu Browser App Frames <http://askubuntu.com/questions/155513/creating-ubuntu-browser-app-frames> | 20:15 |
twobottux | auappdev: 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 |
twobottux | auappdev: ImportError: No module named platform.credentials <http://askubuntu.com/questions/155523/importerror-no-module-named-platform-credentials> | 21:31 |
twobottux | auappdev: 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 |
twobottux | auappdev: 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 |
twobottux | auappdev: 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 |
twobottux | auappdev: 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 |
twobottux | auappdev: 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!