summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fix for #1271•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6095 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-03-181-0/+3
* fixes compilation, thanks Firefishe•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6091 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2012-03-091-7/+9
* added missing action icons (do you think they sucks? send us your artistic ex...•••added missing files from previous commit hide/show tools submenus if they are empty git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6090 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-03-084-19/+125
* Created KVICOREACTIONS for the old previously caps-based entries in the tools...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6089 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-03-0828-396/+61
* fix a typo in the docs, thanks roadrunner•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6088 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2012-03-031-1/+1
* fix some indentation which got lost in the last commit.•••someone with too much free time should fix all the files to be indented correctly (right...) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6087 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-02-298-32/+32
* I previously broke the objects module, this should fix it•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6086 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-2810-31/+31
* attempt to avoid SIGPIPE closing a stuck ssl connection under osx•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6085 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-281-8/+9
* Don't assert when we have no console window. It *may* happen.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6084 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-02-281-3/+6
* Don't crash at startup while loading modules with the verbose flag set•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6083 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-02-281-2/+11
* probable fix for msvc compilation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6082 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-271-9/+13
* fix or the previous fix, sorry guys•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6081 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-271-1/+1
* fix for kde•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6080 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-272-5/+7
* fix for kde•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6079 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-271-1/+1
* fixed #440 for osx; updated INSTALL-Win32.txt for openssl>=1.0 •••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6078 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-271-3/+17
* another compilation fix for win32•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6077 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-271-1/+1
* fixed compilation under win32•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6076 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-271-9/+8
* fixed window activation from "window" menu: it was not respecting mdi maximiz...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6075 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-271-4/+1
* KviAction: correctly register QActions added to QMenus (so that their enable ...•••KviMenuBar: avoid to clear and refill each QMenu's actions at every aboutToShow(), just update action's enabled state (this was causing crashes when using shortcuts under osx) Todo: refresh "tools" popup with KviActions of the "tools" category when a new one gets added/an old one gets removed (needs to find a good insertion place for KviMenuBar::setupToolsPopup(QMenu *pop)) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6074 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-275-64/+76
* fix compilation, thanks minde for noticing (CtrlAltCa <3)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2012-02-2754-58/+57
* 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-26111-1252/+1076
* Some mixed changes, mostly related to osx development:•••- test a non-fixed font to work on kerning bug; - rename the cmake project name KVIrc (capitalized) to match application name and play nicer - re-enable native menubar git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6070 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-242-19/+18
* Fix typo, thanks Arfrever•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6066 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2012-02-111-1/+1
* updated ukrainian translation, thanks to Igor Paliychuk•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6064 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2012-02-011-0/+26
* assume qt has been compiled with the same kvirc ssl option•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6063 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-291-3/+11
* fix for kvs error on server connection, thx MonoBOY and Ckk•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6061 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-281-2/+2
* - guard the xp home/pro detection stuff by the build Major and Minor to not a...•••- fix r6056, i accidentally incinerated build and service pack detection there - kill some more pre xp stuff git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6058 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-213-16/+12
* - block installation if not running XP or higher to not waste time of users i...•••(translators this adds a new language string to the nsi file) - murder pre-xp (and therefore pre-nt) support of KviOsInfo, reorder and clean up some product names, also add win8 there git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6056 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-201-164/+177
* - nuke PCH support from orbit as discussed with Pragma, it never worked anywa...•••- add a missing file to svn:ignore - do not add -mwindows in the root CMakeLists.txt file, add_executable with WIN32 flag should handle that already. (the WIN32 flag is just silently ignored on non-windows) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6053 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-151-2/+2
* 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-1487-961/+0
* last round of msvc fixes (of NMake at least, the Visual Studio Project files ...•••- remove hardcoding of module paths for MSVC (and remove mmove and ix86 asm stuff which was not removed in r5235 ) - fix MSVC builds to not show a console on release builds by using the WIN32 flag in src/kvirc/CMakeLists.txt (needs checking for MinGW anyway since it might make sense there, not sure and don't want to break the build for others) and linking to qtmain on non-debug builds for MSVC in the root CMakeLists.txt file, thanks to thexception for pointing me in the right direction git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6050 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-131-1/+6
* - use res files on msvc too•••- sprinkle around some svn eol-style props git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6049 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-135-354/+355
* moar window management fixes:•••- cache userlist/notifylist splitter size when it's hidden to avoid dummy values - cache window geometry when minimized/maximized to avoid qt reporting dummy geometry - avoid raising the filetransferwindow when kvirc is not the active window - per-window TextEncoding option is already saved in a section, no need to append channel name to it git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6047 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-1111-46/+96
* quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6046 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2012-01-091-1/+1
* quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6045 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2012-01-091-5/+6
* hopefully fixed win32 compilation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6044 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-091-1/+1
* ircview/last read line marker/arrow up: show the tooltip only when the icon i...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6043 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-083-21/+16
* fixed ron paul's propaganda by wodim (wrong copy of color control codes like ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6042 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-081-2/+8
* added $file.time() function;•••cleaned code; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6041 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2012-01-081-101/+185
* test fix for #1152•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6040 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-081-0/+2
* fix compilation without ssl•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6039 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-081-0/+2
* probable fix for #1241•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6037 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-083-0/+3
* added a cmake option to focibly enable QGtkStyle themeing. No, you shouldn't ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6036 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-081-0/+2
* fixed -m switch of /query command, thx ckk•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6035 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-081-2/+4
* further cleaning in window management: avoid some mess on startup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6034 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-072-9/+20
* further cleaning in window management•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6033 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-074-51/+37
* some more window mangement fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6032 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-052-13/+7
* commented out debug message•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6031 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-051-3/+3
* fix for a window activation problem that caused the activation of a window wi...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6028 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-053-10/+5
* fix for a small regression introduced in r6014•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6022 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-052-4/+6