summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Collapse)Author
2021-04-24convert license headers to SPDXHEADmasterIru Cai
Use the following script and find tool: grep 'GNU General Public License' "$1" || exit grep 'either version 2 of the License' "$1" || exit sed -n '/\*\*\*\*\*\//,$p' "$1" > /tmp/src.tmp echo '// SPDX-License-Identifier: GPL-2.0-or-later' > /tmp/src.tmp2 sed -n '2,$p' /tmp/src.tmp >> /tmp/src.tmp2 mv /tmp/src.tmp2 "$1"
2020-08-11drop Qt4 supportIru Cai
2020-06-06fix some memory leaksIru Cai
2018-06-15Fix some minor typosAnthony Fok
Credit: "Unknow" was detected by Lintian, see https://bugs.debian.org/898537
2018-06-08Add missing QButtonGroupIru Cai
2018-06-08aboutdialog: remove old URLsIru Cai
2018-05-11Fix typo found by codespellBoyuan Yang
2018-05-07move local_shell_bin to fqterm_path, add the cmd to quickdialogIru Cai
2016-11-08only set FQTERM_GIT_REVISION when in git repositoryIru Cai
2016-04-03imageviewer: add target_link_libraries for Qt5 buildIru Cai
2016-04-03move imageviewer sources to ui/imageviewerIru Cai
2016-04-03CMakeLists.txt cleanupIru Cai
- remove qt4_automoc - set VERBOSE_MAKEFILE - set FQTERM_LIBS - remove trailing spaces and empty lines
2015-10-04include <QMenuBar>Iru Cai
2015-10-02split source code for imageviewer and imageviewer_originIru Cai
2015-08-28Qt 4 and 5 in one CMakeLists: subdirectoriesIru Cai
2015-02-08typo...Iru Cai
2015-02-08QCoreApplication::UnicodeUTF8 in Qt4Iru Cai
2015-02-08imageviewer.cpp: Qt5:docheck -> Qt4: checkIru Cai
2015-02-08wip: Migrate to Qt5 -- API,name changesIru Cai
toAscii -> toLatin1 WFlags -> WindowFlags QCustomEvent -> QEvent QItemDelegate::check -> QItemDelegate::toCheck TRUE,FALSE -> true,false
2014-12-11Telnet, SSH, and Local socketIru Dog
2014-11-02test local socketIru Dog
2014-06-25Use Password mode when inputing proxy password...Iru Cai
2014-06-25DefineEscape: enlarge the labelIru Cai
2014-06-25askDialog should have a default valueIru Cai
2014-06-24Add askDialog(title,question) to ScriptEngineIru Cai
use the DefineEscapeDialog to implement this!
2014-05-28quickdialog: set the port to default when portCheck untoggledIru Dog
2014-04-07merge SSH{1,2} to SSH.Iru Cai
The code for SSH1 and SSH2 have no difference, and FQTerm can check the SSH protocol version the server is using, so merge them.
2014-04-07Update CMake files for git.Iru Cai
A transfer from SVN to git.
2014-04-04move to my github.iroul