Questions tagged [quickly]

Canonical's workflow for coding, designing, history tracking, debugging, collborating, and distributing software for Ubuntu.

Quickly is Canonical's workflow for coding, designing, history tracking, debugging, collborating, and distributing software for Ubuntu. It uses Python, PyGTK, Glade Interface Designer and Desktop Couch.

References

Related

365 questions
43
votes
8 answers

How do I develop .NET apps on Ubuntu?

at college we use Microsoft .NET for developing applications. I recently switched to Ubuntu and would like to know similar tools for making apps on/for ubuntu.
16
votes
1 answer

How do I get "Quickly" to use Git?

How do I get Quickly to use Git as its default version control instead of Bazaar?
Bicherele
  • 161
14
votes
3 answers

How do I add/create a file?

I have created a package with Quickly and also I have uploaded it to a branch on launchpad, but how can I create a PPA for that program and upload to it? I'm really new to these stuff, I just learned how to use bazaar. How do I add/create a…
Jeggy
  • 3,122
  • 16
  • 57
  • 80
12
votes
2 answers

How to Change Quickly's Editor?

I've just downloaded Ninja IDE and I really like it's interface. Is there a way to configure the Quickly app to launch my project in Ninja IDE when I type quickly edit?
12
votes
3 answers

Does Quickly have an IDE of some sort?

I know quickly is supposed to make life easier for developers of all kinds, I'm just curious as to if there is an IDE for quickly (something like QtCreator or Monodevelop)? If not, as a part B, is there one on the way?
RolandiXor
  • 51,797
11
votes
2 answers

Quickly template for PyQt?

Because I like Qt and Python, is there a Quickly template for PyQt similar to the PyGTK one?
burli
  • 2,557
11
votes
1 answer

How do I make the launcher progress bar work with my application?

Background Research I am attempting to update the progress bar within the Unity launcher for a simple python/Gtk application created using Quickly called test; however, following the instructions in this video, I have not been able to successfully…
10
votes
2 answers

How do I use get_media_file() in the latest Quickly?

I am writing a project with Quickly and GTK 3 and I want to use the get_media_file() helper so I can load an icon in my data/media directory. I can't see how I use get_media_file() with the latest quickly; it looks like the Quickly helpers have…
jonobacon
  • 1,524
10
votes
2 answers

Quickly application with ListStore as preference

I'm starting to write a program with 'quickly'. A list of desired languages will be one prefereces. Example: languages = ["en", "de"] The (automaticly created) quickly code that handles the preference part looks like this: # Define your preferences…
xubuntix
  • 5,580
10
votes
2 answers

Does Quickly support GTK3?

Simple question: can Quickly use GTK2 only or also GTK3 for GUI?
burli
  • 2,557
10
votes
4 answers

How to create a sliding widget (GTK+, Quickly)

Recently I've seen this widget in Gedit: It appears when you press Ctrl + F. What I am interested is in how to get the sliding effect. Any suggestion will be appreciated.
Ángel Araya
  • 1,552
10
votes
4 answers

How do I add a daemon to my Quickly application?

I am building a app with quickly, and I wanted to add a daemon that will run in the background. How do you do this?
Vignesh
  • 101
  • 4
10
votes
4 answers

How to add vte terminal widget in GTK3?

I'm trying to add vte widget in my application and the examples I've found use .fork_command() to execute a command in that widget. But according to http://developer.gnome.org/vte/0.26/VteTerminal.html#vte-terminal-fork-command it was deprecated and…
int_ua
  • 8,892
10
votes
1 answer

How to create a new Quickly application template?

Cannot find the answer elsewhere, I'm asking for a documentation of the process to create a new template for quickly. I'm interested in writing a pyside (python + qt4) template like the pygtk one. Can anyone help me?
Angelo
  • 171
10
votes
3 answers

GtkIconView doesn't automatically fill the space with icon when user resizes the window

In the Ubuntu Accomplishments project we are having a few unusual bugs: https://bugs.launchpad.net/bugs/986708 https://bugs.launchpad.net/bugs/974728 Namely that we have a window with a GtkNotebook and a GtkIconView on a page and another on…
jonobacon
  • 1,524
1
2 3
24 25