update changelog

This commit is contained in:
arcan1s 2014-08-06 00:35:59 +04:00
parent 4c9c7b00a1
commit 873f84c447
2 changed files with 124 additions and 59 deletions

179
CHANGELOG
View File

@ -1,66 +1,131 @@
Ver.1.2.0: Ver.1.3.0
+ [all] added icons ---------
+ [all] added support of netctl-auto * dataengine:
+ [dataengine] added debug information (NETCTLGUI_DEBUG=yes) + add new sources: intIp6, extIp6, netctlAutoStatus
+ [gui] added support of macvlan * rewrite to use [tasks](https://github.com/mhogomchungu/tasks) (see #7)
+ [gui] added ability to remove profile * change default command to define external IP
+ [gui] added support of hidden wifi network * change interface list definition
+ [gui] added contextual menu to tables * change internal IP definition
+ [gui] added actions menu * gui:
+ [gui] added clear() function to profileTab + add 3rd party license information
+ [gui] added about window * update to library changes
+ [gui] more command line options * library:
+ [gui] added workaround for wireless-wep example + add custom structures netctlWifiInfo and netctlProfileInfo
+ [gui] added shell completions * rewrite to use [tasks](https://github.com/mhogomchungu/tasks) (see #7)
+ [gui] added "Report a bug" action * rename getInterfaceList() to getWirelessInterfaceList()
+ [lib] detached backend from frontend - remove functions getProfileDescriptions() and getProfileStatuses()
+ [lib] added error checking - remove SleepThread class
+ [lib] added doxygen documentation * plasmoid:
+ [plasmoid] added dataengine configuration + add 3rd party license information
+ [plasmoid] added about window * change all running processes to detached (see #7)
+ [plasmoid] added debug information (NETCTLGUI_DEBUG=yes) * rewrite text label to use tags
- [gui] fix possible segfaults with null arrays (#5)
* [all] changes in the project architecture
* [all] refactoring
* [gui] more debug information
* [gui] changed lineEdit_profile to comboBox
* [gui] refactoring of configuration interface
* [gui] changed setting of the interface to profile tab
* [gui] rewrited ErrorWindow class
* [lib] more debug information
* [lib] rewrited getSettingsFromProfile() function
* [plasmoid] edited configuration interface
* [plasmoid] changed double click event to click event
* [plasmoid] change class from Applet to PopupApplet
Ver.1.1.0 (netctl-1.7 update): ***
+ [gui] added frequency
+ [plasmoid] added menu title
* [dataengine] changed definition if profile is enabled
* [gui] changed definition if profile is enabled
Ver.1.0.6: Ver.1.2.0
* [gui] fix error checking ---------
* all:
+ add icons
+ add support of netctl-auto
* changes in the project architecture
* refactoring
* dataengine:
+ add debug information (NETCTLGUI_DEBUG=yes)
* gui:
+ add support of macvlan
+ add ability to remove profile
+ add support of hidden wifi network
+ add contextual menu to tables
+ add actions menu
+ add clear() function to profileTab
+ add about window
+ more command line options
+ add workaround for wireless-wep example
+ add shell completions
+ add "Report a bug" action
- fix possible segfaults with null arrays (#5)
* more debug information
* change lineEdit_profile to comboBox
* refactoring of configuration interface
* change setting of the interface to profile tab
* rewrite ErrorWindow class
* library:
+ detach backend from frontend
+ add error checking
+ add doxygen documentation
* more debug information
* rewrite getSettingsFromProfile() function
* plasmoid:
+ add dataengine configuration
+ add about window
+ add debug information (NETCTLGUI_DEBUG=yes)
* edit configuration interface
* change double click event to click event
* change class from Applet to PopupApplet
Ver.1.0.5: ***
+ [plasmoid] added "Start WiFi menu" function
* [plasmoid] refactoring
* [plasmoid] edited icon
Ver.1.0.4: Ver.1.1.0 (netctl-1.7 update)
+ [gui] added Qt5 gui (by default) -----------------------------
+ [plasmoid] added notifications * dataengine:
* [plasmoid] fix run command with sudo from plasmoid * change definition if profile is enabled
* gui:
+ add frequency
* change definition if profile is enabled
* plasmoid:
+ add menu title
Ver.1.0.3: ***
+ [plasmoid] edited russian translation
* [all] refactoring
Ver.1.0.2: Ver.1.0.6
* [plasmoid] fix layout margins ---------
* gui:
* fix error checking
Ver.1.0.1: ***
- [all] removed scripts
Ver.1.0: Ver.1.0.5
---------
* plasmoid:
+ add "Start WiFi menu" function
* refactoring
* edit icon
***
Ver.1.0.4
---------
* gui:
+ add Qt5 gui (by default)
* plasmoid:
+ add notifications
* fix run command with sudo from plasmoid
***
Ver.1.0.3
---------
* all:
* refactoring
* plasmoid:
+ edit russian translation
***
Ver.1.0.2
---------
* plasmoid:
- fix layout margins
***
Ver.1.0.1
---------
* all:
- remove scripts
***
Ver.1.0
-------
First release First release

View File

@ -96,9 +96,9 @@ public:
QString getProfileDescription(const QString profile); QString getProfileDescription(const QString profile);
/** /**
* @brief method which gets profile status * @brief method which gets profile status
* @param profile profile name * @param profile profile name
* @return profile status. It may be "active (enabled)", "active (static)", * @return profile status. It may be "active (enabled)", "active (static)",
* "inactive (enabled)", "inactive (static)" * "inactive (enabled)", "inactive (static)"
*/ */
QString getProfileStatus(const QString profile); QString getProfileStatus(const QString profile);
/** /**