CIA.vc
vollerthun
Real-time open source activity stats
Stats » Authors » vollerthun
informationsyndicateUTC clock
01:32 on May 27, 2012
event counters
The last message was received 3.21 years ago at 07:48 on Mar 11, 2009
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
51 messages since the first one, 4.03 years ago, for an average of 0.96 months between messages
recent messages
dateReversed sort columnprojectcontentlink
07:48 on Mar 11, 2009KDE
Commit by vollerthun :: r938055 nonogram/trunk/ (20 files in 6 dirs):

  • Improve Solver
  • be less terrible with includes
  • some method refactors
#
13:40 on Feb 28, 2009KDE
Commit by vollerthun :: r933249 nonogram/trunk/playground/games/nonogram/src/ (10 files in 3 dirs):

  • New Feature: beginning a solver
  • Bugfix: reset last_played_game if changing package, which resulted in a crash when switching to a package with less games
#
12:44 on Feb 26, 2009KDE
Commit by vollerthun :: r932353 nonogram/trunk/playground/games/nonogram/src/ (4 files in 2 dirs):
Still experimenting with threaded loading - to no avail.
After loading in another thread, the package's information is extracted correctly, but doesn't react to signals.
#
10:45 on Feb 26, 2009KDE
Commit by vollerthun :: r932244 nonogram/trunk/playground/games/nonogram/ (13 files in 4 dirs):
Prepared everything for threaded loading on startup.
Currently, if loading in another thread, the data-objects don't seem to react to gui-signals even though it's connected, so it's disabled as of yet.
#
08:33 on Feb 25, 2009KDE
Commit by vollerthun :: r931343 nonogram/trunk/playground/games/nonogram/ (18 files in 7 dirs):

  • Bugfix: don't immediately autoselect colors but wait a second or two. This prevents colorswitches when moving the pointer to/from the colorselection.
  • Change: Load all packages on startup. So all package information (name, description) is available when they're added to the combo. This way, there's no need to build a descriptive name from the filename but the name from the package is used. This makes the startup a tad slower, so maybe I'll add a threaded loading to this.
  • Bugfix: Wrong xml in one game package.
  • New Feature: remember last used package/game and load it on start
#
17:41 on Feb 22, 2009KDE
Commit by vollerthun :: r930110 nonogram/trunk/playground/games/nonogram/src/gui/grid_center.cpp:
Keep doing the same for all buttons
#
16:11 on Feb 22, 2009KDE
Commit by vollerthun :: r930058 nonogram/trunk/playground/games/nonogram/ (4 files in 4 dirs):

  • Get the keybindings menu entry back
  • change the "Next Color" key from alt-c to c.
#
10:50 on Feb 22, 2009KDE
Commit by vollerthun :: r929824 nonogram/trunk/playground/games/nonogram/ (32 files in 8 dirs):

  • New Feature: Automagically select color in multicolor games, if only one is possible.
  • New Feature: Configuration GUI (finally:) for colors and the feature above
  • Fix Import of normal image-files
  • Fix exagerated logging on game-start
#
11:53 on Feb 21, 2009KDE
Commit by vollerthun :: r929391 nonogram/trunk/playground/games/nonogram/ (8 files in 3 dirs):

  • new feature: autoselect color, if current row and column have only one color available. This is configurable (no gui).
  • Bugfix: don't paint leftest and lowest border as selected if the row _before_ the last one is selected
#
08:06 on Feb 21, 2009KDE
Commit by vollerthun :: r929346 nonogram/trunk/playground/games/nonogram/src/ (12 files in 3 dirs):
Use kconfig for all colors.
No GUI for configuration yet, but changes in config file are applied (after restart).
#
20:21 on Feb 17, 2009KDE
Commit by vollerthun :: r927536 nonogram/trunk/playground/games/nonogram/src/ (3 files in 2 dirs):
fix broken build
#
01:30 on Feb 17, 2009KDE
Commit by vollerthun :: r927018 nonogram/trunk/playground/games/nonogram/ (8 files in 2 dirs):

  • New feature: add keyboard controls for previous and next package as well as color toggle if more than one color is available.
#
19:39 on Feb 16, 2009KDE
Commit by vollerthun :: r926973 nonogram/trunk/playground/games/nonogram/CMakeLists.txt:
Enable building without playground/games
#
11:38 on Feb 15, 2009KDE
Commit by vollerthun :: r926409 nonogram/trunk/playground/games/nonogram/ (11 files in 4 dirs):

  • New Feature: keep doing "the same" on moving mouse with pressed button (selection for dummies :)
  • Refactor: adjust constructor that wasn't used properly anyway.
#
10:24 on Feb 15, 2009KDE
Commit by vollerthun :: r926389 nonogram/trunk/playground/games/nonogram/src/gui/originalsize_picture.cpp:
Make preview a tad larger. Of course that makes it more pixely, but at least you can see _something_
#
10:19 on Feb 15, 2009KDE
Commit by vollerthun :: r926388 nonogram/trunk/playground/games/nonogram/src/gui/ (7 files):

  • New Feature: highlight current row and column
  • Refactoring: now using even more slots and signals!
#
16:58 on Feb 13, 2009KDE
Commit by vollerthun :: r925618 nonogram/trunk/playground/games/nonogram/src/ (5 files in 2 dirs):

  • The package selector should not display technical string. For the time being, extract something less ugly from the technical string.
  • the "button"-rectangles around the numbers are really ugly - we're better off without them
#
15:39 on Feb 13, 2009KDE
Commit by vollerthun :: r925588 nonogram/trunk/playground/games/nonogram/src/gui/grid_center.cpp:
Fix crash when clicking just outside the grid
#
15:34 on Feb 13, 2009KDE
Commit by vollerthun :: r925587 nonogram/trunk/playground/games/nonogram/src/ (ds/data.cpp gui/grid.cpp):
Fix crash when reloading game (F5)
#
15:23 on Feb 13, 2009KDE
Commit by vollerthun :: r925580 nonogram/trunk/playground/games/nonogram/ (4 files in 3 dirs):
Disconnect data from Gui-Signals when changing games or else all data-objects that were ever connected before (all opened games) receive click-signals.
So after changing the current game a few times led to the gui (grid_center) being trailed by a flock of data-objects.
Each of which tries to react to the click-signals from the gui.
Since not all data-objects have the same column and row count, some of this herd crash.
#