History log of /haiku/src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
Revision Date Author Comments
# 7457ccb4 13-Aug-2018 Augustin Cavalier <waddlesplash@gmail.com>

BMessageFormat: Rename to BStringFormat.

The ICU class is named MessageFormat, but on Haiku, it sounds too much
like something related to BMessage (which it isn't in the slightest)
and not part of the Locale system. It works almost entirely with BStrings,
so naming it BStringFormat makes much more sense.

OK'ed by PulkoMandy and Humdinger.


# 4b947a07 08-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

More BMessageFormat rework.

I'm stopping this now, I heard we want to leave those as GCI tasks.


# 546208a5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 329daa44 04-Apr-2011 Joachim Seemer <humdingerb@googlemail.com>

Changed a few strings as discussed on the i18n mailing list. Added localization of license descriptions in AboutSystem.

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


# fc86770b 25-Jun-2010 Wim van der Meer <wpjvandermeer@gmail.com>

Compiler warning fixes.

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


# 4eb0cbb0 07-May-2010 Matt Madia <mattmadia@gmail.com>

Updated TR_CONTEXT to be B_TRANSLATE_CONTEXT, relating to #5408.


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


# b842a5ef 06-May-2010 Matt Madia <mattmadia@gmail.com>

Updated add-ons/* to use B_TRANSLATE* macros. relates to #5408.
To note, I'm grepping for "TR_CONTEXT" to identify which files to update.


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


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

i18n, initial translation to Swedish

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


# 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


# 10e3075f 07-Oct-2009 Jonas Sundström <jonas@kirilla.com>

Use layout-friendly view constructors. Fixes drawing glitch.

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


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

Cleanup. Make window also look non-resizable, as in practice it's not, for now. This fixes part 2 of ticket #4265.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32456 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


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

Changing the layout code as suggested. Something's not right. White background not intended. Presenting zip output as a file count instead, to work around excessive window resizing.

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


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

Closer to preferred use of layout facilities. Fingers crossed.

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


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

Cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32351 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


# b2bb7643 28-Jul-2009 Jonas Sundström <jonas@kirilla.com>

Barberpole drawing glitches fixed. Disabled mode now too shows a barberpole - a gray one. Stop button disabled when done zipping.

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


# 8e8e662d 22-Aug-2006 Axel Dörfler <axeld@pinc-software.de>

Forgot to update include names as well...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18576 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


# 4b947a07d31f8823c24d5c40a3e023c5ccefae33 08-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

More BMessageFormat rework.

I'm stopping this now, I heard we want to leave those as GCI tasks.


# 546208a53940a26c6379c48a7854ade1a8250fc5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 329daa448d02cf0f291a45f61a2e16c1b87834ea 04-Apr-2011 Joachim Seemer <humdingerb@googlemail.com>

Changed a few strings as discussed on the i18n mailing list. Added localization of license descriptions in AboutSystem.

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


# fc86770ba90420ea2eadb768b6f397d9341a5700 25-Jun-2010 Wim van der Meer <wpjvandermeer@gmail.com>

Compiler warning fixes.

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


# 4eb0cbb044cf538f18c0d252934a5bcaa33bfd34 07-May-2010 Matt Madia <mattmadia@gmail.com>

Updated TR_CONTEXT to be B_TRANSLATE_CONTEXT, relating to #5408.


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


# b842a5efaf086876acd72982b5e0a22592d35fb5 06-May-2010 Matt Madia <mattmadia@gmail.com>

Updated add-ons/* to use B_TRANSLATE* macros. relates to #5408.
To note, I'm grepping for "TR_CONTEXT" to identify which files to update.


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


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

i18n, initial translation to Swedish

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34050 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


# 10e3075f26f13443c7a74e5d81430f30330feeeb 07-Oct-2009 Jonas Sundström <jonas@kirilla.com>

Use layout-friendly view constructors. Fixes drawing glitch.

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


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

Cleanup. Make window also look non-resizable, as in practice it's not, for now. This fixes part 2 of ticket #4265.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32456 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


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

Changing the layout code as suggested. Something's not right. White background not intended. Presenting zip output as a file count instead, to work around excessive window resizing.

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


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

Closer to preferred use of layout facilities. Fingers crossed.

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


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

Cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32351 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


# b2bb7643ee81c99260a792dc5db6d55e585c4a84 28-Jul-2009 Jonas Sundström <jonas@kirilla.com>

Barberpole drawing glitches fixed. Disabled mode now too shows a barberpole - a gray one. Stop button disabled when done zipping.

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


# 8e8e662d0a6ad8ec6d1cad9cd0f421db8e8cc869 22-Aug-2006 Axel Dörfler <axeld@pinc-software.de>

Forgot to update include names as well...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18576 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