summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Collapse)Author
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