aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/setup
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-formatGravatar Alexey Sokolov2016-04-293-418/+442
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog Gravatar un1versal2016-02-271-6/+6
* SetupWizard: remove center formatting, die now and forever. you fiend ;)Gravatar un1versal2016-02-021-3/+1
* various files: typos/consistency and capitalization see notes below.•••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 Gravatar un1versal2015-12-191-3/+3
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-5/+5
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-283-3/+3
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-283-3/+3
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-181-1/+0
* [ci skip] Oops - squash reviewGravatar un1versal2015-10-081-1/+1
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-3/+3
* Hopefully fix one windows build errorGravatar Szymon Tomasz Stefanek2015-10-041-1/+1
* Minor grammar: english -> EnglishGravatar universal2015-09-151-2/+2
* 2015 - Update internal infernal themes - they're hot off the pressGravatar universal2015-09-121-2/+2
* Rework the theme management a bitGravatar Szymon Tomasz Stefanek2015-08-271-2/+2
* File dialogs seem to always require a parent. Without it Qt5 enters in a kind...Gravatar Szymon Tomasz Stefanek2015-08-251-2/+10
* Fix modality of setup directory selection dialogGravatar Szymon Tomasz Stefanek2015-08-242-19/+27
* Force the user to choose a nickname at first startup.•••Closes #1489 Gravatar Szymon Tomasz Stefanek2015-08-012-16/+24
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-212-5/+5
* - some fixing for cmake 3•••- compile with WIN32_LEAN_AND_MEAN - fix compilation with qt5 on windows, thanks to d00p for the transparency fix - some work on windows resource files (still in progress) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6370 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-02-271-1/+0
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte order...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-12-222-6/+6
* - update KviOsInfo with values from the winsdk8•••- rip out some append libs statements for ws2_32; since we are linking in a way they get added anyway we don't need them (yet) - remove wsock32.lib from kvilib, linking works fine without it - move shlwapi for mingw from root to src/kvirc since that is where the msvc one is and it works - remove envvar hack added in r6273 from perlcore since it is unneeded git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6276 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-081-1/+1
* - remove -Wl,--no-undefined "handling" as this is not something we should "ju...•••- remove winmm hack now that append libs works - fix some win32 ifs in cmakelists files which should be mingw (check if this stuff is still needed when i get my mingw toolchain up) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6270 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-051-2/+2
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-6/+6
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-6/+1
* qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-251-3/+0
* dropped YellowIRC theme, adjusted setup to use Aria instead•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6133 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-091-1/+1
* single bugfix in webview object + a lot of make gcc happy•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6129 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-081-0/+1
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.•••This fixes most of the random crashes on osx, and is the base for a next change in the menubar. Addiotional fix: "disconnect" menu entry was broken since the 3.x era git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6072 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-261-5/+5
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-141-10/+0
* delete pointless version number on .desktop files•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5954 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-08-271-1/+1
* Code improvements in the theme manager(wip)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5610 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2011-03-161-5/+2
* Fix a text in the setup dialog. Thnx Nakre.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5447 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-02-091-39/+1
* The big rename for modules. Still some details remaining.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-014-47/+47
* More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-293-3/+3
* More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-273-19/+19
* More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-262-6/+6
* Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-253-13/+13
* fixed #1013•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5129 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-11-031-11/+11
* cleaned code•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5043 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-10-041-5/+5
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)•••fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-312-4/+4
* Quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4507 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-221-1/+1
* Convert a radio to a checkbox in the setup dialog•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4501 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-211-1/+1
* Fix local directory selection in the setup dialog•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4361 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-05-221-0/+1
* last round of misc fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4323 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-05-141-1/+2
* removed some more compilation warnings•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4320 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-05-141-1/+1
* fixed default alternative nicknames•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4209 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-03-231-18/+8
* Restored theme choice on first setup, added minimal dark theme•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4017 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-02-233-44/+40
* fixed "portable mode" in setup not activating the "next page" button correctly•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3922 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-01-312-1/+16
* final fix for #695, plus added missing po files for "python" and "sharedfile"...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-01-241-1/+2
* fixed #688•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3832 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-01-121-10/+7