| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not track Linux kernel version•••of build system to make reproducible builds easier.
See https://reproducible-builds.org/ for why this is good.
| Bernhard M. Wiedemann | 2018-11-24 | 1 | -2/+0 |
| * | Use C++14 | Alexey Sokolov | 2018-11-14 | 1 | -2/+2 |
| * | change vc_redist file names•••Fixes #2383
| Benjamin Staneck | 2018-05-13 | 1 | -4/+4 |
| * | LF and UTF8 all the things (#2378)•••Sweep over all files to make sure they are LF and UTF8
* LF all the things
* convert *.nsi files to utf8 and no longer treat them as binary
* convert the 3 cyrillic languages to utf8
* .dat files are also binary | Benjamin Staneck | 2018-04-26 | 1 | -15/+15 |
| * | change dev build installer name (#2371)•••It is now based on the last git tag only and includes the build type for debug builds. | Benjamin Staneck | 2018-04-19 | 1 | -1/+2 |
| * | remove qt5_use_modules for Qt 5.11•••cmake modules for Qt 5.11 don't have that function anymore, so it needs to be replaced with the standard way of library linkage.
downside is that the module listing in the Status page isn't looking too fancy anymore.
| Dessa | 2018-04-14 | 1 | -1/+1 |
| * | use the StdUtils NSIS plugin (#2369)•••The ExecShellAsUser function it provides lets us start KVIrc as a user instead of admin from the last page of setup. | Benjamin Staneck | 2018-04-11 | 1 | -1/+2 |
| * | Docs folder cleanup (#2366)•••* delete accelerator.keys.txt
content is at https://github.com/kvirc/KVIrc/wiki/Keyboard-shortcuts
* delete INSTALL and doc/INSTALL.txt
content is at https://github.com/kvirc/KVIrc/wiki/installation
* delete doc/firefox.hack.txt
should no longer be needed
* delete doc/themes.howto.txt
content is at https://github.com/kvirc/KVIrc/wiki/tutorials
* delete doc/INSTALL-MacOS.txt
content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-from-git-on-macOS-Sierra
* add another VS file to .gitignore
* delete doc/FAQ
content is at https://github.com/kvirc/KVIrc/wiki/FAQ
* delete old TODOs
content should be, if relevant, in issues
* delete doc/addon.howto.txt
content is at https://github.com/kvirc/KVIrc/wiki/Addons
* delete doc/scripting.faq.txt
content is at https://github.com/kvirc/KVIrc/wiki/tutorials
* delete translations.howto.txt and translations.spanish.notes.txt
content should be at https://github.com/kvirc/KVIrc/wiki/Updating-KVIrc's-translations
* delete win32_run_cmake.bat
outdated?
* adjust CMakeLists.txt for removed files
* delete Windows compilation instructions
content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-on-Windows
* delete doc/hackers.guide.txt
content is at https://github.com/kvirc/KVIrc/wiki/The-Source-Tree
* delete doc/ui-style-tips.txt
content is at https://github.com/kvirc/KVIrc/wiki/Contributing-code-to-KVIrc's-repositories
* adjust README to doc changes
* move main license file to root
* adjust mentions of copyright files
* revert status badges back from shields.io
shields.io is overloaded all the time so the badges never display
* change cmake syntax
* restore the about license text to its original glory and install the amip license only on windows
* update GPL2 from the GNU website
* change the installer to show ABOUT-LICENSE as well
| Benjamin Staneck | 2018-04-10 | 1 | -1/+1 |
| * | don't use the NSIS plugin•••* the explorer.exe way actually works and does not need extra code
* remove no longer needed UserInfo.dll
* clean stale onInstSuccess function
| Benjamin Staneck | 2018-04-09 | 1 | -12/+1 |
| * | remove unused CheckUserInstallRights function | Benjamin Staneck | 2018-04-09 | 1 | -31/+0 |
| * | Remove Winamp installer option•••as per https://github.com/kvirc/KVIrc/issues/1691
| Benjamin Staneck | 2018-04-09 | 1 | -19/+0 |
| * | remove autostart related functions•••autostart was removed as an option in https://github.com/kvirc/KVIrc/commit/27f5d68ddf1b1bc4473b569f936ebd6db298977e#diff-b5bbda0fcc3b9962928ec48d87070d82
| Benjamin Staneck | 2018-04-09 | 1 | -34/+0 |
| * | Fixed the finish page so it will launch KVIrc as the user that ran the instal...•••Rebase of https://github.com/kvirc/KVIrc/pull/2147
| Benjamin Staneck | 2018-04-09 | 1 | -1/+10 |
| * | Use cmake TIMESTAMP•••This greatly simlifies the code
and helps to allow reproducible builds.
See https://reproducible-builds.org/ for why this is good.
| Bernhard M. Wiedemann | 2018-04-01 | 1 | -55/+0 |
| * | AppVeyor: update Qt to 5.9, upgrade to VS2017•••Close #2325
| craftwar | 2017-12-21 | 1 | -1/+1 |
| * | Cmake updates••• * Remove the usage of CMP0026’s LOCATION
* fix WANT_STRIP option: fix #2306
* remove WANT_UNIVERSAL_BINARY option (obsolete)
* fix bundling of Qt libraries on Osx
| Fabio Bas | 2017-09-21 | 1 | -2/+13 |
| * | make nsis check for windows 7 | wodim | 2017-06-26 | 1 | -2/+2 |
| * | Build also in debug mode for windows (#2192)•••* Build also in debug mode for windows
See #2191
* Don't mix /Od and -O2 on windows build. -O2 comes from perl
* Reindent perlcore CMakeLists
* Fix debug python build on windows
* Rearrange environment vars in appveyor
* Try to publish pdb files too
* install qts and kvirc's debug pdbs in debug config
* use TARGET_PDB_FILE instead
| Alexey Sokolov | 2017-05-24 | 1 | -1/+4 |
| * | add only a direct shortcut to kvirc in the windows start menu (#2207) | wodim | 2017-03-04 | 1 | -6/+2 |
| * | Make the MS VC++ redist installer run silently, it's just an unnecessary popup. | Benjamin Staneck | 2017-02-07 | 1 | -2/+2 |
| * | update po{t}s and pos, specify package name and version in po{t}s | Dessa | 2016-10-28 | 1 | -3/+3 |
| * | Fix Unicode builds, Unicode true|false | un1versal | 2016-10-04 | 1 | -1/+1 |
| * | build unicode aware installers, that would have even worked on xp but was som... | Dessa | 2016-10-04 | 1 | -0/+1 |
| * | kill some more xp support and bump Devel::PPPort•••- remove specification of subsystem, now that we dropped XP
- update nsis to force Vista+
- get maketool from cmake var, no conditional needed anymore
- bump Devel::PPPort to 3.35 (no code change)
| Dessa | 2016-08-20 | 1 | -2/+2 |
| * | version.h.cmake: Bump copyright year | staticfox | 2016-08-18 | 1 | -1/+1 |
| * | Spanish nsis translation | wodim | 2016-06-06 | 1 | -1/+1 |
| * | KVIrc.nsi: minor typos•••closes #1996
| un1versal | 2016-06-04 | 1 | -4/+4 |
| * | Fix extraction of sources-date from git | Szymon Tomasz Stefanek | 2016-04-24 | 1 | -2/+6 |
| * | Clarification: removing settings also removes logs. | wodim | 2016-02-05 | 1 | -1/+1 |
| * | run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar... | Dessa | 2016-01-31 | 3 | -3/+3 |
| * | Correct INSTALL file. Avoid #defining KVI_SOURCES_DATE_GIT when not building ... | Szymon Tomasz Stefanek | 2016-01-02 | 1 | -2/+2 |
| * | Fix for BSD (OS X)'s sed using a different syntax | Fabio Bas | 2015-12-28 | 1 | -18/+39 |
| * | String extraction from source code: consider the code UTF8•••An utf8 char made it appearance in OptionsWidget_interfaceFeatures.cpp
| Fabio Bas | 2015-12-28 | 1 | -3/+3 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 3 | -3/+3 |
| * | enable c++11 differently, also clean up some now-obsolete policies | Dessa | 2015-11-06 | 1 | -1/+2 |
| * | Merge pull request #1699 from blindsighttf2/date•••build: Use git show to set the current source date | ctrlaltca | 2015-11-03 | 1 | -0/+2 |
| |\ |
|
| | * | build: Make CMAKE_KVIRC_SOURCES_DATE_HEX an int | Matt Ullman | 2015-10-29 | 1 | -1/+1 |
| | * | build: Use git show to set the current source date•••Closes #1566
| Matt Ullman | 2015-10-29 | 1 | -0/+2 |
| * | | Enable C++11. Fixes #1707. | Szymon Tomasz Stefanek | 2015-11-01 | 1 | -0/+3 |
| |/ |
|
| * | nsis: Remove autostart | Matt Ullman | 2015-10-24 | 1 | -38/+0 |
| * | installer: Fix win32 uninstall registry icon•••for real this time
| Matt Ullman | 2015-10-23 | 1 | -1/+1 |
| * | installer: Fix win32 uninstall version and icon•••Fixes #1685
| Matt Ullman | 2015-10-23 | 1 | -0/+2 |
| * | more windows stuff, run mkcreateinstanceproc.sh•••- make win32 version.h autogenerated ("breaks" out of source build i don't really know if i can make the windows RC behave the way i want...)
- install at qt.conf file on windows so the platform plugin doesn't need to be moved around anymore
- convert OptionsWidget_lag.h to UTF-8 to fix mkcreateinstanceproc.sh
| Dessa | 2015-10-22 | 1 | -0/+48 |
| * | [ci skip] [text files and config.in] typos corrections. | un1versal | 2015-10-08 | 1 | -1/+1 |
| * | [cmake dir] Some minor fixes to KVIrc.nsi.cmake and kvirc4.desktop.cmake | un1versal | 2015-10-07 | 2 | -5/+5 |
| * | Update all applicable Subversion references to Git | Matt Ullman | 2015-10-04 | 1 | -1/+1 |
| * | Various SVN -> Git chnages and README updates•••modified: CMakeLists.txt
modified: ChangeLog
modified: admin/makedist.sh
modified: cmake/Doxyfile.cmake
modified: doc/CMakeLists.txt
modified: doc/FAQ
modified: doc/INSTALL
modified: doc/INSTALL-MacOS.txt
modified: doc/INSTALL-Win32.txt
modified: doc/accelerator.keys.txt
modified: doc/addon.howto.txt
modified: doc/firefox.hack.txt
modified: doc/hackers.guide.txt
modified: doc/translations.howto.txt
modified: po/core/kvirc/kvirc.pot
modified: src/kvirc/kernel/KviApplication.cpp
modified: src/kvirc/ui/KviStatusBarApplet.cpp
| uNiversaI | 2015-09-06 | 1 | -1/+1 |
| * | Fix subtle crash in KviKvsHash destruction when the module that allocated it ... | Szymon Tomasz Stefanek | 2015-08-27 | 1 | -5/+1 |
| * | Add basic KDE5 support. | Szymon Tomasz Stefanek | 2015-08-24 | 1 | -0/+5 |
| * | Port more exotic stuff to Qt5 | Szymon Tomasz Stefanek | 2015-08-23 | 1 | -0/+1 |