summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-28quickdialog: set the port to default when portCheck untoggledIru Dog
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-18rename NULL to false in a boolean statementIru Cai
2014-05-18use 'static inline' instead of 'static' in a header fileIru Cai
Conflicts: src/common/fqterm_trace.h
2014-05-18Remove the deprecated 'register' storage classIru 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-05Modify to build with mingw toolchainIru 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-20Modify to satisfy Qt5.Iru Cai
2014-04-20Add my qz script -- for fun!Iru Cai
2 functions are added to the script engine.
2014-04-07comment the `resizing' codeIru Cai
This fixes the bug that causes the kick off before entering the CAPTCHA when login repeatedly in a very short time on bdwm.net
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