History log of /haiku/src/apps/expander/Expander.rdef
Revision Date Author Comments
# 32086850 03-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add HPKG to Expander's supported types


# 560ff447 25-Mar-2011 Jonas Sundström <jonas@kirilla.com>

Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.

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


# 63d5fc93 23-Aug-2009 Jonas Sundström <jonas@kirilla.com>

Remove bitmap icons.

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


# 3fbb09f8 07-Jan-2007 Bruno G. Albuquerque <bga@bug-br.org.br>

- Cleaned up soeveral Copyright strings.
- Shuffled the resource app_flags entry as it somehow fixed corrupt version/description;icons for several files here. It seems this entry must be the last one before the icons.



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


# 2c3cd1b9 20-Nov-2006 Axel Dörfler <axeld@pinc-software.de>

Added unrar 3.6.7 to the repository. Most changes to the original versions done
by Ioan Molnar - thanks!
Looks like our mbstowcs() function is broken, BTW - it needs to be disabled when
used under Haiku.


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


# 088a3292 05-Nov-2006 Axel Dörfler <axeld@pinc-software.de>

Make use of the new vector_icon type in rc.


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


# d632afd3 03-Nov-2006 Stephan Aßmus <superstippi@gmx.de>

* new vector icons I created in the past months

for applications, I kept the R5 icon around and the
vector icon is only used when compiling for Haiku,
for the mimetypes, I removed the R5 icon, as I don't
think they are used outside the Haiku build

naturally, I'm open for comments



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


# 1f8b22ef 22-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Fixed some more application signatures and version info, and made them all consistent.


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


# 25649336 15-Feb-2006 Jérôme Duval <korli@users.berlios.de>

updated signature and headers


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


# d66aed04 14-Jan-2005 Jérôme Duval <korli@users.berlios.de>

change to B_MULTIPLE_LAUNCH


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


# 1592b084 17-Mar-2004 Jérôme Duval <korli@users.berlios.de>

Added bzip2 1.0.2. Expander has now built in rules and icons for it.


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


# 55a5a6bd 16-Mar-2004 Jérôme Duval <korli@users.berlios.de>

Initial checkin of the Expander replacement app.
Redone from scratch because we don't have Dan Lee's code.
Beta version. Testing is welcome.


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


# 32086850f743723b9d818d6d434bddb85f5d90f3 03-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Add HPKG to Expander's supported types


# 560ff4478d5c85455ea3e5ed5e392ef93132d545 25-Mar-2011 Jonas Sundström <jonas@kirilla.com>

Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.

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


# 63d5fc9366614706a8bc09d174ea60011772e91b 23-Aug-2009 Jonas Sundström <jonas@kirilla.com>

Remove bitmap icons.

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


# 3fbb09f87f88aa1515e68e16b35feffc056215a0 07-Jan-2007 Bruno G. Albuquerque <bga@bug-br.org.br>

- Cleaned up soeveral Copyright strings.
- Shuffled the resource app_flags entry as it somehow fixed corrupt version/description;icons for several files here. It seems this entry must be the last one before the icons.



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


# 2c3cd1b95d2caaf8ec89417b250b07f2601db791 20-Nov-2006 Axel Dörfler <axeld@pinc-software.de>

Added unrar 3.6.7 to the repository. Most changes to the original versions done
by Ioan Molnar - thanks!
Looks like our mbstowcs() function is broken, BTW - it needs to be disabled when
used under Haiku.


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


# 088a32925d8d7904bf1e5a6deed0046c8ccf0dc5 05-Nov-2006 Axel Dörfler <axeld@pinc-software.de>

Make use of the new vector_icon type in rc.


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


# d632afd30e35ecae79f50bdc6c8ba0c60d957542 03-Nov-2006 Stephan Aßmus <superstippi@gmx.de>

* new vector icons I created in the past months

for applications, I kept the R5 icon around and the
vector icon is only used when compiling for Haiku,
for the mimetypes, I removed the R5 icon, as I don't
think they are used outside the Haiku build

naturally, I'm open for comments



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


# 1f8b22ef227c0ee004bdfc60e5a753e48e716258 22-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Fixed some more application signatures and version info, and made them all consistent.


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


# 25649336e1f064e69190bfef16e57eaef99287f5 15-Feb-2006 Jérôme Duval <korli@users.berlios.de>

updated signature and headers


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


# d66aed044c9aa37bc09672f4d65166202a14be56 14-Jan-2005 Jérôme Duval <korli@users.berlios.de>

change to B_MULTIPLE_LAUNCH


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


# 1592b084a9e74deb81362588c50f9e53e1ee8e99 17-Mar-2004 Jérôme Duval <korli@users.berlios.de>

Added bzip2 1.0.2. Expander has now built in rules and icons for it.


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


# 55a5a6bdfa5537e5422bf6ef0b1800537f981066 16-Mar-2004 Jérôme Duval <korli@users.berlios.de>

Initial checkin of the Expander replacement app.
Redone from scratch because we don't have Dan Lee's code.
Beta version. Testing is welcome.


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