<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/standalone/printerdrake, branch V9_1_38mdk</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'V9_1_38mdk'.</title>
<updated>2003-05-19T14:55:45+00:00</updated>
<author>
<name>Mystery Man</name>
<email>unknown@mandriva.org</email>
</author>
<published>2003-05-19T14:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7994644e1353db36673c5125ca86b3a6683110f5'/>
<id>7994644e1353db36673c5125ca86b3a6683110f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- clean up embedding; since socket automatically emit plug-added gtk+ signal</title>
<updated>2003-02-24T07:57:27+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2003-02-24T07:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=a0a8d69342566142e8c8c182e447e4b059d0d562'/>
<id>a0a8d69342566142e8c8c182e447e4b059d0d562</id>
<content type='text'>
  when plug is realize, it's just cleaner to centralize/consolidate the child
  embedding in mcc
  this of course, need a newer up-to-date mcc
  what's more, it allows to remove the somewhat mythical
  "$::isEmbedded and kill 'USR2', $::CCPID;"
- keyboarddrake, xfdrake, drakautoinst: goto cleaning btw

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  when plug is realize, it's just cleaner to centralize/consolidate the child
  embedding in mcc
  this of course, need a newer up-to-date mcc
  what's more, it allows to remove the somewhat mythical
  "$::isEmbedded and kill 'USR2', $::CCPID;"
- keyboarddrake, xfdrake, drakautoinst: goto cleaning btw

</pre>
</div>
</content>
</entry>
<entry>
<title>hide the icon when embedded to get more space</title>
<updated>2003-02-19T16:57:43+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2003-02-19T16:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f3b4f1950cacb61e56b583a6b3dc2ccf9909220d'/>
<id>f3b4f1950cacb61e56b583a6b3dc2ccf9909220d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix embedding and clean it up</title>
<updated>2003-02-19T15:53:35+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2003-02-19T15:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=faee102def3af597c6bcef3b9dc0a0b930188242'/>
<id>faee102def3af597c6bcef3b9dc0a0b930188242</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Restructured function "main()"</title>
<updated>2003-02-17T04:24:27+00:00</updated>
<author>
<name>Till Kamppeter</name>
<email>tkamppeter@mandriva.com</email>
</author>
<published>2003-02-17T04:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e8d2639e9fe4581f884906c80933501add00c3fb'/>
<id>e8d2639e9fe4581f884906c80933501add00c3fb</id>
<content type='text'>
- Made automatic queue setup being done during installation
- Support for unknown printers in auto-detection and in automatic queue
  setup
- Fixed determination of default printer
- Fixed printer help page display
- Fixed wait message in /usr/sbin/printerdrake

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Made automatic queue setup being done during installation
- Support for unknown printers in auto-detection and in automatic queue
  setup
- Fixed determination of default printer
- Fixed printer help page display
- Fixed wait message in /usr/sbin/printerdrake

</pre>
</div>
</content>
</entry>
<entry>
<title>- standalone.pm :</title>
<updated>2002-11-18T08:05:41+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2002-11-18T08:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0f881eacc9dd3d36486097322c189d0737b56154'/>
<id>0f881eacc9dd3d36486097322c189d0737b56154</id>
<content type='text'>
  o make it be 'use strict' aware
  o factorize options managment in one place
- standalone tools :
  o they all now support -h|--help -v|--version, ...
  o they can add their own options to %standalone::usages
- harddrake : use std --testing/$::testing rather than its own
  --test option

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  o make it be 'use strict' aware
  o factorize options managment in one place
- standalone tools :
  o they all now support -h|--help -v|--version, ...
  o they can add their own options to %standalone::usages
- harddrake : use std --testing/$::testing rather than its own
  --test option

</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright years</title>
<updated>2002-11-18T07:30:07+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2002-11-18T07:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7f7d2c8b9facf43f657214501cfe0aef8a3a5481'/>
<id>7f7d2c8b9facf43f657214501cfe0aef8a3a5481</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>printer related modules cleaning :</title>
<updated>2002-11-12T12:05:40+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2002-11-12T12:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=046406ab6b13659f4be843d3d2d5639efaf425fe'/>
<id>046406ab6b13659f4be843d3d2d5639efaf425fe</id>
<content type='text'>
- create the printer/ hierarchy

- split services related stuff into services.pm &amp; printer::services,

- move things that've nothing to do with printers into common.pm
  (alternatives, permissions, ...)

- move eveything related to cups, gimp-print, detection,
  {star,open}office to the corresponding splited printer:: module

- big consolidation of printer::office (it was obvious there were tons
  of duplication between staroffice and openoffice managment)

- move other stuff into printer::main, printer::common,

status : print.pm has been heavily splited (now one can begin to
understand the little bits).
printerdrake still needs to be splited/cleaned and eventually removed
since printer/printerdrake modules separation is not understandable by
other people

till, in printer::gimp, $lprcommand is neither declared nor setted
nowhere.  idem in mdk9.0 ...

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- create the printer/ hierarchy

- split services related stuff into services.pm &amp; printer::services,

- move things that've nothing to do with printers into common.pm
  (alternatives, permissions, ...)

- move eveything related to cups, gimp-print, detection,
  {star,open}office to the corresponding splited printer:: module

- big consolidation of printer::office (it was obvious there were tons
  of duplication between staroffice and openoffice managment)

- move other stuff into printer::main, printer::common,

status : print.pm has been heavily splited (now one can begin to
understand the little bits).
printerdrake still needs to be splited/cleaned and eventually removed
since printer/printerdrake modules separation is not understandable by
other people

till, in printer::gimp, $lprcommand is neither declared nor setted
nowhere.  idem in mdk9.0 ...

</pre>
</div>
</content>
</entry>
<entry>
<title>ensure "common" is imported to have N()</title>
<updated>2002-11-10T22:46:28+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-11-10T22:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=6780926e3315c989d61044e4c71e3fee4ad73a2f'/>
<id>6780926e3315c989d61044e4c71e3fee4ad73a2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace "_" with "N" and "__" with "N_"</title>
<updated>2002-11-06T13:20:21+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-11-06T13:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=9091151d546e5d749b47e2efce3ff651784fcc8c'/>
<id>9091151d546e5d749b47e2efce3ff651784fcc8c</id>
<content type='text'>
rationale:

- currently, we use _("xxx") as a shorthand for gettext("xxx"). It
also used to call xgettext with --keyword=_

- alas, function &amp;_ is global and not by package (notice esp. that _
is not exported in common.pm)

- this lead to big ugly pb with packages defining their own &amp;_,
overriding common.pm's &amp;_

- a fix is to set @::textdomains to add a new domain (the default
being "libDrakX")

but relying on the global "_" is still dangerous!

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rationale:

- currently, we use _("xxx") as a shorthand for gettext("xxx"). It
also used to call xgettext with --keyword=_

- alas, function &amp;_ is global and not by package (notice esp. that _
is not exported in common.pm)

- this lead to big ugly pb with packages defining their own &amp;_,
overriding common.pm's &amp;_

- a fix is to set @::textdomains to add a new domain (the default
being "libDrakX")

but relying on the global "_" is still dangerous!

</pre>
</div>
</content>
</entry>
</feed>
