aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/http
Commit message (Collapse)AuthorAgeFilesLines
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-3/+3
|
* ran "pngcrush -ow -rem allb -reduce"Gravatar Dessa2017-06-291-0/+0
|
* ran optipng -o9 on all png filesGravatar wodim2017-02-171-0/+0
|
* HttpFileTransfer: no need to use abreviattionsGravatar un1versal2016-08-161-2/+2
|
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-12/+1
|
* documentation minor formatting fixesGravatar un1versal2016-05-081-11/+11
|
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-2/+2
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-6/+6
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-293-205/+247
|
* typo fix in functions/variables/options: Estabilished -> EstablishedGravatar un1versal2016-04-132-3/+3
|
* Fix 9bb1262Gravatar wodim2016-01-131-1/+1
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* libkvihttp: capitalization and consistency fixesGravatar un1versal2015-12-051-11/+11
|
* HttpFileTransfer: consistency fixesGravatar un1versal2015-12-051-4/+4
|
* Copyright headers: buy one get five different ways to break these free.Gravatar un1versal2015-11-303-3/+3
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-283-3/+3
| | | | opinion -> option
* Add support for avatars over https. Add support for redirects in ↵Gravatar Szymon Tomasz Stefanek2015-09-191-2/+16
| | | | KviHttpTransfer/http.get. Fixes #1604
* Notifier - cleanupGravatar uNiversaI2015-08-311-0/+0
|
* File dialogs seem to always require a parent. Without it Qt5 enters in a ↵Gravatar Szymon Tomasz Stefanek2015-08-251-1/+11
| | | | kind of modal loop that prevents user from interacting with the whole application.
* - some files were missing newlines, add themGravatar Robert Förster2012-10-041-1/+1
| | | | | | - sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-13/+13
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-7/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-4/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Typo, thanks t_knsGravatar wodim2012-04-171-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6160 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed useless parameterGravatar Elvio Basello2012-04-171-2/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6158 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix compilation, thanks minde for noticing (CtrlAltCa <3)Gravatar wodim2012-02-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.Gravatar Fabio Bas2012-02-262-6/+7
| | | | | | | | 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
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-141-9/+0
| | | | | | | | proper SVN Props instead 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
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-014-39/+39
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The http request now uses Qt sockets.Gravatar Szymon Tomasz Stefanek2010-12-301-6/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5269 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-293-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix loading of the http transfer icon. Also don't crash if the http icon ↵Gravatar Szymon Tomasz Stefanek2010-12-281-6/+12
| | | | | | isn't loaded. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5245 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-273-13/+13
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-262-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-253-13/+13
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed format strings in http moduleGravatar Fabio Bas2010-10-231-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5104 17fca916-40b9-46aa-a4ea-0a15b648b75c
* implemented escaping for event handler parameters; please double check your ↵Gravatar Fabio Bas2010-09-181-3/+3
| | | | | | scripts against this change and report any incompatibility! git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5014 17fca916-40b9-46aa-a4ea-0a15b648b75c
* cleaned code: removed all instances of debugGravatar Elvio Basello2010-08-071-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4805 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Constness fixes. Thnks PKEuS :)Gravatar Szymon Tomasz Stefanek2010-07-061-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4621 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Some details in the http transfer module.Gravatar Szymon Tomasz Stefanek2010-06-211-0/+14
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4500 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed compilation warningsGravatar Fabio Bas2010-05-141-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4319 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Merge the use of multiple QString()::arg(QString) calls to avoid format stringsGravatar Fabio Bas2010-05-141-8/+8
| | | | | | Filter out any urlencoded path form dcc file names git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4317 17fca916-40b9-46aa-a4ea-0a15b648b75c
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updated changelog;Gravatar Elvio Basello2009-11-051-1/+1
| | | | | | | moved bytes multiples from SI to IEC (International Electrotechnical Commission) standard (from KB, MB, GB to KiB, MiB, GiB); git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3589 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed visual studio projects: they are outdated and a better version can ↵Gravatar Fabio Bas2009-09-011-257/+0
| | | | | | be created using cmake git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3451 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-083-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* second round of misc compilation noise reductionGravatar Fabio Bas2008-11-081-13/+13
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
* get rid of QString::null; added doxygen comments;Gravatar Elvio Basello2008-10-102-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2681 17fca916-40b9-46aa-a4ea-0a15b648b75c
* many fixed to filetrasferwindows / transfer modulesGravatar Fabio Bas2008-10-043-7/+16
| | | | | | fixed a signal in kvitexticonwin git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2645 17fca916-40b9-46aa-a4ea-0a15b648b75c