Commits on Dec 19, 2013

  1. SVN_SILENT made messages (.desktop file)

    l10n daemon script committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    2f6248c View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2013

  1. SVN_SILENT made messages (.desktop file)

    l10n daemon script committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    d5974b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2013

  1. SVN_SILENT made messages (.desktop file)

    l10n daemon script committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    35bd91d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2013

  1. SVN_SILENT made messages (.desktop file)

    l10n daemon script committed Dec 27, 2013
    Configuration menu
    Copy the full SHA
    885712d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2013

  1. Fix some Krazy2 issues

    yurchor committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    b353ca3 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2013

  1. SVN_SILENT made messages (.desktop file)

    l10n daemon script committed Dec 29, 2013
    Configuration menu
    Copy the full SHA
    bee263e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2013

  1. Configuration menu
    Copy the full SHA
    c782cb6 View commit details
    Browse the repository at this point in the history
  2. Fix minor typos in docs

    yurchor committed Dec 31, 2013
    Configuration menu
    Copy the full SHA
    ff781c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2014

  1. Configuration menu
    Copy the full SHA
    d24719d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2014

  1. SVN_SILENT made messages (.desktop file)

    l10n daemon script committed Jan 2, 2014
    Configuration menu
    Copy the full SHA
    ed04d02 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2014

  1. SVN_SILENT made messages (.desktop file)

    l10n daemon script committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    4bed059 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2014

  1. SVN_SILENT made messages (.desktop file)

    l10n daemon script committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    4a8ec71 View commit details
    Browse the repository at this point in the history
  2. Fix race condition and make vector dialog mode sticky

    It turns out that the ascii data source validator is
    not thread safe, so it needs to be protected with a
    mutex.
    This was discovered in the process of making the
    vector dialog mode sticky.
    netterfield committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    dc7bfef View commit details
    Browse the repository at this point in the history
  3. Handle temporary data sources

    Handle data sources which are temporarily typed into the
    data source selector, but which are not actually used.
    -Delete them when another source is selected
    -Delete them if the window is closed
    -Delete them if a non-dataobject is created instead.
    
    Additionally, when a data source is deleted, delete its slave
    primitives as well.
    netterfield committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    128a38e View commit details
    Browse the repository at this point in the history
  4. print debug info to console

    syntheticpp authored and netterfield committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    01f9e88 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2014

  1. Configuration menu
    Copy the full SHA
    e2e4994 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2014

  1. Configuration menu
    Copy the full SHA
    4d3911c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25eebcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02b67ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75757d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7163a33 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2014

  1. Fix compilation with strict iterators

    Setting -DQT_STRICT_ITERATORS allows catching unwanted detaching
    when using begin() on Qt container which isn't const.
    dfaure committed Jan 9, 2014
    Configuration menu
    Copy the full SHA
    f3eb1ee View commit details
    Browse the repository at this point in the history