summaryrefslogtreecommitdiffstats
path: root/pulsecaster/ui.py
Commit message (Expand)AuthorAgeFilesLines
* Make i18n even easier with gettext.install()HEADmasterPaul W. Frields2012-12-061-2/+1
* Fix i18n so translations workPaul W. Frields2012-12-061-1/+3
* Fix additional stringsPaul W. Frields2012-10-041-3/+3
* Disable prefs when recordingPaul W. Frields2012-10-041-0/+2
* On abort confirm, remove the right tempfilesPaul W. Frields2012-10-041-1/+5
* Add (hacky) treatment for separate streamsPaul W. Frields2012-10-041-14/+48
* Do explicit compare to be surePaul W. Frields2012-10-041-1/+1
* Set expert mode appropriately with radio buttonPaul W. Frields2012-10-041-0/+2
* Make expert configuration workPaul W. Frields2012-10-041-0/+11
* Set up prefs dialog to modify settingsPaul W. Frields2012-10-041-0/+20
* Include show/hide functions and alternate pipelinePaul W. Frields2012-10-041-30/+62
* Add dummy function for nowPaul W. Frields2012-10-041-0/+3
* Add beginning of advanced settings supportPaul W. Frields2012-10-041-0/+15
* Finish removing old pygobject2 modules cruftPaul W. Frields2012-10-041-4/+2
* Upgrade to use PyGObject and GTK+ 3.0Paul W. Frields2011-06-111-30/+31
* Try to be a little more PEP-8'ishPaul W. Frields2011-03-181-22/+47
* Move strings from GtkBuilder file to Python codePaul W. Frields2011-03-181-0/+17
* Only import what we need for UIPaul W. Frields2011-03-161-2/+2
* Use new PulseCasterSource object in ui.pyPaul W. Frields2011-03-161-134/+28
* Start removing the old progress bar stuff in favor of the newPaul W. Frields2011-03-151-17/+24
* Fix method namePaul W. Frields2011-03-141-1/+1
* Set VUs when user is moving around the combo boxPaul W. Frields2011-03-141-0/+2
* Fix function namePaul W. Frields2011-03-141-2/+2
* Establish pipeline for active sourcePaul W. Frields2011-03-141-21/+67
* Make way for a VU meter for active source.Paul W. Frields2011-03-131-8/+58
* Fix tooltip problemsPaul W. Frields2011-02-201-2/+2
* This GtkBuilder file should be .ui now.Paul W. Frields2011-02-201-4/+4
* Shouldn't need to import eggtrayicon stuff anymorePaul W. Frields2011-01-301-1/+0
* Oops, restore necessary functionPaul W. Frields2010-12-211-2/+5
* Do some trivial code refactoringPaul W. Frields2010-12-211-11/+9
* Dynamically generate file chooser, remove from builderPaul W. Frields2010-12-211-10/+13
* Make debugging more discerniblePaul W. Frields2010-12-211-1/+1
* For devel, load resources if not in same directoryPaul W. Frields2010-12-211-3/+9
* More verbose tempfile debugging messagePaul W. Frields2010-12-211-1/+2
* Use envar for debugging from now onPaul W. Frields2010-12-211-1/+4
* Let tray icon track recording timePaul W. Frields2010-12-201-0/+19
* Remove unused modulePaul W. Frields2010-12-201-1/+0
* Replace use of egg.trayicon with gtk.StatusIconPaul W. Frields2010-12-201-1/+3
* Put app name on warning dialogPaul W. Frields2010-12-201-0/+1
* Fix remaining static locations of iconsPaul W. Frields2010-12-191-1/+3
* Add eggtrayicon placeholderPaul W. Frields2010-12-191-0/+3
* Remove data location hackPaul W. Frields2010-12-191-2/+0
* Include proper encoding (PEP-0263)Paul W. Frields2010-12-191-0/+1
* Fix copyright informationPaul W. Frields2010-12-191-1/+1
* Add Jürgen to authorshipPaul W. Frields2010-12-191-0/+1
* Catch case where user tries to save without a filenamePaul W. Frields2010-12-191-0/+2
* Fix tempfile removal on cancellationPaul W. Frields2010-12-191-1/+3
* Move temp file close/remove to private functionPaul W. Frields2010-12-191-2/+4
* Privatize the save/copy functionPaul W. Frields2010-12-191-2/+2
* Privatize the confirm overwrite functionPaul W. Frields2010-12-191-3/+3