summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document hidden FLAC function (now less hidden)0.1.6Paul W. Frields2010-05-061-1/+14
|
* Add hidden function for FLAC encodingPaul W. Frields2010-05-062-8/+20
|
* Quit on warning box close unless user understandsPaul W. Frields2010-04-171-1/+1
|
* Make warning box OK an understanding insteadPaul W. Frields2010-04-171-4/+4
|
* Fix warning box text wrappingPaul W. Frields2010-04-171-2/+1
|
* Move merged file to proper locationPaul W. Frields2010-04-171-0/+0
|
* Trying to build some stream code to handle samplesPaul W. Frields2010-04-173-0/+74
|
* Make elements insensitive when Record is clickedPaul W. Frields2010-04-101-0/+9
|
* Ignore dist and egg-info dirsPaul W. Frields2010-04-101-0/+2
|
* Forward version to 0.1.6 for more developmentPaul W. Frields2010-03-311-2/+2
|
* Fix icon location problem0.1.5Paul W. Frields2010-03-311-1/+1
|
* Use startup notification for maximum GNOME 3.x compatibilityPaul W. Frields2010-03-171-1/+1
| | | | http://lists.fedoraproject.org/pipermail/devel/2010-March/133523.html
* Restore message extractors in setup.py scriptPaul W. Frields2010-02-222-5/+8
| | | | | | Note this reqires the BabelGladeExtractor module. I've prepared a spec file and source RPM for review but haven't yet created a package review bug. Included this on the TODO list.
* Change import order to prevent complaints from setuptoolsPaul W. Frields2010-02-221-1/+1
|
* Remove newlines from label, use max. width insteadPaul W. Frields2010-02-221-6/+2
|
* Cross i18n off the TODO list :-)Paul W. Frields2010-02-211-1/+0
|
* Add new POT filePaul W. Frields2010-02-211-0/+36
|
* Add i18n support in .py filesPaul W. Frields2010-02-212-4/+7
|
* pulsecaster.desktop is installed nowJürgen Geuter2010-02-211-0/+1
| | | | setup.py does now copy pulsecaster.desktop to /usr/share/applications
* Bump version for next releasePaul W. Frields2010-02-201-1/+1
|
* Add TODO for i18n supportPaul W. Frields2010-02-201-0/+1
|
* Add desktop file to manifest for setup0.1.4Paul W. Frields2010-02-201-1/+1
|
* Add application desktop filePaul W. Frields2010-02-201-0/+10
|
* Remove shebangs from scripts to prevent rpmlint whiningPaul W. Frields2010-02-2011-14/+0
|
* Add license to manifestPaul W. Frields2010-02-201-1/+1
|
* Remove unnecessary import from __init__Paul W. Frields2010-02-201-1/+0
|
* Add full license textPaul W. Frields2010-02-201-0/+674
|
* Beef up the instructions a bit in anticipation of packagingPaul W. Frields2010-02-201-5/+29
|
* Move version number for next releasePaul W. Frields2010-02-201-1/+1
|
* Set logo for About dialogPaul W. Frields2010-02-201-0/+1
|
* Don't use hard coded path separatorsPaul W. Frields2010-02-201-2/+1
|
* Convert script to UTF-8Paul W. Frields2010-02-201-2/+2
|
* Add Jürgen to contributors list, with pride!Paul W. Frields2010-02-201-1/+2
|
* Use UTF-8 encodingPaul W. Frields2010-02-201-2/+2
|
* Fixed some pathsJürgen Geuter2010-02-202-4/+8
|
* Towards a working distutils setupJürgen Geuter2010-02-204-13/+24
|
* MANIFEST.in fixesJürgen Geuter2010-02-151-0/+1
| | | | Some files were missing there.
* Added a scriptJürgen Geuter2010-02-152-2/+28
| | | | Ok, so now we got something to put into /usr/bin
* Added MANIFEST.in fileJürgen Geuter2010-02-151-0/+1
| | | | This makes creating source dist files a lot easier.
* Fixed directory layoutJürgen Geuter2010-02-1520-0/+0
| | | | | /src/ is PyDev/Eclipse's default but it it not a good idea: If your "real module" is called "pulsecaster" just name it like that.
* Add important note about streams and current blockagePaul W. Frields2010-02-151-0/+2
|
* Make record button insensitive until user chooses save filePaul W. Frields2010-01-171-0/+2
|
* Don't force a default save path on the userPaul W. Frields2010-01-171-7/+4
|
* Call file chooser on clicked event, not press eventPaul W. Frields2010-01-171-1/+1
|
* Shuffle file chooser bits to logical placePaul W. Frields2010-01-171-8/+14
|
* Catch destroy event on warning windowPaul W. Frields2010-01-171-0/+1
|
* Attempt to use GTK IconTheme methodsPaul W. Frields2010-01-171-3/+7
|
* Use Fedora Hosted as home for projectPaul W. Frields2010-01-161-1/+1
|
* Add default window iconPaul W. Frields2010-01-161-0/+1
|
* Use table to align interfacePaul W. Frields2010-01-162-89/+70
|