Branch: r14.0.x

e0311ffd 2010-03-01 13:19:25 tpearson
Added KDE3 version of wlassistant


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1097621 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
A ChangeLog
A SConstruct
A VERSION
A bksys/generic.py
A bksys/kde.py
A bksys/parser.py
A bksys/scons-mini.tar.bz2
A config.bks
A configure
A description-pak
A doc/AUTHORS
A doc/COPYING
A doc/NEWS
A doc/README
A doc/TODO
A icons/hi16-app-wlassistant.png
A icons/hi32-app-wlassistant.png
A po/ar.po
A po/ca.po
A po/es.po
A po/fr.po
A po/nb.po
A po/pl.po
A po/pt_BR.po
A po/sv.po
A po/wlassistant.pot
A po/zh_CN.po
A po/zh_TW.po
A src/SConscript
A src/main.cpp
A src/netlistviewitem.cpp
A src/netlistviewitem.h
A src/netparams.h
A src/ui_NetParamsEdit.ui
A src/ui_NetParamsWizard.ui
A src/ui_main.ui
A src/ui_netparamsedit.cpp
A src/ui_netparamsedit.h
A src/ui_netparamswizard.cpp
A src/ui_netparamswizard.h
A src/waconfig.cpp
A src/waconfig.h
A src/watools.cpp
A src/watools.h
A src/wlassistant.cpp
A src/wlassistant.desktop
A src/wlassistant.h
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..c673c3b
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,588 @@
+2007-04-03  Pawe�� Nawrocki  <pnawrocki@...>
+
+	* WPA-PSK support, UI cleanup and much more.
+
+2007-02-27  Pawe�� Nawrocki  <pnawrocki@...>
+
+	* dhclient connection: get gateway from stdout, so there's no need to check later.
+
+2007-02-27  Pawe�� Nawrocki  <pnawrocki@...>
+
+	* get rid of many external proc calls in favor of ioctls, WATools cleanup
+
+2007-02-27  Pawe�� Nawrocki  <pnawrocki@...>
+
+	* Don't check for active connection while wizard is running
+
+2007-02-27  Pawe�� Nawrocki  <pnawrocki@...>
+
+	* Fixed connection success detection
+
+2007-02-27  Pawe�� Nawrocki  <pnawrocki@...>
+
+	* Beginnings of WPA-PSK support
+
+2007-02-09  Pawe�� Nawrocki  <pnawrocki@...>
+
+	* Got rid of "iwconfig_status" action. Get essid with iwlib calls.
+
+2007-02-03  Pawe�� Nawrocki  <pnawrocki@...>
+
+	* Added option to group APs with the same ESSID
+
+2007-02-03  Pawe�� Nawrocki  <pnawrocki@...>
+
+	* Hide security keys in dialogs and console output
+
+2006-11-22 RELEASE 0.5.6
+
+2006-11-22  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added an option to wait before getting scan results - fixes a problem when some networks were not visible after initial scan.
+
+2006-11-22  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added option to automatically connect to best network at startup.
+
+2006-11-22  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added customizable per-network commands before/after connection/disconnection.
+
+2006-11-14  Pawel Nawrocki  <pnawrocki@...>
+
+	* Removed the '-q' option from dhclient execution (problem reported by marshallbanana) 
+
+2006-11-14  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added Arabic translation (by Mohammed Gamal)
+
+2006-11-14  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added Norwegian Bokm��� translation (by Alexander Nicolaysen S?rnes)
+
+2006-11-14  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added Swedish translation (by Daniel Nylander)
+
+2006-11-14  Pawel Nawrocki  <pnawrocki@...>
+
+	* Updated Spanish translation (by Enrique Mat���s S���chez)
+
+2006-11-14  Pawel Nawrocki  <pnawrocki@...>
+
+	* Made automatic reconnection option more visible (modified patch by Henry Kay)
+
+2006-03-11  Pawel Nawrocki  <pnawrocki@...>
+
+	* Fix bug 1447119 - ignore hostap's wifi0 interface (reported and patched by Andreas Nolda)
+
+2006-03-09  Pawel Nawrocki  <pnawrocki@...>
+
+	* Wait a little bit before checking if connection was successful (a working connection was sometimes not detected)
+
+2006-03-09  Pawel Nawrocki  <pnawrocki@...>
+
+	* Fixed detection of a running DHCP client (patch by James Ots)
+	* Fixed gateway detection for SUSE10  (patch by James Ots)
+
+2006-03-04  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added .info files path for SUSE10
+
+2006-03-01  Pawel Nawrocki  <pnawrocki@...>
+
+	* Skip channel setting if not supported (fixes bug 1349228)
+
+2006-02-16  Pawel Nawrocki  <pnawrocki@...>
+
+	* Revised and completed Portugese (Brazil) translation (by BRUNO GON���LVES)
+
+2006-02-13  RELEASE 0.5.5
+
+2006-02-13  Pawel Nawrocki  <pnawrocki@...>
+
+	* Get device list from iwconfig
+
+2006-02-13  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added AUTHORS file
+
+2006-02-12  Pawel Nawrocki  <pnawrocki@...>
+
+	* Updated to latest bksys (based on kdissert)
+
+2006-02-12  Pawel Nawrocki  <pnawrocki@...>
+
+	* Show system tray icon by default. Added categories. (wlassistant.desktop)
+
+2006-02-12  Pawel Nawrocki  <pnawrocki@...>
+
+	* Always try to kill stale dhcp client before connecting (fixes bug #1305952)
+
+2006-02-12  Pawel Nawrocki  <pnawrocki@...>
+
+	* New quality level indication. Fixes bug #1323274 "Link quality seems strangefully low..."
+
+2006-02-12  Pawel Nawrocki  <pnawrocki@...>
+
+	* Updated Portugese (Brazilian) translation (changes by Wintceas Godois)
+
+2006-02-12  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added Chinese (Simplified and Traditional) translations (by Peter Zhang)
+
+2006-02-12  Pawel Nawrocki  <pnawrocki@...>
+
+	* Fixed "unknown escape sequence" warning (thanks to Achim Bohnet)
+
+2006-02-12  Pawel Nawrocki  <pnawrocki@...>
+
+	* Return to iwlist scan results parsing
+	* Pass essid as the last argument - fixes bug #1366531
+
+2006-01-14  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added license to src/waconfig.h
+
+2005-10-24  Pawel Nawrocki  <pnawrocki@...>
+
+	* Automatically detect paths to .pid and .info/.leases files. Fixes bug #1323263
+
+2005-10-07  Pawel Nawrocki  <pnawrocki@...>
+
+	* No concole output if radio ok
+	* Added missing i18n(...) (wlassistant.cpp line 382)
+
+2005-10-07  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added Catalan translation (by Adonay Sanz Alsina)
+
+2005-09-30  Pawel Nawrocki  <pnawrocki@...>
+
+	* Normalize quality returned by scan results (range 0-100)
+
+2005-09-30  Pawel Nawrocki  <pnawrocki@...>
+
+	* Open kernel socket once, reuse it till program exits.
+
+2005-09-29  Pawel Nawrocki  <pnawrocki@...>
+
+	* Fixed possible division by zero problem.
+
+2005-09-27  Pawel Nawrocki  <pnawrocki@...>
+
+	* FIxed initialization of some variables in WATools.
+
+2005-09-27  Pawel Nawrocki  <pnawrocki@...>
+
+	* WATools::scanResults does not freeze UI anymore (using callback function to update UI)
+
+2005-09-23  Pawel Nawrocki  <pnawrocki@...>
+
+	* Small fixes to the WATools::scanResults parsing. (wlassistant.cpp)
+	* Migrated to bksys/scons
+
+2005-09-20  Pawel Nawrocki  <pnawrocki@...>
+
+	* Get Wireless Extensions version from iw_get_kernel_we_version() (watools.cpp)
+
+2005-09-14  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added configure check for iwlib.h (patch by Sheldon Lee-Wen)
+
+2005-09-13  Pawel Nawrocki  <pnawrocki@...>
+
+	* Migrated from iwlist scan results parsing to direct iwlib calls.
+
+2005-09-11  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added version number in window title (main.cpp)
+
+2005-09-11  Pawel Nawrocki  <pnawrocki@...>
+
+	* Removed redundant <string> include (watools.h)
+	* Default (fallback) interface in WATools
+	* Auto set fallback interface in WATools::interfaceList() if none set.
+	* Made returned variables static in WATools functions
+	* Renamed devices() to interfaceList() in WATools, adjusted references.
+
+2005-09-06  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added French translation (by Olivier Butler)
+
+2005-09-06  Pawel Nawrocki  <pnawrocki@...>
+
+	* Added 'ASCII' checkbox next to WEP key fields.
+
+2005-09-02  RELEASE 0.5.4a
+
+2005-09-01  Pawel Nawrocki  <pnawrocki@...>
+
+	* Made WATools::txpower return -1 if radio is disabled.
+	* Use WATools::txpower instead of output parsing to check if radio is enabled.
+
+2005-09-01  Pawel Nawrocki  <pnawrocki@...>
+
+	* List only managed (& master) networks
+
+2005-09-01  Pawel Nawrocki  <pnawrocki@...>
+
+	* Removed setIfname and ifname from WATools, made 'iface' argument in functions mandatory..
+	* Don't check for active connection when no scan results.
+	* Changed linux/socket.h to sys/socket.h (watools.cpp)
+	* Only bring interface up (before scanning) if it is down. ('no scan results' fix, part 1)
+	* Don't bring interface down if there were no scan results. ('no scan results' fix, part 2)
+	* added "ifconfig_status" action (output to check if interface is up) (netparams.cpp)
+
+2005-08-30  Pawel Nawrocki  <pnawrocki@...>
+
+	* Removed double #include for qcursor
+
+2005-08-27  Pawel Nawrocki  <pnawrocki@...>
+
+	* Changed linux/socket.h include to sys/socket.h (watools.cpp)
+	* Don't check for active connection if there are no scan results (wlassistant.cpp)
 ** Diff limit reached (max: 250 lines) **
2e4e9860 2010-03-23 20:34:56 tpearson
Fixed images


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1106877 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M icons/hi16-app-wlassistant.png
M icons/hi32-app-wlassistant.png
 ** Diff limit reached (max: 250 lines) **
2f791ecf 2011-07-02 02:29:25 tpearson
TQt4 port wlassistant
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1239055 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M bksys/kde.py
M config.bks
M src/SConscript
M src/main.cpp
M src/netlistviewitem.cpp
M src/netlistviewitem.h
M src/netparams.h
M src/ui_NetParamsEdit.ui
M src/ui_NetParamsWizard.ui
M src/ui_main.ui
M src/ui_netparamsedit.cpp
M src/ui_netparamsedit.h
M src/ui_netparamswizard.cpp
M src/ui_netparamswizard.h
M src/waconfig.cpp
M src/watools.cpp
M src/watools.h
M src/wlassistant.cpp
M src/wlassistant.h
 ** Diff limit reached (max: 250 lines) **
44f7263d 2011-07-03 19:44:55 tpearson
Fix wlassistant TQt3 FTBFS


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1239190 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M bksys/kde.py
 ** Diff limit reached (max: 250 lines) **
a568c330 2011-07-08 21:23:29 tpearson
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M src/ui_NetParamsEdit.ui
M src/ui_NetParamsWizard.ui
M src/ui_main.ui
 ** Diff limit reached (max: 250 lines) **
197fa695 2011-08-10 01:08:18 tpearson
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M src/netparams.h
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
abbf0b15 2011-08-10 17:19:39 tpearson
rename the following methods:
tqparent parent
tqmask mask


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M src/netlistviewitem.h
M src/netparams.h
M src/ui_NetParamsEdit.ui
M src/ui_NetParamsWizard.ui
M src/ui_netparamsedit.cpp
M src/ui_netparamsedit.h
M src/ui_netparamswizard.cpp
M src/ui_netparamswizard.h
M src/wlassistant.cpp
M src/wlassistant.h
 ** Diff limit reached (max: 250 lines) **
5899fe29 2011-10-17 02:35:07 tpearson
Fix wlassistant FTBFS under oneiric


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1259277 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M config.bks
 ** Diff limit reached (max: 250 lines) **
8589554e 2011-11-04 16:50:00 Timothy Pearson
Added common directories
A .gitmodules
A admin
A cmake
 ** Diff limit reached (max: 250 lines) **
f46b2c7a 2011-11-05 21:46:14 Timothy Pearson
Rename kde libraries to tde
M bksys/kde.py
 ** Diff limit reached (max: 250 lines) **
87eb3560 2011-11-05 22:18:05 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
3f30939f 2011-11-06 02:23:50 Timothy Pearson
Additional kde to tde renaming
M config.bks
M src/SConscript
M src/wlassistant.desktop
 ** Diff limit reached (max: 250 lines) **
e6cf73b6 2011-11-06 02:40:54 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
35f5a0bd 2011-11-06 02:40:56 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
a25c7f25 2011-11-06 16:49:15 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
d9d687d5 2011-11-06 21:59:40 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
15cd24c3 2011-11-08 01:35:43 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
570b1987 2011-11-16 13:44:12 Timothy Pearson
Additional renaming of kde to tde
M bksys/kde.py
M src/netlistviewitem.cpp
 ** Diff limit reached (max: 250 lines) **
1c4e65fd 2011-11-16 14:13:53 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f63ae2aa 2011-11-16 14:13:55 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
eaad965c 2011-11-18 01:18:12 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
9ab39c7d 2011-11-26 13:04:58 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
fbfc2802 2011-11-27 18:47:15 Timothy Pearson
Initial attempt at using the standard CMake system
A CMakeLists.txt
A ConfigureChecks.cmake
A config.h.cmake
A icons/CMakeLists.txt
A po/CMakeLists.txt
A po/ar/wlassistant.po
A po/ca/wlassistant.po
A po/es/wlassistant.po
A po/fr/wlassistant.po
A po/nb/wlassistant.po
A po/pl/wlassistant.po
A po/pt_BR/wlassistant.po
A po/sv/wlassistant.po
A po/zh_CN/wlassistant.po
A po/zh_TW/wlassistant.po
A src/CMakeLists.txt
R po/ar.po
R po/ca.po
R po/es.po
R po/fr.po
R po/nb.po
R po/pl.po
R po/pt_BR.po
R po/sv.po
R po/zh_CN.po
R po/zh_TW.po
 ** Diff limit reached (max: 250 lines) **
bf4f321c 2011-11-27 18:47:33 Timothy Pearson
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/wlassistant
M admin
 ** Diff limit reached (max: 250 lines) **
ad685997 2011-11-27 19:07:51 Timothy Pearson
Fix FTBFS
M admin
M src/CMakeLists.txt
M src/netparams.h
M src/ui_netparamswizard.h
M src/wlassistant.cpp
M src/wlassistant.h
 ** Diff limit reached (max: 250 lines) **
046a0561 2011-11-27 19:08:25 Timothy Pearson
Cleanup
R SConstruct
R bksys/generic.py
R bksys/kde.py
R bksys/parser.py
R bksys/scons-mini.tar.bz2
R src/SConscript
 ** Diff limit reached (max: 250 lines) **
3f6331c9 2011-11-27 19:19:06 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
7eda8ed0 2011-12-03 21:47:18 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f7be60da 2011-12-07 22:56:24 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
294cdc4e 2011-12-15 15:34:17 Timothy Pearson
Rename a number of old tq methods that are no longer tq specific
M src/main.cpp
M src/netlistviewitem.cpp
M src/netlistviewitem.h
M src/netparams.h
M src/ui_NetParamsEdit.ui
M src/ui_NetParamsWizard.ui
M src/ui_main.ui
M src/ui_netparamsedit.cpp
M src/ui_netparamswizard.cpp
M src/waconfig.cpp
M src/wlassistant.cpp
M src/wlassistant.h
 ** Diff limit reached (max: 250 lines) **
5e82c596 2011-12-16 09:57:54 Timothy Pearson
Revert "Rename a number of old tq methods that are no longer tq specific"

This reverts commit 294cdc4efac18111e879ebc5e2ca2aca1e598bbe.
M src/main.cpp
M src/netlistviewitem.cpp
M src/netlistviewitem.h
M src/netparams.h
M src/ui_NetParamsEdit.ui
M src/ui_NetParamsWizard.ui
M src/ui_main.ui
M src/ui_netparamsedit.cpp
M src/ui_netparamswizard.cpp
M src/waconfig.cpp
M src/wlassistant.cpp
M src/wlassistant.h
 ** Diff limit reached (max: 250 lines) **
896459f7 2011-12-18 18:15:28 Timothy Pearson
Rename old tq methods that no longer need a unique name
M src/ui_NetParamsEdit.ui
M src/ui_NetParamsWizard.ui
M src/ui_main.ui
M src/waconfig.cpp
M src/wlassistant.cpp
M src/wlassistant.h
 ** Diff limit reached (max: 250 lines) **
06c2dd77 2011-12-19 11:41:19 Timothy Pearson
Remove additional unneeded tq method conversions
M src/main.cpp
M src/netlistviewitem.cpp
M src/netlistviewitem.h
M src/netparams.h
M src/ui_NetParamsWizard.ui
M src/ui_main.ui
M src/ui_netparamsedit.cpp
M src/ui_netparamswizard.cpp
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
5803d3de 2011-12-21 14:07:36 Timothy Pearson
Rename obsolete tq methods to standard names
M src/ui_NetParamsEdit.ui
M src/ui_NetParamsWizard.ui
M src/ui_main.ui
 ** Diff limit reached (max: 250 lines) **
1337848f 2012-01-01 02:14:32 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
d984a783 2012-01-02 10:41:40 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
9863ff0a 2012-01-20 00:26:54 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
d6d6139c 2012-02-01 15:32:14 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
e7c11cad 2012-02-02 02:23:47 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
feb3526e 2012-02-02 16:06:09 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
90a86e13 2012-02-07 18:45:48 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
18149f71 2012-02-10 14:54:53 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b1f8e257 2012-02-11 15:47:03 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
c1678cbe 2012-02-11 15:47:04 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
503b5ff7 2012-02-12 16:19:01 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
d51bdec2 2012-02-14 22:32:24 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
744281dc 2012-02-16 19:09:51 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
edba9303 2012-02-17 16:02:05 Timothy Pearson
Remove spurious TQ_OBJECT instances
M src/ui_netparamsedit.h
M src/ui_netparamswizard.h
M src/wlassistant.h
 ** Diff limit reached (max: 250 lines) **
b4c15c7e 2012-02-19 18:04:22 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
c00cb60f 2012-02-25 19:01:29 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
a1dcfba7 2012-02-26 15:10:36 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
54c42702 2012-02-26 15:10:37 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
20cab663 2012-03-06 02:05:03 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
f3969bf4 2012-03-06 14:22:33 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
6dcad4a3 2012-03-13 01:53:35 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
fc12cd06 2012-03-26 17:51:08 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
8230c5ff 2012-04-11 00:04:43 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
cae5e038 2012-04-11 00:04:45 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
ba56429c 2012-04-13 02:54:00 Darrell Anderson
Fix inadvertent "TQ" changes.
M src/netlistviewitem.cpp
M src/watools.cpp
M src/watools.h
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
ea5d18d4 2012-04-14 16:36:20 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
a5aca15e 2012-05-19 01:18:55 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
df4b0fd0 2012-06-08 16:38:39 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f3ce2786 2012-06-08 16:38:41 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
00619b26 2012-06-08 17:40:53 Darrell Anderson
Update XDG information in support of bug report 892.
M admin
M cmake
M src/wlassistant.desktop
 ** Diff limit reached (max: 250 lines) **
df700acc 2012-06-08 17:52:17 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
fc5c6f2e 2012-06-08 17:52:19 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
ea1375ca 2012-06-12 19:33:19 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
670b20cc 2012-06-14 03:55:47 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
eb04416e 2012-06-15 10:44:44 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
cc7dcc0e 2012-06-19 18:40:32 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
be258f8b 2012-06-21 22:19:10 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
02509dcc 2012-08-07 04:02:21 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
83ca4b6e 2012-09-10 03:40:30 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
2cf03744 2012-09-14 21:14:55 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
a63d55d1 2012-11-20 01:31:34 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
597b2f50 2012-11-20 01:31:38 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
3ce08d24 2012-11-27 10:08:56 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
295c92de 2012-11-27 10:08:59 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
81ad4ed9 2013-01-19 18:46:33 Timothy Pearson
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
M src/main.cpp
 ** Diff limit reached (max: 250 lines) **
9be14601 2013-01-20 00:01:31 Timothy Pearson
Rename KApplication to TDEApplication to avoid conflicts with KDE4
M src/main.cpp
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
5032f474 2013-01-20 00:55:36 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
72e66972 2013-01-22 19:59:41 Timothy Pearson
Rename KInstance and KAboutData to avoid conflicts with KDE4
M src/main.cpp
 ** Diff limit reached (max: 250 lines) **
4e181b89 2013-01-22 22:51:06 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
a9f33551 2013-01-24 13:27:21 Timothy Pearson
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
M doc/TODO
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
f5415e59 2013-01-25 00:14:37 Timothy Pearson
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
M ChangeLog
M src/waconfig.cpp
M src/waconfig.h
 ** Diff limit reached (max: 250 lines) **
0c08ed71 2013-01-26 13:33:19 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
c1612bb4 2013-01-27 00:56:42 Timothy Pearson
Rename a number of libraries and executables to avoid conflicts with KDE4
M ChangeLog
M doc/TODO
M src/waconfig.h
 ** Diff limit reached (max: 250 lines) **
a3ed63db 2013-01-27 03:26:26 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
088da830 2013-01-27 03:26:32 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
6e9582a5 2013-01-27 20:59:11 Timothy Pearson
Rename kiobuffer and KHTML
M cmake
 ** Diff limit reached (max: 250 lines) **
c62981d7 2013-01-28 10:22:25 Timothy Pearson
Fix up remaining references to -lkio
M admin
 ** Diff limit reached (max: 250 lines) **
b5569419 2013-01-30 01:56:44 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
0a65b5f1 2013-01-31 13:22:51 Timothy Pearson
Rename KStandard for enhanced compatibility with KDE4
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
8668a55e 2013-02-01 15:06:22 Timothy Pearson
Rename a number of classes to enhance compatibility with KDE4
M src/netlistviewitem.cpp
M src/netlistviewitem.h
M src/ui_main.ui
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
97f07a51 2013-02-01 23:16:45 Timothy Pearson
Rename many classes and header files to avoid conflicts with KDE4
M src/netlistviewitem.h
M src/ui_main.ui
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
b31d762e 2013-02-04 14:09:51 Timothy Pearson
Rename KIcon to enhance compatibility with KDE4
M src/netlistviewitem.cpp
 ** Diff limit reached (max: 250 lines) **
145a767e 2013-02-06 19:39:56 Timothy Pearson
Rename KCmd to avoid conflicts with KDE4
M src/main.cpp
 ** Diff limit reached (max: 250 lines) **
dcc09c73 2013-02-11 03:19:39 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
aa327aa7 2013-02-14 17:11:13 Timothy Pearson
Rename common header files for consistency with class renaming
M src/main.cpp
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
0176cdaa 2013-02-15 21:52:14 Timothy Pearson
Rename additional header files to avoid conflicts with KDE4
M src/main.cpp
M src/netlistviewitem.h
M src/netparams.h
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
eb9bf2b4 2013-02-16 02:05:42 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d0d4e633 2013-02-16 02:05:44 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
db6f5058 2013-02-16 11:49:04 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
1f4bf67a 2013-02-18 15:35:33 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
a7451c43 2013-02-18 23:15:36 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
eade4405 2013-02-20 17:16:40 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b4b3a97e 2013-02-21 14:04:51 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
2c70563d 2013-02-21 14:04:54 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
8062ba92 2013-04-18 18:48:47 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
44cd0403 2013-05-23 20:25:15 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
51b8eb41 2013-08-27 17:51:53 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
88fd02e7 2013-08-29 18:46:33 Slávek Banko
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
0942e062 2013-09-03 13:12:14 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
e18a9d4e 2013-09-15 08:04:46 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
829df483 2013-09-15 08:04:47 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
1d5aee1d 2013-12-23 06:12:13 Slávek Banko
Rename kdewidgets => tdewidgets
M admin
M cmake
 ** Diff limit reached (max: 250 lines) **
ca440de5 2014-03-27 03:19:39 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
fef00bd4 2014-03-27 03:19:41 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
2005d4d7 2014-03-27 05:45:53 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
13f324d2 2014-03-28 21:47:04 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
b6f7f43b 2014-04-16 22:55:06 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
a96c3bc8 2014-05-26 19:27:29 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
25495e75 2014-05-26 21:11:04 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
27245f19 2014-09-14 17:58:34 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
b5a8b68f 2014-09-24 12:10:49 Slávek Banko
Fix remaining renaming knewstuff
M admin
 ** Diff limit reached (max: 250 lines) **
baaf4c47 2014-09-28 22:49:20 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
ae89a2ab 2014-09-29 11:15:25 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
03892d89 2014-10-12 10:50:25 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
84584fc0 2014-10-12 17:49:37 Timothy Pearson
Bring stop, lock, exit, and run icons into XDG compliance
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
d058ad26 2014-10-12 17:55:31 Timothy Pearson
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/wlassistant
M cmake
 ** Diff limit reached (max: 250 lines) **
39a786f4 2014-10-13 15:43:52 Timothy Pearson
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
M src/wlassistant.cpp
 ** Diff limit reached (max: 250 lines) **
fca65590 2014-10-13 18:23:38 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
6f62007d 2014-10-14 12:51:52 Automated System
Reset submodule main/applications/wlassistant/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
4bff6e12 2014-10-19 22:39:16 Automated System
Reset submodule main/applications/wlassistant/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **