Activity for cppqueryanalyzer

  • reby committed [dc9f77] on Mercurial

    fix header size height for new DPI aware scale settings.

  • reby committed [aacd1e] on Mercurial

    add comment about DPI aware settings in stdafx.h

  • reby committed [2ad271] on Mercurial

    retarget solution to later platform toolset and include DPI AWARE manifest file

  • reby committed [51c8b7] on Mercurial

    modify .hgignore to avoid all files in .vs/ directory

  • reby committed [ad0e70] on Mercurial

    include winsock2.h to prevent wrong version being included.

  • reby committed [9dd2f1] on Mercurial

    avoid clearing result set when last result row count is 0 but has rows.

  • reby committed [a1b5a7] on Mercurial

    clear results when empty query is run to avoid confusion.

  • cppqueryanalyzer cppqueryanalyzer released /morph-v0.3.zip

  • cppqueryanalyzer cppqueryanalyzer released /cppqueryanalyzer_v0.1.zip

  • reby committed [2914ea]

    support copy by ctrl-c in result grid.

  • reby committed [f5a0ba]

    issue #11: add IQueryConnection interface.

  • Bob Eby Bob Eby committed [4f069a]

    Initial commit

  • reby committed [adba98]

    added help with building wxWidgets from source

  • reby committed [a776bc]

    update setenv and build commands - still work in progress

  • reby committed [798735]

    update .hgignore to remove leading slashes for dirs.

  • reby committed [cce03f]

    issue #11: use QueryManager interface from UI.

  • reby committed [8e8f71]

    switch to wxThread for portability,

  • reby committed [1eda70]

    revert checking of visual studio 2017 vcxproj last revision.

  • reby committed [d17de3]

    Ooops! Can't use CTRL-C for a hotkey, it's supposed to be copy!

  • reby committed [c74f50]

    issue #11: initial use of threaded version of DoExecute()

  • reby committed [507a0f]

    update setenv and build commands to hopefully work better. (work in progress)

  • reby committed [54195e]

    remove extra include of windows.h

  • reby committed [e1b029]

    issue #11 - get ready to query in sub-thread to avoid hangs.

  • reby committed [bf9f2f]

    fixed compiler warning on printf.

  • reby committed [c0c9ac]

    fix issue #2: add slider to change relative size of query and result windows

  • reby committed [5b560d]

    remove project files from .hgignore

  • Bob Eby Bob Eby committed [d896b6]

    Added BSD 2-clause license may need to add contributors later.

  • reby committed [b747f6]

    issue #11: may be fixed now, needs more testing.

  • reby committed [4d52ec]

    modify mysql connection headers to hopefully be more useful when compiles fail.

  • reby committed [9958f8]

    initial revision of source files

  • reby committed [c43740]

    add connection dialog to get connection settings from user.

  • reby committed [aed868]

    update readme for mariadb not mysql

  • reby committed [8a633d]

    switch to fixed font, output row count.

  • reby committed [b46554]

    update readme with linefeed.

  • reby committed [4c6c59]

    update todo

  • reby committed [40aeb0]

    updated readme with mention of missing dependencies

  • reby committed [a166c5]

    fix clipboard copy from result grid support to work according to wxWidgets docs

  • reby committed [9145a6]

    show connection dialog at startup.

  • reby committed [c2cb7e]

    reword readme

1