summaryrefslogtreecommitdiffstats
path: root/wifi
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2311-0/+0
|
* Fix incorrectly renamed stringsSlávek Banko2015-03-051-1/+1
|
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-36/+36
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-191-36/+36
| | | | This reverts commit 125d8418ee991d6583f91acb8d4257253e2e055a.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-36/+36
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-181-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-2/+2
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-111-36/+36
|
* Add handbookSection support to tabbed "Internet & Network" TDEControl modulesTimothy Pearson2014-10-102-1/+17
| | | | This relates to Bug 1850
* Add new help handbook templates for File Sharing, Samba Conf, and Wireless ↵Darrell Anderson2014-01-311-3/+3
| | | | Network.
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Cleanup output clutter.Darrell Anderson2013-05-061-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1518-30/+30
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-144-6/+6
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-012-3/+3
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-012-17/+17
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-314-5/+5
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-275-7/+7
|
* Fix FTBFS resulting from KCModule renameTimothy Pearson2013-01-251-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-257-23/+23
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-248-27/+27
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-2/+2
|
* 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-191-3/+3
|
* Fix various cmake build issuesSlávek Banko2012-10-262-1/+3
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-083-6/+6
|
* Branding cleanup: *.desktop filesDarrell Anderson2012-05-281-1/+0
|
* Branding cleanup: I18N_NOOP KDE -> TDE.Darrell Anderson2012-05-101-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1713-14/+14
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-212-15/+15
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-198-55/+55
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1813-47/+47
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1620-121/+121
| | | | This reverts commit 808e453c56036211f57482ed847d54aca01bba68.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1520-121/+121
|
* Rename additional KDE stringsTimothy Pearson2011-12-085-20/+20
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-162-2/+2
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-062-3/+3
|
* Additional kde to tde renamingTimothy Pearson2011-11-064-6/+6
|
* Fix kdenetwork FTBFS on Fedora 15v3.5.13tpearson2011-10-291-1/+1
| | | | | | | Thanks to François Androit for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1261216 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdenetwork FTBFS under oneirictpearson2011-10-101-3/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1258244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdenetwork/wifi] added cmake supportsamelian2011-09-206-0/+191
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1254683 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of accidental tqStatus string conversionstpearson2011-08-271-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1027-44/+44
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-104-35/+35
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-097-11/+11
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-072-8/+8
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdenetworktpearson2011-06-2245-360/+381
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Another attempt to fix broken wifi kcontrol module...tpearson2010-09-231-5/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1178443 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix log messagestpearson2010-09-211-2/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1177996 283d02a7-25f6-0310-bc7c-ecb5cbfe19da