summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sending translation for Portuguesemarcormm2009-04-091-60/+325
|
* Sending translation for Polishraven2009-04-091-120/+28
|
* Sending translation for Assameseamitakhya2009-04-081-1/+1
|
* Sending translation for po/LINGUASruigo2009-04-081-0/+1
|
* Sending translation for Portugueseraven2009-04-071-332/+61
|
* Sending translation for po/bn_IN.porunab2009-04-071-0/+336
|
* Sending translation for po/ta.poifelix2009-04-071-0/+339
|
* Sending translation for po/as.poamitakhya2009-04-071-0/+335
|
* Sending translation for po/te.pokkrothap2009-04-061-0/+336
|
* Sending translation for po/kn.poshanky2009-04-061-0/+336
|
* Sending translation for po/gu.poswkothar2009-04-061-0/+336
|
* Sending translation for po/sr@latin.posoko2009-04-051-90/+122
|
* Sending translation for Serbiansoko2009-04-051-53/+44
|
* Sending translation for Portugueseruigo2009-04-051-61/+332
|
* Sending translation for Serbiansoko2009-04-051-92/+135
|
* Sending translation for Finnishvpv2009-04-041-66/+99
|
* Sending translation for po/da.pokristho2009-04-041-0/+333
|
* Sending translation for Dutchnippur2009-04-041-69/+105
|
* Sending translation for po/mr.posandeeps2009-04-041-0/+336
|
* Sending translation for Portuguesemarcormm2009-04-031-2/+2
|
* Sending translation for Portuguesemarcormm2009-04-031-332/+61
|
* Sending translation for po/pt.poruigo2009-04-031-0/+362
|
* Sending translation for po/or.pomgiri2009-04-031-0/+337
|
* Sending translation for Slovakfeonsu2009-04-021-66/+99
|
* Sending translation for po/ml.poanipeter2009-04-011-0/+335
|
* Sending translation for po/it.potombo2009-04-011-0/+344
|
* Sending translation for Chinese (Simplified)leahliu2009-04-011-68/+104
|
* Sending translation for Hungariankelemeng2009-03-221-68/+101
|
* Updated catalan poXavier Conde2009-03-191-66/+110
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Updated Thai translationManatsawin Hanmongkolchai2009-03-131-0/+347
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Adding Punjabi (pa) Language to LINGUASA S Alam2009-03-121-0/+1
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* updated Spanish translationDomingo Becker2009-03-081-64/+108
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Updated Polish translationPiotr Drąg2009-03-051-64/+96
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering2009-03-025-22/+61
|\
| * Install README files in doc/html directories.Diego 'Flameeyes' Pettenò2008-08-081-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-082-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-083-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-081-1/+1
| |
* | Merge commit 'flameeyes/master'Lennart Poettering2009-03-021-2/+0
|\ \
| * \ Merge branch 'master' of git://git.0pointer.de/pavucontrolDiego 'Flameeyes' Pettenò2008-08-267-60/+468
| |\ \ | | |/ | |/|
| * | Remove gettext macro, the package uses intltool instead.Diego 'Flameeyes' Pettenò2008-08-081-2/+0
| | |
* | | Merge commit 'coling/master'Lennart Poettering2009-03-021-7/+5
|\ \ \
| * | | Initialise our dropdown at contruction and just repopulate it when the ↵Colin Guthrie2009-03-021-7/+5
| | | | | | | | | | | | | | | | cardinfo callback is received
* | | | use the server provided iconsLennart Poettering2009-03-022-30/+34
|/ / /
* | | various small glade updatesLennart Poettering2009-03-021-6/+8
| | |
* | | Merge commit 'coling/master'Lennart Poettering2009-03-022-1245/+1176
|\ \ \
| * | | Fix the number of outstanding operations.Colin Guthrie2009-02-281-2/+10
| | | | | | | | | | | | | | | | This uses an incrementing rather than fixed value as it more obviously reflects what's going on.
| * | | Typo: spell configuration rightColin Guthrie2009-02-281-1/+1
| | | |
| * | | Add a new widget for the card configuration and use it.Colin Guthrie2009-02-282-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' tabColin Guthrie2009-02-282-1249/+823
| | | | | | | | | | | | | | | | Move the card listing into this tab.