Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added MANIFEST.in file | Jürgen Geuter | 2010-02-15 | 1 | -0/+1 | |
| | | | | This makes creating source dist files a lot easier. | |||||
* | Fixed directory layout | Jürgen Geuter | 2010-02-15 | 20 | -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 blockage | Paul W. Frields | 2010-02-15 | 1 | -0/+2 | |
| | ||||||
* | Make record button insensitive until user chooses save file | Paul W. Frields | 2010-01-17 | 1 | -0/+2 | |
| | ||||||
* | Don't force a default save path on the user | Paul W. Frields | 2010-01-17 | 1 | -7/+4 | |
| | ||||||
* | Call file chooser on clicked event, not press event | Paul W. Frields | 2010-01-17 | 1 | -1/+1 | |
| | ||||||
* | Shuffle file chooser bits to logical place | Paul W. Frields | 2010-01-17 | 1 | -8/+14 | |
| | ||||||
* | Catch destroy event on warning window | Paul W. Frields | 2010-01-17 | 1 | -0/+1 | |
| | ||||||
* | Attempt to use GTK IconTheme methods | Paul W. Frields | 2010-01-17 | 1 | -3/+7 | |
| | ||||||
* | Use Fedora Hosted as home for project | Paul W. Frields | 2010-01-16 | 1 | -1/+1 | |
| | ||||||
* | Add default window icon | Paul W. Frields | 2010-01-16 | 1 | -0/+1 | |
| | ||||||
* | Use table to align interface | Paul W. Frields | 2010-01-16 | 2 | -89/+70 | |
| | ||||||
* | Remove obsolete script | Paul W. Frields | 2009-09-23 | 1 | -29/+0 | |
| | ||||||
* | Fix UI widget label problems and width of main dialog | Paul W. Frields | 2009-09-23 | 1 | -6/+8 | |
| | ||||||
* | Some docs cleanup | Paul W. Frields | 2009-09-04 | 2 | -3/+2 | |
| | ||||||
* | Remove cruft comment | Paul W. Frields | 2009-09-01 | 1 | -1/+0 | |
| | ||||||
* | Separate listener functions | Paul W. Frields | 2009-09-01 | 2 | -17/+19 | |
| | ||||||
* | Move to standard src/ folder | Paul W. Frields | 2009-09-01 | 19 | -0/+0 | |
| | ||||||
* | Add preliminary setuptools support | Paul W. Frields | 2009-09-01 | 1 | -0/+47 | |
| | ||||||
* | Move folders to a more standard location | Paul W. Frields | 2009-09-01 | 15 | -0/+0 | |
| | ||||||
* | Update version number0.1.3 | Paul W. Frields | 2009-08-31 | 1 | -1/+1 | |
| | ||||||
* | Convert to GtkBuilder | Paul W. Frields | 2009-08-31 | 2 | -97/+107 | |
| | ||||||
* | Clean up TODO list | Paul W. Frields | 2009-08-30 | 1 | -1/+0 | |
| | ||||||
* | Fix typo0.1.2 | Paul W. Frields | 2009-08-30 | 1 | -1/+1 | |
| | ||||||
* | Add TODO for GtkBuilder task | Paul W. Frields | 2009-08-30 | 1 | -0/+1 | |
| | ||||||
* | Remove TODO for nag screen | Paul W. Frields | 2009-08-30 | 1 | -2/+0 | |
| | ||||||
* | Support initial warning dialog | Paul W. Frields | 2009-08-30 | 4 | -10/+157 | |
| | | | | | - Use /apps/PulseCaster/skip_warning to toggle - Reserve /apps/PulseCaster/vorbisq for later use | |||||
* | Make warning next TODO | Paul W. Frields | 2009-08-29 | 1 | -1/+1 | |
| | ||||||
* | More UI twiddling | Paul W. Frields | 2009-08-29 | 1 | -5/+4 | |
| | ||||||
* | Minor interface cleanups | Paul W. Frields | 2009-08-29 | 1 | -50/+51 | |
| | ||||||
* | Use a clicked event, not mouse-only button press | Paul W. Frields | 2009-08-29 | 1 | -2/+2 | |
| | ||||||
* | Make save file widget a label | Paul W. Frields | 2009-08-29 | 2 | -10/+11 | |
| | ||||||
* | Add note about overwrite/replace | Paul W. Frields | 2009-08-29 | 1 | -0/+1 | |
| | ||||||
* | Try using this again with Eclipse | Paul W. Frields | 2009-08-29 | 3 | -2/+26 | |
| | ||||||
* | Oops, put this in the right place | Paul W. Frields | 2009-08-21 | 1 | -0/+0 | |
| | ||||||
* | Add beginning of GConf support | Paul W. Frields | 2009-08-21 | 1 | -0/+37 | |
| | ||||||
* | Eliminate leftover cruft from aborted UI change | Paul W. Frields | 2009-08-04 | 1 | -1/+1 | |
| | ||||||
* | Fix size of structure member | Paul W. Frields | 2009-07-18 | 1 | -1/+1 | |
| | ||||||
* | Move some enumerators around | Paul W. Frields | 2009-07-18 | 1 | -27/+29 | |
| | ||||||
* | Add some support for streams | Paul W. Frields | 2009-07-18 | 1 | -1/+150 | |
| | | | | | This is incomplete, but will be used later to pull sample levels from running streams for use in interface widgets. | |||||
* | Add Mairin Duffy's UI brainstorm from FUDCon Berlin 2009 | Paul W. Frields | 2009-07-04 | 1 | -0/+2085 | |
| | ||||||
* | Add Eclipse .settings to ignore list | Paul W. Frields | 2009-07-04 | 1 | -0/+1 | |
| | ||||||
* | Up the version number for release0.1.1 | Paul W. Frields | 2009-06-29 | 1 | -1/+1 | |
| | ||||||
* | Add file chooser dialog and functionality | Paul W. Frields | 2009-06-29 | 2 | -6/+107 | |
| | ||||||
* | Make all strings unicode0.1 | Paul W. Frields | 2009-06-28 | 1 | -1/+1 | |
| | ||||||
* | Trivial fix, tabbing | Paul W. Frields | 2009-06-28 | 1 | -1/+1 | |
| | ||||||
* | Add logo with text | Paul W. Frields | 2009-06-28 | 1 | -0/+845 | |
| | ||||||
* | Wrap text in dialog | Paul W. Frields | 2009-06-27 | 1 | -0/+1 | |
| | ||||||
* | Add TODO brainstorming from FUDCon Berlin 2009 | Paul W. Frields | 2009-06-27 | 1 | -1/+13 | |
| | ||||||
* | Make note about additional way to accomplish gst pipeline | Paul W. Frields | 2009-06-20 | 1 | -0/+3 | |
| |