[08:01:51] [02huggle3-qt-lx] 07benapetr pushed 031 commit to 03master [+0/-0/±5] 13http://git.io/F9j9Uw [08:01:53] [02huggle3-qt-lx] 07benapetr 035db30ab - breakpad fix [09:15:09] addshore: ping [09:15:14] pong [09:15:27] addshore: how do I compile huggle with ssl [09:15:31] you managed to do that [09:15:38] just install it :P then compile it xD [09:15:44] worked first time :D [09:17:07] addshore: it doesn't work to me [09:17:16] addshore: I try both mingw and visual studio [09:17:36] im using mingw and until I had SSL i couldnt get it to compile at all [09:18:11] yes that is correct at some point [09:18:22] it should compile without header files [09:18:31] but mine compiles but doesn't work :( [09:18:35] maybe I downloaded wrong ssl [09:19:36] :> [10:00:50] [02huggle3-qt-lx] 07benapetr pushed 031 commit to 03master [+0/-0/±1] 13http://git.io/c0TKdA [10:00:52] [02huggle3-qt-lx] 07benapetr 0360dd751 - fixed desc [10:00:55] addshore: styling decision [10:01:00] extra lines or not? :P [10:01:12] I give you example [10:01:13] extra lines where? :P-0 [10:01:26] in header files https://github.com/huggle/huggle3-qt-lx/blob/breakpad/huggle/blockuser.hpp [10:01:39] there is extra line between macro public private etc sections [10:01:53] is it better to remove it or keep it? [10:02:18] ha [10:02:23] this is one bad example [10:02:32] in this file there is line only @ macro [10:02:55] but in other header files we have extra line even between the declarations of public private sections [10:03:14] maybe it just doesn't matter at all :P [10:14:00] [02huggle3-qt-lx] 07benapetr pushed 031 commit to 03master [+0/-0/±1] 13http://git.io/qvApOg [10:14:01] [02huggle3-qt-lx] 07benapetr 03bdd1994 - Welcome message bug before the messages were not sent with create_only bit so that in case of edit conflict they overwrote the previous message [15:22:46] [02huggle3-qt-lx] 07benapetr pushed 031 commit to 03master [+0/-0/±4] 13http://git.io/ECaaTA [15:22:47] [02huggle3-qt-lx] 07benapetr 03a43baa2 - made columns in list dynamic [15:27:30] [02huggle3-qt-lx] 07benapetr pushed 031 commit to 03master [+0/-0/±3] 13http://git.io/zO-N0A [15:27:31] [02huggle3-qt-lx] 07benapetr 03009a99a - improved [15:32:50] petan: since today (yesterday worked), I cannot compile it: Where are the "LIBS += ..\huggle\exception_handler.lib ..\huggle\crash_generation_client.lib"? [15:33:21] se4598: on windows I guess? [15:33:37] se4598: uncomment #define DISABLE_BREAKPAD in definitions.hpp [15:33:42] not in my repro [15:33:47] yep, will do [15:34:02] se4598: otherwise you need to build whole breakpad in visual studio [15:34:22] se4598: it's more easy to just disable breakpad (that means no dumps will be generated when huggle crashes) [15:34:35] setting up breakpad on windows is pain in the ass [15:35:41] se4598: also you can just remove whole that LIBS += line [15:35:47] when you uncomment that define [15:38:52] petan: O.o you commented that define today: https://github.com/huggle/huggle3-qt-lx/blob/5db30abf055a57cc19f01830b79ed8f504bb1193/huggle/definitions.hpp [15:39:07] but in HEAD its uncommented https://github.com/huggle/huggle3-qt-lx/blob/master/huggle/definitions.hpp [15:39:14] WTF? [15:39:22] eh [15:39:27] that is probably some mistake [15:40:10] petan: solution :P https://github.com/huggle/huggle3-qt-lx/commit/a43baa2c907381233697bf78c5c5b0f16d95ce9d [15:40:55] because it's uncommented locally I have to remove the LIBS += line [15:45:29] petan: Do you know how to make it scroll freely in the history and user info and not just tied to jump from column to column? sometimes you can't read a whole column b/c of that [15:46:17] (it's about the right tables in the huggle window) [15:56:09] [02huggle3-qt-lx] 07benapetr pushed 031 commit to 03master [+0/-0/±8] 13http://git.io/1vzUIw [15:56:10] [02huggle3-qt-lx] 07benapetr 03c7d0ee2 - fixes - definitions.hpp breakpad - user now can return to old behaviour [16:03:31] [02huggle3-qt-lx] 07benapetr pushed 031 commit to 03master [+0/-0/±4] 13http://git.io/9hiMDg [16:03:32] [02huggle3-qt-lx] 07benapetr 0332cbcc2 - scrolling [16:05:49] [02huggle3-qt-lx] 07benapetr pushed 031 commit to 03master [+0/-0/±4] 13http://git.io/9U1cuw [16:05:50] [02huggle3-qt-lx] 07benapetr 0326eb6bd - horizontal too [16:14:03] thanks!