aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add cmake option WANT_PERL_DOCS to disable doc generation. (#2635)Gravatar ctrlaltca2024-05-011-1/+1
| | | | | | | | | * Add cmake option WANT_PERL_DOCS to disable doc generation. Ensure Qt version is reported correctly by cmake. Fix #2634 * KviApplication::checkGlobalKvircDirectory: don't test for help subdir, it may not exist * Cmake: use the imported target for Threads instead of CMAKE_THREAD_LIBS_INIT * Cmake: always import the Threads target
* LF and UTF8 all the things (#2378)Gravatar Benjamin Staneck2018-04-261-63/+63
| | | | | | | | 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
* Docs folder cleanup (#2366)Gravatar Benjamin Staneck2018-04-1023-5082/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Correct READMEGravatar Szymon Tomasz Stefanek2017-12-291-1/+1
|
* Fix makedist script. Add a super-minimal readme entry.Gravatar Szymon Tomasz Stefanek2017-12-291-0/+13
|
* Make our docs work better with the QTextBrowser.Gravatar wodim2017-08-241-4/+4
| | | | | | | | | | | | There are a few things to take into account though. First, there shouldn't be [br] around block objects. This is, around [big], or [code], or [note]. [br] is meant to insert line breaks; block objects insert line breaks by themselves. So if there are [br]s around [big], for example, there will be extra space around it, which is bad. Also, [note]s shouldn't be indented, because extra indentation is turned into  s, which means there are extra spaces inside the notes where line breaks in the source files were.
* Update INSTALL.txt (#2244)Gravatar muthaber2017-07-301-1/+1
| | | removed libqt5webkit5-dev , duplicated.
* push and pull po{t}s, typo fixesGravatar Dessa2017-05-245-11/+11
|
* Fixed #2174 by Kartagis: Fix INSTALL-Macos.txtGravatar Tolga Ozses2017-01-201-4/+3
|
* OS X is dead, long live macOSGravatar staticfox2017-01-153-9/+9
|
* INSTALL: update -DWANT_GTKSTYLE entry (#2118)Gravatar un1versal2016-08-251-15/+7
| | | This has changed considerably So lets document this better.
* COPYING: cleanup + update and clarifyGravatar un1versal2016-08-101-8/+23
|
* refresh GPLv2 licGravatar un1versal2016-08-101-21/+20
|
* remove gplv3, there was never a full transition to gplv3Gravatar un1versal2016-08-102-675/+0
| | | | | | | | | | | | | | see https://github.com/kvirc/KVIrc/issues/2078 if you ever want to upgrade KVIrc to GPLv3 for legitmate reasons you need to do it right. follwoing right proceedures and not just wacking the lic in tree after some discussion on mailing list where no one agreed to anything and the main questions where unanswered and theres no evidence all the contributors to KVIrc agreeds or signed anything allowing their copyright to be handled this way. resolves #2078
* INSTALL: update and fixes to readme and number structureGravatar un1versal2016-07-101-26/+35
|
* wheeeeeeeeeeGravatar staticfox2016-05-221-3/+3
|
* general: Typo fixesGravatar staticfox2016-04-231-4/+4
|
* INSTALL: reference official ppaGravatar un1versal2016-04-161-1/+1
| | | | Also serve to trigger a build, the CI weirdness we see in Appveyor is apparently contagious to Travis. The reason for failures change with every commit.
* W.I.P.: combine OS specific build stuffs into a single directory (#1933)Gravatar un1versal2016-04-161-1/+1
| | | | | | | | | | | | | | * rename win32build directory to windows * create dist/osx dir and move osx files there * corrections for win32build rename and directory change * move windows folder to dist folder * osx_dmg.json / travis.yml / CMakeLists.txt: adjust for changes path and rename changes
* Merge pull request #1930 from un1versal/My-Favorite-MartianGravatar staticfox2016-04-161-1/+1
|\ | | | | Fix typos in Events/function/variables/options names Estabilished -> Established
| * typo fix in functions/variables/options: Estabilished -> EstablishedGravatar un1versal2016-04-131-1/+1
| |
* | doc: some FAQ fixesGravatar un1versal2016-04-161-85/+90
|/
* INSTALL: remove libqt5svg5-dev duplicate entryGravatar un1versal2016-03-281-1/+1
|
* update readme for those who dont read 2: Hacker instalation and clarify what ↵Gravatar un1versal2016-03-111-2/+2
| | | | | the source dir maybe MaRk-I fell into this trap, thx for pointing it out anyway.
* dot the i's and delete the TGravatar un1versal2016-02-031-2/+1
|
* INSTALL: cleanup after Qt4 removal and other improvemntsGravatar un1versal2016-02-031-59/+47
|
* Merge pull request #1861 from un1versal/The-Emperor's-New-ClothesGravatar un1versal2016-02-031-31/+58
|\ | | | | Remove centered text formatting from all tooltips and some other dialog entries
| * ui-style-tips: re-write and update style guideGravatar un1versal2016-02-021-31/+58
| |
* | add update to cmake install.Gravatar un1versal2016-02-021-1/+4
|/
* some more typo fixes and a translation bugfixGravatar Dessa2016-02-011-1/+1
| | | | | - apply changes suggested by Arfrever - fix currently untranslatable options module (tx)
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-314-7/+7
| | | | Arfrever
* theme-how-to minor updateGravatar un1versal2016-01-161-16/+26
|
* Rename KviOsInfo to KviRuntimeInfo, which makes more sense.Gravatar wodim2016-01-011-2/+2
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt
* re-add phonon libs to readme but include needed phonon4qt5-backend-gstreamerGravatar un1versal2015-12-081-1/+3
|
* INSTALL.txt: update file -remove libphonon for Qt5.x thats not used at all ↵Gravatar un1versal2015-12-071-14/+2
| | | | | | | and update KDE bits Qt5 uses qtmultimedia5 for audio.apparently, I never managed to get one peep out of KVIrc + QT5 + phonon selected but Selecting qt in audio settings works fine. libphonon4qt5-dev libphonon4qt5experimental-dev libphonon4qt5experimental-dev dont help Qt5.x work with phonon at all, it probably require more KVIrc source changes to force Qt5 to use phonon in Qt5 but I dont see why that would be needed, in any case putting these back is easy.
* fix typoGravatar un1versal2015-11-021-1/+1
|
* update readme to include new cmake 3.1.0 requirementsGravatar un1versal2015-11-021-5/+9
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-1810-26/+13
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* [ci skip] [text files and config.in] typos corrections.Gravatar un1versal2015-10-081-2/+2
|
* Update all applicable Subversion references to GitGravatar Matt Ullman2015-10-044-13/+12
|
* CMakeLists: fix missing INSTALL-Win64.txtGravatar un1versal2015-10-041-0/+1
|
* Merge pull request #1638 from Cizzle/masterGravatar Szymon Tomasz Stefanek2015-10-042-3/+181
|\ | | | | Add recent instructions for building on Win64
| * Add recent instructions for building on Win64Gravatar Christophe Beauval2015-09-302-3/+181
| |
* | documentation: Update -DWANT_GTKSTYLE= informationGravatar Matt Ullman2015-09-301-8/+13
| |
* | documentation: Make the build directory consistentGravatar Matt Ullman2015-09-282-8/+8
|/ | | | | | The documentation throws around the directories 'release' and 'build' interchangeably, however the gitignore as well as travis and appveyor use 'build' as their build directory.
* fix = -> pneed glassesGravatar uNiversaI2015-09-211-1/+1
|
* add missing optional dep doxygenGravatar uNiversaI2015-09-211-1/+2
|
* Merge pull request #1556 from uNiversaI/Cant-Help_MyselfGravatar Szymon Tomasz Stefanek2015-09-081-3/+3
|\ | | | | INSTALL -- fix typos oops
| * typosGravatar universal2015-09-071-3/+3
| |