Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Split sinkinputwidget into it's own files. | Colin Guthrie | 2009-03-16 | 5 | -208/+301 | |
| | | | | | | | | Also had to put mainwindow into it's own header for this to work. Full conversion of mainwindow will ultimately follow. | |||||
* | | Split sourcewidget into it's own files. | Colin Guthrie | 2009-03-16 | 4 | -76/+129 | |
| | | ||||||
* | | Split sinkwidget into it's own files. | Colin Guthrie | 2009-03-16 | 5 | -102/+155 | |
| | | ||||||
* | | Split cardwidget out into it's own files. | Colin Guthrie | 2009-03-15 | 5 | -109/+167 | |
| | | | | | | | | Also define a get_context() method to get the context from outside of the main file. | |||||
* | | Move common setup into a shared header | Colin Guthrie | 2009-03-15 | 7 | -35/+45 | |
| | | ||||||
* | | Split out streamwidget into it's own files. | Colin Guthrie | 2009-03-15 | 4 | -79/+105 | |
| | | | | | | | | Also correct the location of the argument default value specification (it should be in prototype not implementation) | |||||
* | | Split channelwidget into separate files. Also separate out the definition of ↵ | Colin Guthrie | 2009-03-15 | 5 | -136/+235 | |
| | | | | | | | | streamwidget into it's own header | |||||
* | | Include config.h in minimalstreamwidget.h | Colin Guthrie | 2009-03-15 | 1 | -0/+4 | |
| | | ||||||
* | | Split the minimalstreamwidget into it's own file | Colin Guthrie | 2009-03-15 | 4 | -127/+179 | |
| | | ||||||
* | | Remove the minimalStreamWindow. It's no longer used | Colin Guthrie | 2009-03-06 | 1 | -107/+0 | |
|/ | ||||||
* | Merge commit 'flameeyes/autoconf-2.62' | Lennart Poettering | 2009-03-02 | 5 | -22/+61 | |
|\ | ||||||
| * | Install README files in doc/html directories. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | Install and distribute README.html and style.css in the html directory. Install and distribute README in the doc directory. The htmldir and docdir entries are added by recent versionf of autoconf and are configurable, so that distributions don't need to handle installation of these manually. | |||||
| * | Make use of common ZP_LYNX_DOC macro. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 2 | -18/+25 | |
| | | | | | | | | | | Instead of reproducing the same code on each configure.ac use the common macro. | |||||
| * | Create m4 directory, and set it up. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 3 | -1/+32 | |
| | | | | | | | | | | | | | | Make sure the m4 directory is known to autoconf. Also ignore the macro files copied over by libtool, gettext and the other tools. | |||||
| * | Bump autoconf requirement to 2.62 (latest released version). | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge commit 'flameeyes/master' | Lennart Poettering | 2009-03-02 | 1 | -2/+0 | |
|\ \ | ||||||
| * \ | Merge branch 'master' of git://git.0pointer.de/pavucontrol | Diego 'Flameeyes' Pettenò | 2008-08-26 | 7 | -60/+468 | |
| |\ \ | | |/ | |/| | ||||||
| * | | Remove gettext macro, the package uses intltool instead. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -2/+0 | |
| | | | ||||||
* | | | Merge commit 'coling/master' | Lennart Poettering | 2009-03-02 | 1 | -7/+5 | |
|\ \ \ | ||||||
| * | | | Initialise our dropdown at contruction and just repopulate it when the ↵ | Colin Guthrie | 2009-03-02 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | | | cardinfo callback is received | |||||
* | | | | use the server provided icons | Lennart Poettering | 2009-03-02 | 2 | -30/+34 | |
|/ / / | ||||||
* | | | various small glade updates | Lennart Poettering | 2009-03-02 | 1 | -6/+8 | |
| | | | ||||||
* | | | Merge commit 'coling/master' | Lennart Poettering | 2009-03-02 | 2 | -1245/+1176 | |
|\ \ \ | ||||||
| * | | | Fix the number of outstanding operations. | Colin Guthrie | 2009-02-28 | 1 | -2/+10 | |
| | | | | | | | | | | | | | | | | This uses an incrementing rather than fixed value as it more obviously reflects what's going on. | |||||
| * | | | Typo: spell configuration right | Colin Guthrie | 2009-02-28 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add a new widget for the card configuration and use it. | Colin Guthrie | 2009-02-28 | 2 | -112/+178 | |
| | | | | | | | | | | | | | | | | | | | | This change allows the card profiles to be shown in a combo box. This is more natural and obvious than hiding things in the submenu. | |||||
| * | | | Create a new 'Configuration' tab | Colin Guthrie | 2009-02-28 | 2 | -1249/+823 | |
| | | | | | | | | | | | | | | | | Move the card listing into this tab. | |||||
| * | | | Silence some warnings | Colin Guthrie | 2009-02-28 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Initial support for changing card profiles. | Colin Guthrie | 2009-02-28 | 1 | -9/+292 | |
| | | | | | | | | | | | | | | | | | | | | This hijacks the Output Devices tab to display things for now. I'm currently undecided as to whether a new tab or more intellegent handling display of the Card Widget is best. | |||||
* | | | | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pavucontrol | Lennart Poettering | 2009-03-02 | 20 | -342/+3968 | |
|\| | | | ||||||
| * | | | run make update-po | Lennart Poettering | 2009-02-25 | 17 | -833/+755 | |
| | | | | ||||||
| * | | | Merge commit 'origin/master-tx' | Lennart Poettering | 2009-02-25 | 15 | -83/+3787 | |
| |\ \ \ | ||||||
| | * | | | Punjabi translation for Module: A S Alam | A S Alam | 2008-12-24 | 1 | -0/+304 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Add fi (Finnish) to LINGUAS. | Timo Jyrinki | 2008-12-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Add Finnish (fi) translation by Timo Jyrinki. | Timo Jyrinki | 2008-12-01 | 1 | -0/+301 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Added zh_CN to LINGUAS | Piotr Drąg | 2008-11-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Add zh_CN.po | 甘露(Gan Lu) | 2008-11-10 | 1 | -0/+312 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Added sr and sr@latin to LINGUAS | Milos Komarcevic | 2008-10-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Initial Serbian Latin translation | Milos Komarcevic | 2008-10-21 | 1 | -0/+303 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Initial Serbian translation | Milos Komarcevic | 2008-10-21 | 1 | -0/+303 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Updated LINGUAS | Piotr Drąg | 2008-10-17 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | LINGUAS: Added cs. | Petr Kovář | 2008-10-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Added Czech translation. | Petr Kovář | 2008-10-12 | 1 | -0/+305 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | updated spanish translation | Domingo Becker | 2008-10-12 | 1 | -0/+309 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Added tr to LINGUAS | Ozan Caglayan | 2008-10-10 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Added Turkish Translation | Ozan Caglayan | 2008-10-10 | 1 | -0/+303 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Added ca locale | Xavier Conde | 2008-10-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Add sk to LINGUAS | Ondrej Sulek | 2008-10-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | First Slovak translation. | Ondrej Sulek | 2008-10-06 | 1 | -0/+303 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | |||||
| | * | | | Updated Greek translation | Nikos Charonitakis | 2008-10-06 | 1 | -27/+38 | |
| | | | | | | | | | | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) |