| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
removed libqt5webkit5-dev , duplicated.
|
| | |
|
| | |
|
| | |
|
| |
|
| |
This has changed considerably So lets document this better.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |\
| |
| | |
Fix typos in Events/function/variables/options names Estabilished -> Established
|
| | | |
|
| |/ |
|
| | |
|
| |
|
|
|
| |
the source dir maybe
MaRk-I fell into this trap, thx for pointing it out anyway.
|
| | |
|
| | |
|
| |\
| |
| | |
Remove centered text formatting from all tooltips and some other dialog entries
|
| | | |
|
| |/ |
|
| |
|
|
|
| |
- apply changes suggested by Arfrever
- fix currently untranslatable options module (tx)
|
| |
|
|
| |
Arfrever
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
| |
Oh how I can already hear the sound of angry villagers
with pitchforks running over to my desk
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Add recent instructions for building on Win64
|
| | | |
|
| | | |
|
| |/
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |\
| |
| | |
INSTALL -- fix typos oops
|
| | | |
|