[00:17] auappdev: Is there a recommended DB to work with Quickly on Ubuntu 12.04? [01:33] auappdev: Is there a recommended DB to work with Quickly? [02:22] auappdev: Ubuntu Design / UI Guidelines [02:34] auappdev: How do I access the preferences from my main dialog window? Also how do I add a new preference? || Are there any standard UI / UX / design principles or guidelines for building Ubuntu apps? good morning [07:18] good morning dholbach and all [07:20] hey dpm [07:28] * ajmitch waves [07:57] auappdev: How to connect GTK3 button click events to callbacks === csrins_ is now known as csrins [09:35] I dont know if this is the right place to mention this but the link for "unity integration"-video is incorrect, it points to a different video location [09:41] tvnmsk, that's the right place, let me have a look... [09:42] it redirects me to the video of the first day, the last session [09:46] tvnmsk, fixed it now, you might need to reload the page to see the changes. Thanks for the heads up! [10:07] auappdev: How do I create and use keyboard shortcuts in a Gtk app that I am developing? [10:36] how can I delete a dialog created with quickly? [11:24] auappdev: is Palestinians out of the Ubuntu App Showdown Contest? [12:03] auappdev: How to detect a computer's physical screen size in GTK === Guest81049 is now known as vibhav [12:50] auappdev: How to actually submit my app to Ubuntu app showdown? [13:07] auappdev: Open Dialog, created with quickly does not work [14:02] <__h__> hi, anyone? [14:07] hi __h__ [14:24] <__h__> dpm: hi! any idea of what would be the best approach to get a countdown widget into an app, that is animated... [14:24] <__h__> dpm: i mean, the countdown widget would be animated [14:24] gotcha [14:26] <__h__> dpm: http://cnanney.com/journal/code/apple-style-counter-revisited/ [14:33] __h__, it all depends on the toolkit of choice. If you are using Qt, that would probably be really easy to do with QML. If you are using Qt, you can probably do some sort of animation with Cairo, or if you want proper animation, then Clutter [14:34] <__h__> dpm: are Cairo and Clutter Qt specific? [14:38] __h__, there are independent of the toolkit, if I'm not mistaken, but they are generally used with GTK [14:38] for Qt you'd use QML [14:39] sorry, I've just realized what might have generated the confusion... [14:39] "If you are using Qt, you can probably..." I meant -> "If you're using GTK" [14:40] so: [14:40] GTK -> Cairo or Clutter [14:40] Qt -> QML [14:45] <__h__> dpm: np [14:47] <__h__> dpm: I see that cairo for example, is kinda a drawing library, do you think that maybe animating images would be more suitable for this widget? [14:48] <__h__> like the good ol' sprite thing [14:50] __h__, yeah, I think a poor man's animation would do with Cairo (see the example at the bottom of http://zetcode.com/tutorials/cairographicstutorial/transparency/), but still, you might want to look at Clutter for proper, modern animation, or QML [14:50] what toolkit are you using then, GTK, Qt, or something else? [14:59] <__h__> dpm: GTK but it is not a definite decision [14:59] ok [15:01] <__h__> so choices could be left to GTK -> Clutter or Qt -> QML [15:04] yeah, I think so. You might also want to ask on askubuntu, to see if you get more recommendations [15:09] <__h__> dpm: do you know what could have been the reason for ubuntu to choose Gtk for its apps and quickly, and what are the plans for the future of toolkits in ubuntu? [15:13] or on stackoverflow [15:14] (there are more programmers on stackoverflow than on askubuntu) [15:15] __h__: Ubuntu has traditionally always been based on GNOME, which uses Gtk [15:29] <__h__> JanC: I see [15:32] <__h__> JanC: So I would say that Gtk is better integrated with ubuntu than Qt [15:33] <__h__> JanC: I mean the default Unity shell [15:35] yes, although Qt is themed to look more or less like Gtk, looks & behaviour are likely to be (subtly) different [15:44] OTOH, Qt is somewhat easier to use than Gtk on e.g. Windows, so if your app needs to be cross-platform with minimal effort... [16:33] <__h__> JanC: I will be targeting ubuntu unity + gnome shell atm [16:34] then certainly Gtk is best (maybe combined with Clutter or similar) [16:39] more doco for Qt too [16:39] and if you've gotta do multi-platform support Qt all the way [16:40] the good thing also about Qt is it looks acceptable in a KDE environment too [17:46] auappdev: How to View Submitted Apps for the Ubuntu App Showdown === andrewaclt is now known as aaustin [19:27] auappdev: How can I set a spin button? [20:21] Anyone familiar with how Gtk css themes work? I'm trying to have a hover effect for a label, but without much success. [21:16] auappdev: Using the AccountsService API with Python [21:28] auappdev: How to use the AccountsService API with Python? [21:34] auappdev: How do I get dark toolbars in gtkmm? === chu_ is now known as chu