summaryrefslogtreecommitdiffstats
path: root/kmix
Commit message (Collapse)AuthorAgeFilesLines
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-4/+4
|
* Fix kmix icon change on muting/unmutingFrancois Andriot2013-05-121-0/+1
| | | | This resolves Bug 1505
* Start kmix hidden by defaultFrancois Andriot2013-05-101-1/+1
|
* Fix adjusting volume on mono capture deviceSlávek Banko2013-05-081-2/+4
| | | | This resolves Bug 1488
* Fix ALSA capture knobTimothy Pearson2013-04-051-14/+2
| | | | | This resolves Bug 1190 Thanks to Roman Savochenko for the patch!
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1526-36/+36
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-148-13/+13
|
* Rename KAbout to avoid conflicts with KDE4Timothy Pearson2013-02-071-1/+1
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-062-4/+4
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0111-20/+20
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0117-83/+83
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2711-11/+11
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2514-34/+34
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2412-26/+26
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-224-6/+6
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-1/+1
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-192-5/+5
|
* Added default global shortcuts for kmixSlávek Banko2012-09-091-3/+3
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-051-2/+2
| | | | Thanks to Francois Andriot for the patch
* Fix kmix autostartTimothy Pearson2012-07-253-1/+4
| | | | This resolves Bug 503, and re-applies commit 2cc2e3a2 as part of the fix
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-083-8/+8
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|
* Fix inadvertent "Qt::" remnants.Darrell Anderson2012-05-219-14/+13
|
* Reverse patch from GIT hash 2cc2e3a2.Darrell Anderson2012-05-212-2/+1
|
* Branding cleanup: I18N_NOOP KDE -> TDE.Darrell Anderson2012-05-101-1/+1
|
* Fix kmix not autostarting in the user's session.Darrell Anderson2012-05-082-1/+2
| | | | This resolves bug report 503.
* Fix typos.Darrell Anderson2012-04-051-1/+1
|
* Update desktop files: OnlyShowIn=KDE; -> OnlyShowIn=TDE;Darrell Anderson2012-03-052-2/+2
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1725-26/+26
|
* cmake port for kmixSerghei Amelian2012-02-122-0/+98
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2112-57/+57
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-199-16/+16
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1832-117/+117
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1637-201/+201
| | | | This reverts commit 83fbc82a101309e171089f0d5ed080f82a367345.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1537-201/+201
|
* Rename startkde to starttdeTimothy Pearson2011-11-162-3/+3
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-2/+2
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-3/+3
|
* Additional kde to tde renamingTimothy Pearson2011-11-061-1/+1
|
* rename the following methods:tpearson2011-08-1048-137/+137
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1011-29/+29
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix instances of Orientation in quotes which were accidentally renamed to ↵tpearson2011-08-032-4/+4
| | | | | | Qt::Orientation during TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1244690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-098-10/+10
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-071-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵tpearson2011-06-141-1/+1
| | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdemultimediatpearson2011-06-1162-494/+520
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of runtime object identification problems which led to an even ↵tpearson2011-02-241-3/+3
| | | | | | | | | larger array of minor glitches NOTE: kdevelop and kdewebdev still need to be fully repaired git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1222475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da