summaryrefslogtreecommitdiff
path: root/src/fqterm
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-12-09replace deprecated QFontMetrics::widthIru Cai
2020-12-09replace deprecated qVariantFromValueIru Cai
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-08conn_info: show if host key matchesIru Cai
2018-06-08set application name and versionIru Cai
2018-06-08clean up fqterm_appIru Cai
2018-05-21warn SSH1Iru Cai
2018-05-21add warnInsecure signals and slotsIru Cai
2018-05-21conn_info: add host and portIru Cai
2018-05-11Fix typo found by codespellBoyuan Yang
2018-04-30Add a function to report connection infoIru Cai
2018-04-12drop mini serverIru Cai
2016-04-19new feature: raw packet capture.Iru Cai
2016-04-03CMakeLists.txt cleanupIru Cai
- remove qt4_automoc - set VERBOSE_MAKEFILE - set FQTERM_LIBS - remove trailing spaces and empty lines
2015-10-02split source code for imageviewer and imageviewer_originIru Cai
2015-08-28remove setGraphicsSystemIru Cai
QApplication::setGraphicsSystem is removed in Qt5, and in Qt4 default graphics system is raster, and it can be configured via command line
2015-08-28Qt 4 and 5 in one CMakeLists: subdirectoriesIru Cai
2015-02-10press space to close connectionIru 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-11-06local socket: external program settingIru Dog
2014-10-16Add UAOcodec againIru Dog
The previous bug is a result of deleting uaocodec_, for more info, check out for: http://qt-project.org/doc/qt-5/qtextcodec.html#dtor.QTextCodec thanks to valgrind
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-06-21Update homepageIru Cai
2014-06-21Silence some warningsIru Cai
2014-06-21Use /tmp to store tmpfilesIru Cai
2014-05-18Don't use global hotkey by default.Iru Cai
2014-05-18Get rid of an error in clang build.Iru Cai
2014-05-15Change for windows native static build.Iru Cai
1. Qt 4.8.6 does not have static imageformats plugin 2. cmake have MSVC and MINGW variable 3. rewrite openssl linking options
2014-05-08Change version from 4.8.6 to 4.8.5Iru Cai
2014-05-06It now builds with MXEIru Cai
2014-05-03Revert "change code style"Iru Cai
This reverts commit ad5f034e13797f1846d3f967e6db0f6137e1f1f3. May cause segfault
2014-05-03code cleaning: disable autoupdateIru Cai
2014-05-03change code styleIru Cai
2014-05-03article dialog: use config filesIru Cai
2014-04-30Add artDialog in FQTerm script engineIru Cai
- Modify filedialog so that it'll work without config. - Use artDialog to show the result of the downloadart.js
2014-04-29Disable autoupdateIru Cai
2014-04-20Add my qz script -- for fun!Iru Cai
2 functions are added to the script engine.
2014-04-04move to my github.iroul