History log of /haiku/src/add-ons/tracker/zipomatic/ZipOMaticWindow.h
Revision Date Author Comments
# 714236b8 14-Nov-2009 Jonas Sundström <jonas@kirilla.com>

Work in progress: Tiling window placement, screen-center-preferring with semi-fixed slots. Not sure I like it. (It looks nice as long as the windows stay equally sized, which they don't.) Settings weren't used anymore, and could be removed. Clean-ups. Changed archive creation to not update an existing archive, but instead create a new archive with a slightly altered filename along-side the existing file. Lock added to safe-guard pipe redirection. A window's Stop/Continue alert now shows the name of the archive in making. I added some code to show and select the archive in Tracker, post-creation, but it does not work reliably, so I've disabled it for now.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34044 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 655f15bd 16-Aug-2009 Jonas Sundström <jonas@kirilla.com>

* Clean up * Inserted window-covering view in layout hierarchy. (I removed SetLayout(). Is everything as it should be now?) * Moved creation and resizing of bitmap around and added some temporary printfs trying to figure out the drawing glitch to the right of the barberpole. The view has its view color set to B_TRANSPARENT_COLOR, but that should not affect the area to the right, outside of it. This might be unrelated, but for some reason the activity view fails to keep its barberpole bitmap bounds in sync with the view bounds. The bitmap gets created to match view bounds in AllAttached(), gets recreated by FrameResized() and yet in Draw() it does not always match the view's bounds.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32438 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4dc60882 14-Aug-2009 Jonas Sundström <jonas@kirilla.com>

Make fileCount a data member and reset it between zip runs. Trim double space in output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32391 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f99cf572 13-Aug-2009 Jonas Sundström <jonas@kirilla.com>

Using the new layout facilities the window resizes madly while zipping. Fun fun fun. Advice welcome.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32331 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2680698b 03-Aug-2009 Jonas Sundström <jonas@kirilla.com>

Have the application do a single BAlert on a BApplication::QuitRequested()-event in multi-window situations. Move reading/writing of settings from window to application. Cascade-offset the most recent window when they collide.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32092 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6e645865 29-Jul-2009 Jonas Sundström <jonas@kirilla.com>

Clean-up

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31935 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3b41fbe4 19-Dec-2005 Jérôme Duval <korli@users.berlios.de>

replaced #include <> with #include "" to fit the build system


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15599 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 926f5ddf 15-Aug-2003 shatty <shatty@nowhere.fake>

version 1.0 of Jonas Sundstrom's ZipOMatic app/add-on


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4282 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 714236b8025ce5330711cd2a3d32b50d97ac5cef 14-Nov-2009 Jonas Sundström <jonas@kirilla.com>

Work in progress: Tiling window placement, screen-center-preferring with semi-fixed slots. Not sure I like it. (It looks nice as long as the windows stay equally sized, which they don't.) Settings weren't used anymore, and could be removed. Clean-ups. Changed archive creation to not update an existing archive, but instead create a new archive with a slightly altered filename along-side the existing file. Lock added to safe-guard pipe redirection. A window's Stop/Continue alert now shows the name of the archive in making. I added some code to show and select the archive in Tracker, post-creation, but it does not work reliably, so I've disabled it for now.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34044 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 655f15bdd2b7b76b0e15b0b3c6c1ada8f355f437 16-Aug-2009 Jonas Sundström <jonas@kirilla.com>

* Clean up * Inserted window-covering view in layout hierarchy. (I removed SetLayout(). Is everything as it should be now?) * Moved creation and resizing of bitmap around and added some temporary printfs trying to figure out the drawing glitch to the right of the barberpole. The view has its view color set to B_TRANSPARENT_COLOR, but that should not affect the area to the right, outside of it. This might be unrelated, but for some reason the activity view fails to keep its barberpole bitmap bounds in sync with the view bounds. The bitmap gets created to match view bounds in AllAttached(), gets recreated by FrameResized() and yet in Draw() it does not always match the view's bounds.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32438 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4dc6088201fe212c20c2ebd1650e28008d2080ea 14-Aug-2009 Jonas Sundström <jonas@kirilla.com>

Make fileCount a data member and reset it between zip runs. Trim double space in output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32391 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f99cf5726bdf16a249ddf90fdeb8feef6c36ce20 13-Aug-2009 Jonas Sundström <jonas@kirilla.com>

Using the new layout facilities the window resizes madly while zipping. Fun fun fun. Advice welcome.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32331 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2680698b6dd6a8fc43dc51f5e9fb94d61b53a651 03-Aug-2009 Jonas Sundström <jonas@kirilla.com>

Have the application do a single BAlert on a BApplication::QuitRequested()-event in multi-window situations. Move reading/writing of settings from window to application. Cascade-offset the most recent window when they collide.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32092 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6e645865304e06c60123df84c048753a2c35ee17 29-Jul-2009 Jonas Sundström <jonas@kirilla.com>

Clean-up

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31935 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3b41fbe463d75be2ccfaded383460d5a2ca0a5e0 19-Dec-2005 Jérôme Duval <korli@users.berlios.de>

replaced #include <> with #include "" to fit the build system


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15599 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 926f5ddfbee702ef829083dae06d0e3dc40744c2 15-Aug-2003 shatty <shatty@nowhere.fake>

version 1.0 of Jonas Sundstrom's ZipOMatic app/add-on


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4282 a95241bf-73f2-0310-859d-f6bbb57e9c96