CIA.vc
stippi
Real-time open source activity stats
Stats » Authors » stippi
informationsyndicateUTC clock
05:25 on Feb 11, 2012
event counters
The last message was received 2.27 months ago at 00:00 on Dec 05, 2011
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
3536 messages since the first one, 7.37 years ago, for an average of 18.26 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
21:13 on Dec 04, 2011haiku
Commit by stippi on master :: rhrev43406 haiku/: (link)
Fall back to running test_registrar from the same directory.

As a last fall-back, try to launch the test_registrar from the same
directory as run_test_registrar. This makes launching the app_server
test environment from a volume without Query support work.
#
13:51 on Dec 04, 2011haiku
Commit by stippi on master :: rhrev43401 haiku/: (link)
Replaced mention of "SVN" with "version control system".
#
21:57 on Oct 29, 2011OpenBeOS
Commit by stippi :: r42975 /haiku/trunk/src/apps/launchbox/ (6 files):
Place the button description window near the mouse and to
the side of the pad window that has enough room (preferring
right/bottom side of pad). The algorithm doesn't strictly
prevent the window to be placed outside of the screen in any
and all situations, but it should work pretty well in
practice.
#
18:26 on Oct 29, 2011OpenBeOS
Commit by stippi :: r42963 /haiku/trunk/src/apps/launchbox/support.cpp:
Some coding style fixes.
#
18:17 on Oct 29, 2011OpenBeOS
Commit by stippi :: r42961 /haiku/trunk/headers/os/drivers/ (ISA.h PCI.h):
Reverted r42958 as it is broken and I completely forgot to compile before
I commited... need to get back into the habbit, sorry for the noise.
#
18:04 on Oct 29, 2011OpenBeOS
Commit by stippi :: r42958 /haiku/trunk/headers/os/ (4 files in 2 dirs):
Applied slightly reworked and updated patch from ticket #1576
by "jarz" to rewrite the last remaining (?) headers in order
to get rid of the Be copyright. Thanks a lot and sorry for the
long delay.
#
22:05 on Sep 19, 2011OpenBeOS
Commit by stippi :: r42759 /haiku/trunk/src/apps/drivesetup/ (4 files):
Patch by "jwlh172": Added a text control to the partition
creation panel of DriveSetup, to enter the partition size
manually. Closes ticket #7991. Changes by myself: I've
refactored updating the text control from the size slider
and used that method also when the user somehow entered
invalid input into the text control (untested).
#
12:21 on Aug 26, 2011OpenBeOS
Commit by stippi :: r42690 /haiku/trunk/ (2 files in 2 dirs):
Patch by John Scipione: Added cbrt() function to the supported functions
and factrorial expression support. Closes ticket #7945, thanks a bunch!
#
13:00 on Jun 07, 2011OpenBeOS
Commit by stippi :: r42004 /haiku/trunk/ (3 files in 2 dirs):
Applied patch by Pete Goodeve from ticket #7182. It improves
keyboard navigation/tracking of BMenus and BMenuBars, although
many issues remain.
Should not yet go into alpha, since there is one issue which
I am not sure if it's not a regression. The issue is that
invoking a menu item with Enter for the first time seems to
have no effect, while invoking it subsequently works as
expected. I don't know, yet, if that's a regression of this patch.
In any case, it's better than before, thanks, Pete!
#
15:51 on Jun 03, 2011OpenBeOS
Commit by stippi :: r41881 /haiku/trunk/src/kits/interface/ (ControlLook.cpp Slider.cpp):
Applied patch by Pete Goodeve (with small coding style corrections)
which fixes vertical BSliders. (ticket #7548) Thanks a bunch!
+alpha
#
07:22 on May 20, 2011OpenBeOS
Commit by stippi :: r41602 /haiku/trunk/src/kits/interface/DecorInfo.cpp:
When cleaning up the patch, I accidentally removed some functionality
which I misunderstood. setdecor can now refer to decorators by their
short (i.e. file system) name as well.
#
15:29 on May 19, 2011OpenBeOS
Commit by stippi :: r41581 /haiku/trunk/ (32 files in 9 dirs):
Applied patch by Joseph "looncraz" Groover from ticket #7445.
This changes how Decorators are managed and applied. The app_server
no longer scans and maintains the available ones himself, but is
simply asked to load a Decorator add-on from a provided path.
The Decorator scanning is moved into DecorInfo and DecorInfoUtil,
private classes in the InterfaceKit. The bin command 'setdecor'
uses those.
I cleaned up all the coding style violations that I could find,
removed chunks of code which didn't make sense (if you never put
a NULL pointer into a list, you don't need to check for this and
so on) and also cleaned up other passages for improved clarity
and simplicity.
I also tested the functionality and it works fine. Would even be
Ok to include in Alpha 3, IMHO. Thanks for the patch!
#
21:54 on May 02, 2011OpenBeOS
Commit by stippi :: r41305 /haiku/trunk/data/artwork/GET HAIKU - download box 2:
Pixel aligned the arrow. Would be nice if someone uploaded this to the website and replaced the current download background
graphics with this.
#
19:21 on Apr 17, 2011OpenBeOS
Commit by stippi :: r41262 /haiku/trunk/src/apps/icon-o-matic/ (IconEditorApp.cpp MainWindow.cpp):
Implemented loading a new icon into the same window when that
window is empty.
#
19:20 on Apr 17, 2011OpenBeOS
Commit by stippi :: r41261 /haiku/trunk/src/apps/icon-o-matic/TODO:
Rotating path indices is implemented since some time...
#
22:53 on Apr 10, 2011OpenBeOS
Commit by stippi :: r41213 /haiku/trunk/src/apps/icon-o-matic/ (MainWindow.cpp MainWindow.h):
Update window title with file name when it is known.
#
22:32 on Apr 10, 2011OpenBeOS
Commit by stippi :: r41212 /haiku/trunk/src/apps/icon-o-matic/ (10 files in 3 dirs):

  • A whole buch of refactoring and other changes to make Icon-O-Matic a multi-document application. This is already more useful than before, but will be even more useful once it is possible to copy more types of objects to the system clipboard and paste them into other open icons.
  • Fixed wrong snapping menu item being marked when restoring settings that enable a different snapping mode from the default.
#
18:34 on Apr 08, 2011OpenBeOS
Commit by stippi :: r41206 /haiku/trunk/src/libs/icon/IconRenderer.cpp:
Don't prevent shapes from being rendered when the global
icon scale is larger than the maximum visibility scale of
4.0f. This just means you cannot prevent shapes from
rendering in icons rendered larger than 256x256.
visibility scale is 4.0
#
15:08 on Apr 08, 2011OpenBeOS
Commit by stippi :: r41202 /haiku/trunk/src/apps/showimage/ (4 files):
 * The window uses layout management in principle. This was necessary
   to get the main menu bar to report the correct minimum size. My
   previous commit with regards to setting the correct minimum window
   size introduced a regression that the window could not shrink below
   it's initial size because of some backwards compatibility behavior
   of BMenuBar (IIRC).
 * Inserted a content view to hold the tool bar and the show image
   views. This one does not use layout management, so that everything
   pretty much works as before.
 * Showing/Hiding the tool bar is now animated.
 * When the tool bar is enabled in principle, it will automatically
   show in full screen mode when the user moves the mouse. When the
   mouse is not above the tool bar, it is hidden after a delay.
 * Added a right-aligned "Leave full screen" icon to the tool bar.
 * Improved the workings of the slide show icon. As before, it automatically
   triggers full screen mode. It is now pressed when the slide show is
   running. Clicking it again just stops the slide show without affecting
   the full screen mode (i.e. also not when the user left full screen mode
   meanwhile).

There are some problems with images not being automatically sized to
the full screen size as would be expected. This needs to be fixed, yet.
#
15:00 on Apr 08, 2011OpenBeOS
Commit by stippi :: r41201 /haiku/trunk/src/apps/showimage/ (ToolBarIcons.cpp ToolBarIcons.h):
Added icon for leaving full screen mode.
#