From d55448b2d3114e0fc4775f437a3f1a8cf86c488b Mon Sep 17 00:00:00 2001 From: Davide Andreoli Date: Sat, 6 Dec 2008 18:51:04 +0000 Subject: [PATCH] Places module in SVN SVN revision: 37964 --- AUTHORS | 1 + COPYING | 674 ++++++++++++++++++++++ COPYING.LESSER | 165 ++++++ ChangeLog | 0 INSTALL | 237 ++++++++ Makefile.am | 38 ++ NEWS | 0 README | 2 + autogen.sh | 17 + configure.ac | 65 +++ e-module-places.edc | 458 +++++++++++++++ fonts/Vera.ttf | Bin 0 -> 65932 bytes fonts/VeraBd.ttf | Bin 0 -> 58716 bytes images/eject.png | Bin 0 -> 1083 bytes images/eject_bg.png | Bin 0 -> 390 bytes images/gnome-dev-cdrom-audio.png | Bin 0 -> 4748 bytes images/gnome-dev-media-cf.png | Bin 0 -> 2792 bytes images/gnome-dev-media-sm.png | Bin 0 -> 3319 bytes images/icon_cdrom.png | Bin 0 -> 4589 bytes images/icon_dvd.png | Bin 0 -> 3582 bytes images/icon_ext3.png | Bin 0 -> 5725 bytes images/icon_hdd.png | Bin 0 -> 5096 bytes images/icon_hfs.png | Bin 0 -> 5811 bytes images/icon_ipod.png | Bin 0 -> 3075 bytes images/icon_ms.png | Bin 0 -> 2436 bytes images/icon_sdmmc.png | Bin 0 -> 2782 bytes images/icon_vfat.png | Bin 0 -> 6186 bytes m4/.cvsignore | 28 + m4/ac_attribute.m4 | 14 + module.desktop.in | 9 + po/LINGUAS | 1 + po/Makefile.in.in | 366 ++++++++++++ po/Makevars | 41 ++ po/Makevars.template | 41 ++ po/POTFILES.in | 4 + po/Rules-quot | 47 ++ po/boldquot.sed | 10 + po/en@boldquot.header | 25 + po/en@quot.header | 22 + po/insert-header.sin | 23 + po/it.po | 88 +++ po/places.pot | 90 +++ po/quot.sed | 6 + po/remove-potcdate.sin | 19 + src/Makefile.am | 21 + src/e_mod_config.c | 130 +++++ src/e_mod_main.c | 525 +++++++++++++++++ src/e_mod_main.h | 91 +++ src/e_mod_places.c | 942 +++++++++++++++++++++++++++++++ src/e_mod_places.h | 58 ++ 50 files changed, 4258 insertions(+) create mode 100644 AUTHORS create mode 100644 COPYING create mode 100644 COPYING.LESSER create mode 100644 ChangeLog create mode 100644 INSTALL create mode 100644 Makefile.am create mode 100644 NEWS create mode 100644 README create mode 100755 autogen.sh create mode 100644 configure.ac create mode 100644 e-module-places.edc create mode 100644 fonts/Vera.ttf create mode 100644 fonts/VeraBd.ttf create mode 100644 images/eject.png create mode 100644 images/eject_bg.png create mode 100644 images/gnome-dev-cdrom-audio.png create mode 100644 images/gnome-dev-media-cf.png create mode 100644 images/gnome-dev-media-sm.png create mode 100644 images/icon_cdrom.png create mode 100644 images/icon_dvd.png create mode 100644 images/icon_ext3.png create mode 100644 images/icon_hdd.png create mode 100644 images/icon_hfs.png create mode 100644 images/icon_ipod.png create mode 100644 images/icon_ms.png create mode 100644 images/icon_sdmmc.png create mode 100644 images/icon_vfat.png create mode 100644 m4/.cvsignore create mode 100644 m4/ac_attribute.m4 create mode 100644 module.desktop.in create mode 100644 po/LINGUAS create mode 100644 po/Makefile.in.in create mode 100644 po/Makevars create mode 100644 po/Makevars.template create mode 100644 po/POTFILES.in create mode 100644 po/Rules-quot create mode 100644 po/boldquot.sed create mode 100644 po/en@boldquot.header create mode 100644 po/en@quot.header create mode 100644 po/insert-header.sin create mode 100644 po/it.po create mode 100644 po/places.pot create mode 100644 po/quot.sed create mode 100644 po/remove-potcdate.sin create mode 100644 src/Makefile.am create mode 100644 src/e_mod_config.c create mode 100644 src/e_mod_main.c create mode 100644 src/e_mod_main.h create mode 100644 src/e_mod_places.c create mode 100644 src/e_mod_places.h diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..d29f669 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Dave Andreoli diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/COPYING.LESSER b/COPYING.LESSER new file mode 100644 index 0000000..1604322 --- /dev/null +++ b/COPYING.LESSER @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..e69de29 diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..d3c5b40 --- /dev/null +++ b/INSTALL @@ -0,0 +1,237 @@ +Installation Instructions +************************* + +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, +2006, 2007 Free Software Foundation, Inc. + +This file is free documentation; the Free Software Foundation gives +unlimited permission to copy, distribute and modify it. + +Basic Installation +================== + +Briefly, the shell commands `./configure; make; make install' should +configure, build, and install this package. The following +more-detailed instructions are generic; see the `README' file for +instructions specific to this package. + + The `configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile' in each directory of the package. +It may also create one or more `.h' files containing system-dependent +definitions. Finally, it creates a shell script `config.status' that +you can run in the future to recreate the current configuration, and a +file `config.log' containing compiler output (useful mainly for +debugging `configure'). + + It can also use an optional file (typically called `config.cache' +and enabled with `--cache-file=config.cache' or simply `-C') that saves +the results of its tests to speed up reconfiguring. Caching is +disabled by default to prevent problems with accidental use of stale +cache files. + + If you need to do unusual things to compile the package, please try +to figure out how `configure' could check whether to do them, and mail +diffs or instructions to the address given in the `README' so they can +be considered for the next release. If you are using the cache, and at +some point `config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file `configure.ac' (or `configure.in') is used to create +`configure' by a program called `autoconf'. You need `configure.ac' if +you want to change it or regenerate `configure' using a newer version +of `autoconf'. + +The simplest way to compile this package is: + + 1. `cd' to the directory containing the package's source code and type + `./configure' to configure the package for your system. + + Running `configure' might take a while. While running, it prints + some messages telling which features it is checking for. + + 2. Type `make' to compile the package. + + 3. Optionally, type `make check' to run any self-tests that come with + the package. + + 4. Type `make install' to install the programs and any data files and + documentation. + + 5. You can remove the program binaries and object files from the + source code directory by typing `make clean'. To also remove the + files that `configure' created (so you can compile the package for + a different kind of computer), type `make distclean'. There is + also a `make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + + 6. Often, you can also type `make uninstall' to remove the installed + files again. + +Compilers and Options +===================== + +Some systems require unusual options for compilation or linking that the +`configure' script does not know about. Run `./configure --help' for +details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here +is an example: + + ./configure CC=c99 CFLAGS=-g LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + +You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you can use GNU `make'. `cd' to the +directory where you want the object files and executables to go and run +the `configure' script. `configure' automatically checks for the +source code in the directory that `configure' is in and in `..'. + + With a non-GNU `make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use `make distclean' before +reconfiguring for another architecture. + +Installation Names +================== + +By default, `make install' installs the package's commands under +`/usr/local/bin', include files under `/usr/local/include', etc. You +can specify an installation prefix other than `/usr/local' by giving +`configure' the option `--prefix=PREFIX'. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +pass the option `--exec-prefix=PREFIX' to `configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like `--bindir=DIR' to specify different values for particular +kinds of files. Run `configure --help' for a list of the directories +you can set and what kinds of files go in them. + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure' the +option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. + +Optional Features +================= + +Some packages pay attention to `--enable-FEATURE' options to +`configure', where FEATURE indicates an optional part of the package. +They may also pay attention to `--with-PACKAGE' options, where PACKAGE +is something like `gnu-as' or `x' (for the X Window System). The +`README' should mention any `--enable-' and `--with-' options that the +package recognizes. + + For packages that use the X Window System, `configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the `configure' options `--x-includes=DIR' and +`--x-libraries=DIR' to specify their locations. + +Specifying the System Type +========================== + +There may be some features `configure' cannot figure out automatically, +but needs to determine by the type of machine the package will run on. +Usually, assuming the package is built to be run on the _same_ +architectures, `configure' can figure that out, but if it prints a +message saying it cannot guess the machine type, give it the +`--build=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS KERNEL-OS + + See the file `config.sub' for the possible values of each field. If +`config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the option `--target=TYPE' to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with `--host=TYPE'. + +Sharing Defaults +================ + +If you want to set default values for `configure' scripts to share, you +can create a site shell script called `config.site' that gives default +values for variables like `CC', `cache_file', and `prefix'. +`configure' looks for `PREFIX/share/config.site' if it exists, then +`PREFIX/etc/config.site' if it exists. Or, you can set the +`CONFIG_SITE' environment variable to the location of the site script. +A warning: not all `configure' scripts look for a site script. + +Defining Variables +================== + +Variables not defined in a site shell script can be set in the +environment passed to `configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the `configure' command line, using `VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +causes the specified `gcc' to be used as the C compiler (unless it is +overridden in the site shell script). + +Unfortunately, this technique does not work for `CONFIG_SHELL' due to +an Autoconf bug. Until the bug is fixed you can use this workaround: + + CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash + +`configure' Invocation +====================== + +`configure' recognizes the following options to control how it operates. + +`--help' +`-h' + Print a summary of the options to `configure', and exit. + +`--version' +`-V' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally `config.cache'. FILE defaults to `/dev/null' to + disable caching. + +`--config-cache' +`-C' + Alias for `--cache-file=config.cache'. + +`--quiet' +`--silent' +`-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to `/dev/null' (any error + messages will still be shown). + +`--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + `configure' can determine that directory automatically. + +`configure' also accepts some other, not widely useful, options. Run +`configure --help' for more details. + diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..f4cb0b6 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,38 @@ +MAINTAINERCLEANFILES = Makefile.in aclocal.m4 ABOUT-NLS config.h.in \ + config.guess config.rpath config.sub configure depcomp install-sh \ + ltmain.sh missing module.desktop mkinstalldirs config.h.in + +SUBDIRS = src po + +EDJE_FLAGS = -v \ + -id $(top_srcdir)/images \ + -fd $(top_srcdir)/fonts + +# data files for the module +filesdir = $(datadir) + +files_DATA = module.desktop \ + e-module-places.edj + +EXTRA_DIST = $(files_DATA) \ + images/eject.png \ + images/eject_bg.png \ + images/icon_cdrom.png \ + images/icon_dvd.png \ + images/icon_ext3.png \ + images/icon_hdd.png \ + images/icon_hfs.png \ + images/icon_ipod.png \ + images/icon_ms.png \ + images/icon_sdmmc.png \ + images/icon_vfat.png \ + fonts/VeraBd.ttf \ + fonts/Vera.ttf + +%.edj: %.edc + $(EDJE_CC) $(EDJE_FLAGS) $< $@ + +clean-local: + rm -rf e-module-places.edj module.desktop *~ +uninstall: + rm -rf $(DESTDIR)$(datadir) diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e69de29 diff --git a/README b/README new file mode 100644 index 0000000..50e269f --- /dev/null +++ b/README @@ -0,0 +1,2 @@ +Places module +This module manage the volumes device attached to the system. diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..ae01364 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +rm -rf autom4te.cache +rm -f aclocal.m4 ltmain.sh + +touch README + +echo "Running autopoint..." ; autopoint -f || : +echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1 +echo "Running autoheader..." ; autoheader || exit 1 +echo "Running autoconf..." ; autoconf || exit 1 +echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 +echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 + +if [ -z "$NOCONFIGURE" ]; then + ./configure "$@" +fi diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..9758f94 --- /dev/null +++ b/configure.ac @@ -0,0 +1,65 @@ +dnl Process this file with autoconf to produce a configure script. + +# get rid of that stupid cache mechanism +rm -f config.cache + +AC_INIT(places, 0.1.0, dave@gurumeditation.it) +AC_PREREQ(2.52) +AC_CONFIG_SRCDIR(configure.ac) +AC_CANONICAL_BUILD +AC_CANONICAL_HOST +AC_ISC_POSIX + +AM_INIT_AUTOMAKE(1.8) +AM_CONFIG_HEADER(config.h) + +AC_PROG_CC +AM_PROG_CC_STDC +AC_HEADER_STDC +AC_C_CONST +AC_C___ATTRIBUTE__ + +define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl +define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl +AC_PROG_LIBTOOL + +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION(0.14) + +MODULE_ARCH="$host_os-$host_cpu" +AC_SUBST(MODULE_ARCH) +AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture") + +# Find edje_cc +PKG_CHECK_MODULES(EDJE, [edje >= 0.5.0]) +AC_ARG_WITH(edje-cc, + AC_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to edje_cc]), + [ + v=$withval; + EDJE_CC=$v + ],[ + EDJE_CC=$(pkg-config --variable=prefix edje)/bin/edje_cc + ] +) +AC_SUBST(EDJE_CC) +AC_MSG_CHECKING([Which edje_cc to use]) +AC_MSG_RESULT(${EDJE_CC}) + +PKG_CHECK_MODULES(E, [enlightenment]) +PKG_CHECK_MODULES(E_DBUS, edbus) +PKG_CHECK_MODULES(E_HAL, ehal) + +datadir=$(pkg-config --variable=modules enlightenment)/${PACKAGE} + +AC_ARG_ENABLE(homedir-install, + AS_HELP_STRING([--enable-homedir-install], [Install module in homedir]), + [ datadir="${HOME}/.e/e/modules/${PACKAGE}" ] +) + +AC_OUTPUT([ +Makefile +src/Makefile +po/Makefile.in +module.desktop +], [ +]) diff --git a/e-module-places.edc b/e-module-places.edc new file mode 100644 index 0000000..c089450 --- /dev/null +++ b/e-module-places.edc @@ -0,0 +1,458 @@ +fonts +{ + font: "VeraBd.ttf" "VeraBd"; + font: "Vera.ttf" "Vera"; +} + +images +{ + image: "eject.png" COMP; + image: "eject_bg.png" COMP; + image: "icon_hdd.png" COMP; + image: "icon_cdrom.png" COMP; + image: "icon_dvd.png" COMP; + image: "icon_ipod.png" COMP; + image: "icon_sdmmc.png" COMP; + image: "icon_ms.png" COMP; + image: "icon_ext3.png" COMP; + image: "icon_vfat.png" COMP; + image: "icon_hfs.png" COMP; +} + +#define ICONS(_name) \ + group { \ + name: "modules/places/icon/"_name; \ + parts { \ + part { \ + name: "image"; \ + mouse_events: 0; \ + type: IMAGE; \ + description { \ + state: "default" 0.0; \ + image.normal: "icon_"_name".png"; \ + } \ + } \ + } \ + } + +collections +{ +/****************************************************/ +/** MODULE ICON ***********************************/ +/****************************************************/ + group { name: "icon"; + max: 24 24; + parts { + part { name: "image"; + mouse_events: 0; + type: IMAGE; + description { state: "default" 0.0; + image.normal: "icon_hdd.png"; + } + } + } + } +/****************************************************/ +/** VOLUMES ICON **********************************/ +/****************************************************/ + group { name: "modules/places/icon/generic"; + parts { + part { name: "image"; + mouse_events: 0; + type: IMAGE; + description { state: "default" 0.0; + image.normal: "icon_hdd.png"; + } + } + } + } + ICONS("cdrom"); + ICONS("dvd"); + ICONS("ipod"); + ICONS("sdmmc"); + ICONS("ext3"); + ICONS("hfs"); + ICONS("vfat"); + ICONS("ms"); +/****************************************************/ +/** GADGET HEADER *********************************/ +/****************************************************/ + group { name: "modules/places/header"; + min: 90 30; + max: 384 30; + parts { + part { name: "bg"; + type: RECT; + description { state: "default" 0.0; + color: 100 100 100 150; + } + } + part { name: "title"; + type: TEXT; + effect: GLOW; + description { state: "default" 0.0; + color: 0 0 0 255; + color2: 255 255 255 255; + color3: 255 255 255 255; + text { + font: "VeraBd"; + size: 14; + text: "P l a c e s"; + } + } + } + } + } +/****************************************************/ +/** GADGET VOLUME *********************************/ +/****************************************************/ + group { name: "modules/places/main"; + min: 90 50; + max: 384 60; + script { /* this set the gauge value */ + public message(Msg_Type:type, id, ...) { + if ((type == MSG_FLOAT) && (id == 1)) { + new Float:val; + val = getfarg(2); + set_state(PART:"gauge", "default", val); + } + } + } + parts { + part { name: "bg"; + mouse_events: 0; + type: RECT; + description { state: "default" 0.0; + color: 0 0 0 0; + } + } + part { name: "separator"; + mouse_events: 0; + type: RECT; + description { state: "default" 0.0; + rel1.relative: 0.0 1.0; + rel2.relative: 1.0 1.0; + rel1.offset: 0 -1; + color: 0 0 0 255; + } + } + part { name: "event"; + mouse_events: 1; + type: RECT; + description { state: "default" 0.0; + color: 0 0 0 0; + } + } + part { name: "icon_events"; + mouse_events: 1; + type: RECT; + description { state: "default" 0.0; + rel1.relative: 0.0 0.0; + rel2.relative: 0.0 0.0; + rel1.offset: 0 0; + rel2.offset: 45 45; + color: 255 0 0 0; + } + } + part { name: "icon"; + mouse_events: 0; + type: SWALLOW; + description { state: "default" 0.0; + rel1.relative: 0 0; + rel2.relative: 0 0; + rel1.offset: 5 5; + rel2.offset: 45 45; + } + } + part { name: "icon_ghost_clip"; + mouse_events: 0; + type: RECT; + description { state: "default" 0.0; + rel1.relative: 0 0; + rel2.relative: 0 0; + rel1.offset: -10 -10; + rel2.offset: 60 60; + color: 255 255 255 200; + } + description { state: "big" 0.0; + inherit: "default" 0.0; + color: 255 255 255 0; + } + } + part { name: "icon_ghost"; + mouse_events: 0; + type: SWALLOW; + clip_to: "icon_ghost_clip"; + description { state: "default" 0.0; + rel1.relative: 0 0; + rel2.relative: 0 0; + rel1.offset: 5 5; + rel2.offset: 45 45; + } + description { state: "big" 0.0; + rel1.relative: 0 0; + rel2.relative: 0 0; + rel1.offset: -10 -10; + rel2.offset: 60 60; + } + } + part { name: "gauge_bg"; + mouse_events: 0; + type: RECT; + description { state: "default" 0.0; + rel1.to: "volume_label"; + rel1.relative: 0.0 1.0; + rel2.to_x: "eject_bg"; + rel2.relative: -0.1 0.65; + color: 0 0 0 150; + } + description { state: "hidden" 0.0; + inherit: "default" 0.0; + rel2.relative: -0.1 0.40; + visible: 1; + } + } + part { name: "gauge"; + mouse_events: 0; + type: RECT; + description { state: "default" 0.0; + rel1.to: "gauge_bg"; + rel1.offset: 1 1; + rel2.to: "gauge_bg"; + rel2.offset: -2 -2; + rel2.relative: 0.0 1.0; + color: 0 200 0 200; + } + description { state: "default" 0.1; + inherit: "default" 0.0; + rel2.relative: 0.1 1.0; + } + description { state: "default" 0.2; + inherit: "default" 0.0; + rel2.relative: 0.2 1.0; + } + description { state: "default" 0.3; + inherit: "default" 0.0; + rel2.relative: 0.3 1.0; + } + description { state: "default" 0.4; + inherit: "default" 0.0; + rel2.relative: 0.4 1.0; + } + description { state: "default" 0.5; + inherit: "default" 0.0; + rel2.relative: 0.5 1.0; + } + description { state: "default" 0.6; + inherit: "default" 0.0; + rel2.relative: 0.6 1.0; + } + description { state: "default" 0.7; + inherit: "default" 0.0; + rel2.relative: 0.7 1.0; + } + description { state: "default" 0.8; + inherit: "default" 0.0; + rel2.relative: 0.8 1.0; + color: 200 0 0 200; + } + description { state: "default" 0.9; + inherit: "default" 0.0; + rel2.relative: 0.9 1.0; + color: 200 0 0 200; + } + description { state: "default" 1.0; + inherit: "default" 0.0; + rel2.relative: 1.0 1.0; + color: 200 0 0 200; + } + } + part { name: "volume_label"; + mouse_events: 0; + type: TEXT; + effect: SOFT_SHADOW; + description { state: "default" 0.0; + rel1.relative: 0.25 0.1; + rel2.relative: 0.98 0.40; + rel2.to: "bg"; + color: 255 255 255 255; + color3: 0 0 0 60; + text { + font: "VeraBd"; + size: 10; + text: ""; + align: 0.0 0.5; + + } + } + } + part { name: "size_label"; + mouse_events: 0; + type: TEXT; + effect: SOFT_SHADOW; + description { state: "default" 0.0; + rel1.relative: 0.0 1.0; + rel1.to: "gauge_bg"; + rel2.relative: 0.98 1.0; + rel2.to: "bg"; + color: 255 255 255 255; + color3: 0 0 0 60; + text { + font: "Vera"; + size: 10; + text: ""; + align: 0.0 0.5; + } + } + } + part { name: "percent_label"; + mouse_events: 0; + type: TEXT; + effect: SOFT_SHADOW; + description { state: "default" 0.0; + rel1.to: "gauge_bg"; + rel2.to: "gauge_bg"; + color: 255 255 255 255; + color3: 0 0 0 60; + text { + font: "Vera"; + text: "10%"; + fit: 0 1; + align: 0.5 0.5; + } + } + } + part { name: "eject_bg"; + mouse_events: 0; + type: IMAGE; + description { state: "default" 0.0; + color: 0 0 0 0; + rel1.to: "eject_icon"; + rel2.to: "eject_icon"; + image { + normal: "eject_bg.png"; + border: 5 5 5 5; + } + } + description { state: "moved" 0.0; + inherit: "default" 0.0; + rel1.offset: -70 0; + color: 255 255 255 180; + } + } + part { name: "eject_label"; + mouse_events: 0; + type: TEXT; + effect: NONE; + description { state: "default" 0.0; + color: 0 0 0 0; + rel1.to: "eject_bg"; + rel2.to: "eject_bg"; + text { + font: "VeraBD"; + text: "unmount"; + size: 12; + align: 0.2 0.5; + } + } + description { state: "moved" 0.0; + inherit: "default" 0.0; + color: 255 255 255 255; + } + } + part { name: "eject_icon"; + mouse_events: 1; + type: IMAGE; + description { state: "default" 0.0; + rel1.relative: 1.0 0.0; + rel1.offset: -30 10; + rel2.offset: 0 -10; + image {normal: "eject.png";} + visible: 0; + } + description { state: "visible" 0.0; + inherit: "default" 0.0; + visible: 1; + } + } + } + programs { +/****************************************************/ +/** INTERNAL PROGRAMS *****************************/ +/****************************************************/ + program { name: "pulse"; + signal: "mouse,in"; + source: "icon_events"; + action: STATE_SET "big" 0.0; + transition: DECELERATE 0.5; + target: "icon_ghost_clip"; + target: "icon_ghost"; + after: "reset_pulse"; + after: "pulse"; + } + program { name: "icon_mouse_out"; + signal: "mouse,out"; + source: "icon_events"; + action: ACTION_STOP; + target: "pulse"; + after: "reset_pulse"; + } + program { name: "reset_pulse"; + action: STATE_SET "default" 0.0; + transition: LINEAR 0.0; + target: "icon_ghost_clip"; + target: "icon_ghost"; + } + program { name: "eject_mouse_in"; + signal: "mouse,in"; + source: "eject_icon"; + action: STATE_SET "moved" 0.0; + transition: SINUSOIDAL 0.4; + target: "eject_bg"; + target: "eject_label"; + } + program { name: "eject_mouse_out"; + signal: "mouse,out"; + source: "eject_icon"; + action: STATE_SET "default" 0.0; + transition: SINUSOIDAL 0.4; + target: "eject_bg"; + target: "eject_label"; + } +/****************************************************/ +/** SIGNALS EMITTED TO THE MODULE *****************/ +/****************************************************/ + program { name: "icon_activated"; + signal: "mouse,down,1"; + source: "icon_events"; + action: SIGNAL_EMIT "icon,activated" "places"; + } + program { name: "eject_activated"; + signal: "mouse,down,1"; + source: "eject_icon"; + action: SIGNAL_EMIT "eject,activated" "places"; + } +/****************************************************/ +/** SIGNALS RECEIVED FROM THE MODULE **************/ +/****************************************************/ + program { name: "hide_gauge"; + signal: "gauge,hide"; + source: "places"; + action: STATE_SET "hidden" 0.0; + target: "gauge_bg"; + } + program { name: "set_eject_hidden"; + signal: "icon,eject,hide"; + source: "places"; + action: STATE_SET "default" 0.0; + target: "eject_icon"; + } + program { name: "set_eject_visible"; + signal: "icon,eject,show"; + source: "places"; + action: STATE_SET "visible" 0.0; + target: "eject_icon"; + } + } + } +} diff --git a/fonts/Vera.ttf b/fonts/Vera.ttf new file mode 100644 index 0000000000000000000000000000000000000000..58cd6b5e61eff273e920942e28041f8ddcf1e1b5 GIT binary patch literal 65932 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

B-* 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 B^OFDo literal 0 HcmV?d00001 diff --git a/images/eject_bg.png b/images/eject_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..483986f5a04fd5a1199f9ccd9fc509598abbb60f GIT binary patch literal 390 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=1|;R|J2nC-#^NA%Cx&(BWL^R}Y)RhkE(|Il zc+S-#3@E}`;1OBOz`!jG!i)^F=12eq*-JcqUDH5R-cay_EKDW#OC~(*S~o0 zFn!2LTYuQ#f(b9fIm>f0&t=lwdL~Y}6nn0c^ML#P@88)MEvtCXsklMs^jYTX+j3W$ zR)0SzzbUG?WPSJtd6f=@CJrV1#EF}VOQ&Qpx|j3!XfDlCtp0Auux;Jz;GT`USY6J| z%$#+?a=-Pqy_cuYw7p_eY?UXzP4K$mi&c3Q-`M+27p;uRVAui-BnD4cKbLh*2~7aL CG?T~x literal 0 HcmV?d00001 diff --git a/images/gnome-dev-cdrom-audio.png b/images/gnome-dev-cdrom-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..7a9c3df53603a466e581a6f3a39556023e4c2043 GIT binary patch literal 4748 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 F{tq_}$?X6D literal 0 HcmV?d00001 diff --git a/images/gnome-dev-media-cf.png b/images/gnome-dev-media-cf.png new file mode 100644 index 0000000000000000000000000000000000000000..af0b67fc3489e10e3a1d003f11c2b7a681776573 GIT binary patch literal 2792 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 Ef{v;6c>n+a literal 0 HcmV?d00001 diff --git a/images/icon_ext3.png b/images/icon_ext3.png new file mode 100644 index 0000000000000000000000000000000000000000..b0b084798d3f95708c0e0231cc12d88aa713ea67 GIT binary patch literal 5725 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 P00000NkvXXu0mjflNip) literal 0 HcmV?d00001 diff --git a/images/icon_hdd.png b/images/icon_hdd.png new file mode 100644 index 0000000000000000000000000000000000000000..772ca2ed0f3aa760b65f709e0a685d4b30a8166b GIT binary patch literal 5096 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 KMNUMnLSTYeI*>&G literal 0 HcmV?d00001 diff --git a/images/icon_hfs.png b/images/icon_hfs.png new file mode 100644 index 0000000000000000000000000000000000000000..a4f5faf1c87f8a7bd1181a4dc83d7d0695cf8dda GIT binary patch literal 5811 zcmWky2{@GB7yf23#y(_EvWL)EL)Ib75E?|;P4+!x*DzGF6@z4n7$p(e6UMHDu`_=5 zM9H4){O5n}bHDq1_qq4G-+j+L?>Xltn3?D^(eu&+0KjBupo^ilTK}(b81?zyBVd-= zfC4f4D4=41?-%t2=4_;|3!MMI6g0n0r}ohK8{7?~PM`RH1);=qLaCj!L58<((oWJd za$V;%b&>Z108V*BU2Tg{%DRo0Ki^ok`u>!B-;FSh+E`pBE9Kn z&*+$nX&(77p3y_?*e83?2R$R_u?wHiJ(Fa4FBfUg?epBh71D8COuoibFzqhR^kw4~ zmi{$vyM@jmn#T|vN#XuW(z@WNDY5kHk5})xHbRS=x3&!fK{_Mhms#%XZAs>LTycIL zVhO2uvMi-_4VuXl>x*uq>oHu!8ie9F55S@Z$oWdsdC%B*3P}t)!mHfNpp2}(^tO`r z_tG86>v?S&)#Cp(w zDUNwv65{wVY}i7>1iDpU?pH6A;n8Jfi~s21SO^mza-txt1q@gnc^D(nBsvfTKtYxf zT5JNaXUsZInAhD<+zV4EXu^S|Zh`GXlyKrzx2PbJmQDwWq&p_8YY4zm0J=~cfFMxX zT8>%;!}Lpj4cxp}qfh9UzDW3QWfccIf$Is04VbHwfcWhKO58j^!XYryZ=p~qVd=8{S9mI5QF{j@J?SDi+sn zMskONVGejUEi?%3-p~3)D}tq+zeFn9sr}(^4Mt-e!oe93l=z5 z+GJk4aPhjY#U-lT2-&cGn{>o3?5&9XbJlmQ^<)U)zCL<6gZHOtjNG?w{P2-6>FE31 z*nv4)i`&oHF#@IW=IQI4gFjZ+vW9tk?|+&h-1eMSdf8P_Lpf;Q;F_(JKAyYQay$2(#ez09}1W#|lp9x{P-OFHSH{QqV`b!9_XiF~)T`$f=_$ zV71Oy3yna}H}b0u>ZozzE4$Ex`}~oI8Cm;Af}5Y`V;O{mMyDbl#rbS03!bh+L(q5z zMUpn2y#T6v!Hkz}p26v=gin8iNYVrO5LX1MpiwJ)OfvV&?`zLDH80QewQTB0(D*2D zV-3VES!Z&Tt^`Z`Xf3yIKB5DnnOJ{zn6-U@{t+t5}LYHA;UzB4KLfaEo2-L zcP1)gHkHZuCM+7XOkl7&AK`4{*ecJks06mpF8!|*2P3&9L#MmQMP4nTRd%E29i?hQ2hAc z&T?PKcyV`xNvb4hy54V7DDFSld>NoxGtSM!uYEz}!Qkbt$u_Vg2NU;&-s@1~c4z%E zrKivkw)`wM@D-EFlieuy*-ADcCx~7LH)MbZQ>r&v$0Q*Q7o0!VP#eT=9y?Wy77(-~ zm;`SIZ)=MmmOCz{5RI}n)by)PPU$8a16R0gCuT5`88V`AT3$>eB4k;Tnq{N3q;b*=Y|FJ%@0Rkwz6*{Q+#6(Oam(SY^Glrh)@@N(8w1# zhsU&?8c7HeY5G2qRP>3Mn9bt?LR+vpa)6|QXEy$JF86iAmeTY$ejlYP4YC4HZiLNl zqKU)d*w|iPEK(te9UJfahtIRCYD9@3RM1Jvgq2I+AHR%If;9@Y1*H`JkmKg=l)@(- z+nyX!=m#9QN16IQk;lepu(+>Z&BZwx0J!)PS=9_C2(^Vdm_e(b#u8_Zbd(G@@g>%V|-pP39NBx_+b~kfxE)GHHTeh;Du;cn6Nke4! zyTsR~TgdS-RdN2W6drpucY?-t)UQaz!;ulG&cK*=U-<#1-JG=eFupJAaCMz5AOcK` zRKt^G`7||P6T#X%cvy^0z=EYD866`BlMyX;(WWTzUZTbLn|*s{13lK=|q`esDc+^D!CrCgdPL`_JZg_Y^*5bjoEPLWj1iF9@ zZzE&%Ru(o~H~5OFj;YPM7A8(a2K;8HQ0^@#Ge=%~$J4S?NRXqfI$+4s5D4UBtDUMp zpoHuE@#8*LUtgcxL8mR5aZg2FK5+EYhb|NxE?DWgN3Z))Wra#D@Fa%3#rN69`WDNvg z0AjSb#+@AJcfP%pT~*z;Hcq9?ReJp z{x(-8hp~jy>y8`nHV`;8pSBHOfb91CXzIAdK^&W>iYYBEZPvtVJjne@T+QZ8Q&zb{ zYfDpebMuYW9_y+yG79OQzj4GA|7`u8PdZ3ZApFe863V z$i?_y}h6I~%t-=~5a`p;Q+EV1#8mTR7f zlNl=B=U;!NAK#c(brS-=k|5q94ANS?P3FE;~qwO?k!L-M!L?h-nMpyKAJ? z8LBW%nKqNjm_OwAJk5}WuNjan!6O~-Z%VsP8>kv8r{Jxn9)}9Wz7Wg}Ry+dZoRncVAw3hdKXYy_ znSs7d0B7k94G*XJ+tphzD8H&r+q4@_%*^COb~~a*ifc<{l9b&XlV~LnCTPf-adJ!n zI~a((oPnWR4#d?4etQjZC<9}SODv>Lm2$rFU*k+%BVde#Xpn-? zbPReR?1P15g0Wb-Lu+)D=1T4;_?8G;`~K-OLYh8luy@~IgpCfVw{T3Kfu=!A9JIs| z-W+992KCX7-W$Q|hn`P-dbA|khKhO|le8b5hxKypSnj_g#9{*D$AV`HoePzzrze6w z9yPbM<&TDgrt4nY*SHV)!f=yyKHOMBpiD7g{O{kIhkQ@=_V=%SD5uR0oUH55!0@l+ z-kkU1Qh0%9M+tByYF~|aE`<`oa>X?yZv8DjK{US6>pSg#pQMU066}ehNh$pC2=G;_ z3au(@-A2sg&3?nV{iqPv@SkR-)(8WQ1y#rKPOfaZG4~h7hgyGL@M@-O6$Ey~_`jLst=!8T7ev__MQJWO}}K zqb>7@v9Nl&jIpVyn|Z0lMPiUZR-conCw;cD7}9PbOy`MF5j)Z-Q%YOt1=5L-?Q)lM zcR?5$AKw2X`aU;^nE)3c`jM^nx;7aT?RRP?>Mba`f?Fs;{t} zz{`rQt~tffz$54MOD*)o(%TLWlwI8d-Fo14G0kfiR8?~?kf{$lxj zm%Awhxx11XlfOpZzUX(oU1~7^=Li1&`-g&8VYe5%nzChK)Jd)n9t>M&(xBi@NwNct zH{n&?Jw4T2w*J~532756YS^Uk{1sM|^=Nd>@Rp@@aukP(ygLyDuBojpEGuK^@9($7 zT9h{Qt}yg2?@%!kXWv;^e9|7kCuL1exS7Zq!|*srHQ87R@2#|U>5{r?Sq3NO+ri&a z!m>!ZIA@~2-F^~N){**?*;#vWV*dG8)94)`TAZ{^-Rkw((2hRWY8r{K2k5xoTl-EjzN&&T0-aSwm#~Po)DyF{` zOKh|qFcnKrS-X>adTie_Yh~Zv*$G9=>gedu=LQ-`l$A}o>rSlXV#nTFQhfyV8v%ex zd8-07_8#?XIdokn7wS|4CAJf_QFHZ1#I(rYrEg(eROA(qNV2)ZDV?A{Ur+w4SCW%; zd1k8C**6EIgq|VT4ua+Dx!h}1IvTir=08{be?Z1nm%OJ}*t%bKRt??$6SnNar=kX( z+b<)nj9-N2?*5Lbofx}UR8_?~Gc&WL_HpZEcTjVu+%IY^02t?iMNspNaBAeok6Vm^ z(7Mvc$5J_{ZtXKCa7fl+X>JJH{dwQb%?)d@EbIu7M@I?D(TfM(a@pSGdmZlPeuj7~ z8?Oj);o@ao)`p6*61S2>y^EO!BF>m^omE9ep}~Xvj2jV`h#0zic`gBi@b*TEIFUUs zFOQ1J*+AZnkU1*Nrluw*Cj;Ujv%RZ~)gB{aQJc;C;pyq=G{jL4B7yopnHaQZc~@%m z-=aC+*)NBKX zo&;=_*ZVu3M;DLC2X@17L*XqwDxj;1EuVa{_cQAL0WwgoF}XnTh4FSvIuCYr=ztqrJ7`k4+n&nNVP1geJ=I zrZH2=Kln=60P6sYvZ_6KES{Q-GJ1`FXd{!!3$&Lbx305jo@}itl12o#Y^AsSo4$XU z$twO{aw|sxs5cXT?p&peOQY&G%>2r%!F^wHXl>%^QXh+WEEB%n#1f? z$K1dLy1sC0CuCAVF-OT~n3kE(UtdpeCl2wRz*ezFPh_Y1@xK@64!X@X587BN48_u` z0y)&WxzWq?uERXgGNhMpx&T3`UgU%I$%ii$nkI@$i)q1Yl@HguDvN_c)+x37<2JsB zdo5ANDPzFkV|fQ!TL`(N;^kIIRj_ZJ_tYC-DtS@&`9nVYy9E)m(6Y%;uBaKhCD6Q- zawETSci={AFL%+NNTnlJ@jZKd^9_2Zsd-GSEOTEEqi| zF5P(eXuoOhv_Ij(6_a>UkqScrqOPHy=Ij^&03~H*M(b16Z$H%L??t`#D34zWLwWVT zj@&T}pAB1CKRcReJ^NM7PErwfo43`1GoUDzWRwAt|4W6W0Mw_)+qN>CX}r9dTUxsR z=hi}p@Z9;?zC+7q%W<@oIJ@g_+=?fzsdkX&C*&-JMSta2{r%-{8A4foqH@{BiQ}KA z_fNY3YNA@Md9uKwd7eEO`7XI7}XwtR8o4(an)+^$JcbnBmmsCq;_9ld9SWo-RblJoFnk*n3+{?mQKh;qXh5BX4>ZA2PD zX|r#RQ%cTNP~M!J$_Ha;+n|Mb>xa>r#RN}(|E+nukeR*V@p7Aek8(FJ+~DJ(ios3s z#ZBIW2q6Ix?F*>?o`=D-klj+)r0*-cC*2qQBAuzkJE5eYU{OCsbkRX4SW7WqnZhk! zz2n&bilK7x8ZENYo5#6|TZ}4~BmPvW@6UwHB^DJGr3+3{vROp=zy4Pi#e8rKel!Rj zeLf$5y(Q+k6e{ds6cLqf%*3s>adkTEzZ_I)Chk-YC1#p7hXFmt8Wn|fhdz`-z);IY>sa>0|^O=UR@T-MNT9`C< zG6ZM*SN7=Ju{QWz3;yn~2~0-lJ8pc&=3$)Kf{q`?6CEa+Yjt2sIcpB5s_bifP=^NMrZmbI?SOTdYaV8P=!iid`8 sfu;pm!vnv_5_$3hr^&WOt8vD1B+i_j%>Q78dZP>&-ZaszKsm<#4^->aasU7T literal 0 HcmV?d00001 diff --git a/images/icon_ipod.png b/images/icon_ipod.png new file mode 100644 index 0000000000000000000000000000000000000000..46087c74a6ca879fe731719e2f41ea1a41c112e0 GIT binary patch literal 3075 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 Nd-oiq{JEPR`+uu}h6n%v literal 0 HcmV?d00001 diff --git a/images/icon_ms.png b/images/icon_ms.png new file mode 100644 index 0000000000000000000000000000000000000000..27288ed5468de69cb5e07b845b793f001e4e0ba8 GIT binary patch literal 2436 zcmcIm`9IX#8=sla7-Jh_49!@_zNCzZLK$OdtPR;JYO)tut}v1qGlaTdyR->ceN~dJ zBHIkIbXArjv{)}madqv+=R4^8C)^*N^SsV^o!9$$-p_KLlR|SiA|@;&41qwztf>?y zz9w!762V{HV5?Uk5FuM@in%l6wig{Y#y^CBpv(gDU(sHaqWyRr&WA5~h&Kl*%s5d| z(KP<9OrJ>H5Ztz@lddNPGsglNanX!IxZnX2WWON;cR&j3mM?@QT}7wbYev?oW*H2= z4i%SESYEtnoUi+y^1#uh8sp^XLM?I*@O#WgXW)*qA=b$(NzBpnL0Rlz@2FXNOy%K= zhKJObe7sFAG2%`QSANXr>{{VLw-}ptS4hG1MBzPy5khVV`1MQ=v4K67P_+-X^ug4B zu)H4O08Uu`0FM`2E>jsG@I3Kjxw;4DSvmZsL|`VG+}yT&ZAj#uhM&)DIo=@BdFJx~ zFtfyH3?A|H+uWvQ*Q19bJ0b;ofO}!!?yCJwzsY)BZ8uVf%fLj#0fYQ8oid``k(A=R zj9_hH{QVLuWtWaNe0Hbt!Lcl3Lg3XtZ)V7q)kjU$W-mTJ5m$(*(%pg0G(nL_Sj)Hi zn5KYofrjrN#BcQ;Pl!OKkk95PtU4RjzURrgK?p91=TAyxzX&FcH0myt7U^hXyrZj+!?-_kKu@OSejbLwY4(&*7lkK@y7&p!>)L_%xM?b!0@(?i7*(3GAh z6*N5?0t0MeNT<=M&i!7{-zTL{)^~R8iYK_s*7S9D%fgA{l;KF7DwQ^iERBk_0!WWc z4^nM5RrBP?_a@a(Bmw7E#oW0KUF*=#&{+<`10udn$0thH7;)j5 z0tVeXlAs_VHRNx(d^s%j?LQV*md%1EH1XsL$-`J09Ev=0qCGWGNvub-Ejqp1T1cS0`#o~!* zxZp9Ua-mcQ$)PhvGff*AaCPbjvRp6s1Io|M1P>|n)JGrdKR;?3>G5@XDC5Psn)Il( zb`rw1SZyrB`clSXYAB@geoq@90c^E*kiP-Wf<~r{3=E^HhXJ`BT==g3#5(wf9o|fWkY6bYW z!ME`!z9(B$bM#QGEvoEs64byzTCJOQe*&zBoMTv0f+lRw_^4rq?>aoH8{`>SrLND=5ewo4r%`q_c^by`_0d#%t73_fGh*}#aI5K1@oFh9h z3p_nFQU63s5MH=HzDe+|ftDcwt9lU?vvFxeQKxx?9xJOwLSrJ8dxRcf zQ-(Xl?q&9LurV@_&Q$q(s| zYri}&KW(k$^*AnX#pX1)Pz7vfqF+zAnS^DJ#u){TrMehf*oY`G0F#D9jq2xaL04elx^G*JT5&7dc|+Zsb0KS8w}BFKGgt>RPR`$(Uww5<0FkuHt4a^w-)8KzR$eCZc7SqL z^h|Qs&s%#mG_`Z&Jx9J7^DbnEz{=E}Fmhy^vi*;W{=P^R8liGrQS9>o`*7w$g86P| zD7)@@9Bhleb8f{}&jE887+CUNPQ`CVbe42^ zJCO-FOjG_qd$6=r$dnlM%>_60D>pV5Z!uFOPW0{Dw~wetBm+!|{Ihtx(juf(fpw37 zD4qcR7Exw3%U{Xn;tTBO;<}YLzL>qMXL&s2ZLE&^d3#e;0HDPffk?W`H^OI=@bXVH z{!T+v2V|Rjr4 zJ2(XUSy=^O%tc}uy)4O&&S^8%w2dRx%V+es^PpMrSx&N?2vzKGz;uh3I9~2>{n9=F z08F~9cCcFq3Z)=uEUD)t{P@#EuSl+;Yv_N}HRAx?CV^msu!RCzcei6k%W@qnF@?F) z#^flRKF}Jq!FQ>MFJw__qda`Xh#w04p71~66e1@8 literal 0 HcmV?d00001 diff --git a/images/icon_sdmmc.png b/images/icon_sdmmc.png new file mode 100644 index 0000000000000000000000000000000000000000..7828a3849c693a815e65bc06e63f9f0d6d3413b7 GIT binary patch literal 2782 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 IM6N<$f], + [int func(int x); int foo(int x __attribute__ ((unused))) { exit(1); }], + ac_cv___attribute__=yes, ac_cv___attribute__=no)]) + if test "$ac_cv___attribute__" = "yes"; then + AC_DEFINE(HAVE___ATTRIBUTE__, 1, [Define to 1 if your compiler has __attribute__]) + fi + AC_MSG_RESULT($ac_cv___attribute__) +]) + diff --git a/module.desktop.in b/module.desktop.in new file mode 100644 index 0000000..bb13550 --- /dev/null +++ b/module.desktop.in @@ -0,0 +1,9 @@ + +[Desktop Entry] +Type=Link +Name=Places +Icon=e-module-places +Comment=Places module:
This module manage the volumes device attached to the system. +Comment[it]=Places module:
Questo module gestisce i dischi connessi al sistema + +X-Enlightenment-ModuleType=system diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..7d5856f --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1 @@ +it diff --git a/po/Makefile.in.in b/po/Makefile.in.in new file mode 100644 index 0000000..53efc5e --- /dev/null +++ b/po/Makefile.in.in @@ -0,0 +1,366 @@ +# Makefile for PO directory in any package using GNU gettext. +# Copyright (C) 1995-1997, 2000-2004 by Ulrich Drepper +# +# This file can be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU General Public +# License but which still want to provide support for the GNU gettext +# functionality. +# Please note that the actual code of GNU gettext is covered by the GNU +# General Public License and is *not* in the public domain. +# +# Origin: gettext-0.14 + +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + +SHELL = /bin/sh +@SET_MAKE@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +datadir = @datadir@ +localedir = $(datadir)/locale +gettextsrcdir = $(datadir)/gettext/po + +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) + +GMSGFMT = @GMSGFMT@ +MSGFMT = @MSGFMT@ +XGETTEXT = @XGETTEXT@ +MSGMERGE = msgmerge +MSGMERGE_UPDATE = @MSGMERGE@ --update +MSGINIT = msginit +MSGCONV = msgconv +MSGFILTER = msgfilter + +POFILES = @POFILES@ +GMOFILES = @GMOFILES@ +UPDATEPOFILES = @UPDATEPOFILES@ +DUMMYPOFILES = @DUMMYPOFILES@ +DISTFILES.common = Makefile.in.in remove-potcdate.sin \ +$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) +DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \ +$(POFILES) $(GMOFILES) \ +$(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) + +POTFILES = \ + +CATALOGS = @CATALOGS@ + +# Makevars gets inserted here. (Don't remove this line!) + +.SUFFIXES: +.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update + +.po.mo: + @echo "$(MSGFMT) -c -o $@ $<"; \ + $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ + +.po.gmo: + @lang=`echo $* | sed -e 's,.*/,,'`; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ + cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo + +.sin.sed: + sed -e '/^#/d' $< > t-$@ + mv t-$@ $@ + + +all: all-@USE_NLS@ + +all-yes: stamp-po +all-no: + +# stamp-po is a timestamp denoting the last time at which the CATALOGS have +# been loosely updated. Its purpose is that when a developer or translator +# checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, +# "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent +# invocations of "make" will do nothing. This timestamp would not be necessary +# if updating the $(CATALOGS) would always touch them; however, the rule for +# $(POFILES) has been designed to not touch files that don't need to be +# changed. +stamp-po: $(srcdir)/$(DOMAIN).pot + test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) + @echo "touch stamp-po" + @echo timestamp > stamp-poT + @mv stamp-poT stamp-po + +# Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', +# otherwise packages like GCC can not be built if only parts of the source +# have been downloaded. + +# This target rebuilds $(DOMAIN).pot; it is an expensive operation. +# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. +$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed + $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ + --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ + --files-from=$(srcdir)/POTFILES.in \ + --copyright-holder='$(COPYRIGHT_HOLDER)' \ + --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' + test ! -f $(DOMAIN).po || { \ + if test -f $(srcdir)/$(DOMAIN).pot; then \ + sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ + sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ + if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ + rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ + else \ + rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ + mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ + fi; \ + else \ + mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ + fi; \ + } + +# This rule has no dependencies: we don't need to update $(DOMAIN).pot at +# every "make" invocation, only create it when it is missing. +# Only "make $(DOMAIN).pot-update" or "make dist" will force an update. +$(srcdir)/$(DOMAIN).pot: + $(MAKE) $(DOMAIN).pot-update + +# This target rebuilds a PO file if $(DOMAIN).pot has changed. +# Note that a PO file is not touched if it doesn't need to be changed. +$(POFILES): $(srcdir)/$(DOMAIN).pot + @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ + if test -f "$(srcdir)/$${lang}.po"; then \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ + cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \ + else \ + $(MAKE) $${lang}.po-create; \ + fi + + +install: install-exec install-data +install-exec: +install-data: install-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext-tools"; then \ + $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ + for file in $(DISTFILES.common) Makevars.template; do \ + $(INSTALL_DATA) $(srcdir)/$$file \ + $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + for file in Makevars; do \ + rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + else \ + : ; \ + fi +install-data-no: all +install-data-yes: all + $(mkinstalldirs) $(DESTDIR)$(datadir) + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ + $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ + echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ + for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ + if test -n "$$lc"; then \ + if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ + link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ + mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ + for file in *; do \ + if test -f $$file; then \ + ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ + fi; \ + done); \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + else \ + if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ + :; \ + else \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + fi; \ + fi; \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ + ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ + cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ + fi; \ + done; \ + done + +install-strip: install + +installdirs: installdirs-exec installdirs-data +installdirs-exec: +installdirs-data: installdirs-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext-tools"; then \ + $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ + else \ + : ; \ + fi +installdirs-data-no: +installdirs-data-yes: + $(mkinstalldirs) $(DESTDIR)$(datadir) + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ + if test -n "$$lc"; then \ + if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ + link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ + mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ + for file in *; do \ + if test -f $$file; then \ + ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ + fi; \ + done); \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + else \ + if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ + :; \ + else \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + fi; \ + fi; \ + fi; \ + done; \ + done + +# Define this as empty until I found a useful application. +installcheck: + +uninstall: uninstall-exec uninstall-data +uninstall-exec: +uninstall-data: uninstall-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext-tools"; then \ + for file in $(DISTFILES.common) Makevars.template; do \ + rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + else \ + : ; \ + fi +uninstall-data-no: +uninstall-data-yes: + catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + done; \ + done + +check: all + +info dvi ps pdf html tags TAGS ctags CTAGS ID: + +mostlyclean: + rm -f remove-potcdate.sed + rm -f stamp-poT + rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po + rm -fr *.o + +clean: mostlyclean + +distclean: clean + rm -f Makefile Makefile.in POTFILES *.mo + +maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + rm -f stamp-po $(GMOFILES) + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) +dist distdir: + $(MAKE) update-po + @$(MAKE) dist2 +# This is a separate target because 'update-po' must be executed before. +dist2: $(DISTFILES) + dists="$(DISTFILES)"; \ + if test "$(PACKAGE)" = "gettext-tools"; then \ + dists="$$dists Makevars.template"; \ + fi; \ + if test -f $(srcdir)/ChangeLog; then \ + dists="$$dists ChangeLog"; \ + fi; \ + for i in 0 1 2 3 4 5 6 7 8 9; do \ + if test -f $(srcdir)/ChangeLog.$$i; then \ + dists="$$dists ChangeLog.$$i"; \ + fi; \ + done; \ + if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ + for file in $$dists; do \ + if test -f $$file; then \ + cp -p $$file $(distdir); \ + else \ + cp -p $(srcdir)/$$file $(distdir); \ + fi; \ + done + +update-po: Makefile + $(MAKE) $(DOMAIN).pot-update + test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) + $(MAKE) update-gmo + +# General rule for creating PO files. + +.nop.po-create: + @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ + echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ + exit 1 + +# General rule for updating PO files. + +.nop.po-update: + @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ + if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ + tmpdir=`pwd`; \ + echo "$$lang:"; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ + cd $(srcdir); \ + if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ + if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ + if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ + :; \ + else \ + echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + exit 1; \ + fi; \ + fi; \ + else \ + echo "msgmerge for $$lang.po failed!" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi + +$(DUMMYPOFILES): + +update-gmo: Makefile $(GMOFILES) + @: + +Makefile: Makefile.in.in $(top_builddir)/config.status @POMAKEFILEDEPS@ + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ + $(SHELL) ./config.status + +force: + +# Tell versions [3.59,3.63) of GNU make not to export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 0000000..9275c25 --- /dev/null +++ b/po/Makevars @@ -0,0 +1,41 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=N_ --keyword=D_ --from-code=UTF-8 --foreign-user + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = Enlightenment development team + +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = enlightenment-devel@lists.sourceforge.net + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = diff --git a/po/Makevars.template b/po/Makevars.template new file mode 100644 index 0000000..32692ab --- /dev/null +++ b/po/Makevars.template @@ -0,0 +1,41 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = Free Software Foundation, Inc. + +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..905efda --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,4 @@ +src/e_mod_config.c +src/e_mod_main.c +src/e_mod_main.h +src/e_mod_places.c diff --git a/po/Rules-quot b/po/Rules-quot new file mode 100644 index 0000000..9c2a995 --- /dev/null +++ b/po/Rules-quot @@ -0,0 +1,47 @@ +# Special Makefile rules for English message catalogs with quotation marks. + +DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot + +.SUFFIXES: .insert-header .po-update-en + +en@quot.po-create: + $(MAKE) en@quot.po-update +en@boldquot.po-create: + $(MAKE) en@boldquot.po-update + +en@quot.po-update: en@quot.po-update-en +en@boldquot.po-update: en@boldquot.po-update-en + +.insert-header.po-update-en: + @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ + if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ + tmpdir=`pwd`; \ + echo "$$lang:"; \ + ll=`echo $$lang | sed -e 's/@.*//'`; \ + LC_ALL=C; export LC_ALL; \ + cd $(srcdir); \ + if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ + if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ + if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ + :; \ + else \ + echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + exit 1; \ + fi; \ + fi; \ + else \ + echo "creation of $$lang.po failed!" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi + +en@quot.insert-header: insert-header.sin + sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header + +en@boldquot.insert-header: insert-header.sin + sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header + +mostlyclean: mostlyclean-quot +mostlyclean-quot: + rm -f *.insert-header diff --git a/po/boldquot.sed b/po/boldquot.sed new file mode 100644 index 0000000..4b937aa --- /dev/null +++ b/po/boldquot.sed @@ -0,0 +1,10 @@ +s/"\([^"]*\)"/“\1”/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“”/""/g +s/“/“/g +s/”/”/g +s/‘/‘/g +s/’/’/g diff --git a/po/en@boldquot.header b/po/en@boldquot.header new file mode 100644 index 0000000..fedb6a0 --- /dev/null +++ b/po/en@boldquot.header @@ -0,0 +1,25 @@ +# All this catalog "translates" are quotation characters. +# The msgids must be ASCII and therefore cannot contain real quotation +# characters, only substitutes like grave accent (0x60), apostrophe (0x27) +# and double quote (0x22). These substitutes look strange; see +# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html +# +# This catalog translates grave accent (0x60) and apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019). +# It also translates pairs of apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019) +# and pairs of quotation mark (0x22) to +# left double quotation mark (U+201C) and right double quotation mark (U+201D). +# +# When output to an UTF-8 terminal, the quotation characters appear perfectly. +# When output to an ISO-8859-1 terminal, the single quotation marks are +# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to +# grave/acute accent (by libiconv), and the double quotation marks are +# transliterated to 0x22. +# When output to an ASCII terminal, the single quotation marks are +# transliterated to apostrophes, and the double quotation marks are +# transliterated to 0x22. +# +# This catalog furthermore displays the text between the quotation marks in +# bold face, assuming the VT100/XTerm escape sequences. +# diff --git a/po/en@quot.header b/po/en@quot.header new file mode 100644 index 0000000..a9647fc --- /dev/null +++ b/po/en@quot.header @@ -0,0 +1,22 @@ +# All this catalog "translates" are quotation characters. +# The msgids must be ASCII and therefore cannot contain real quotation +# characters, only substitutes like grave accent (0x60), apostrophe (0x27) +# and double quote (0x22). These substitutes look strange; see +# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html +# +# This catalog translates grave accent (0x60) and apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019). +# It also translates pairs of apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019) +# and pairs of quotation mark (0x22) to +# left double quotation mark (U+201C) and right double quotation mark (U+201D). +# +# When output to an UTF-8 terminal, the quotation characters appear perfectly. +# When output to an ISO-8859-1 terminal, the single quotation marks are +# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to +# grave/acute accent (by libiconv), and the double quotation marks are +# transliterated to 0x22. +# When output to an ASCII terminal, the single quotation marks are +# transliterated to apostrophes, and the double quotation marks are +# transliterated to 0x22. +# diff --git a/po/insert-header.sin b/po/insert-header.sin new file mode 100644 index 0000000..b26de01 --- /dev/null +++ b/po/insert-header.sin @@ -0,0 +1,23 @@ +# Sed script that inserts the file called HEADER before the header entry. +# +# At each occurrence of a line starting with "msgid ", we execute the following +# commands. At the first occurrence, insert the file. At the following +# occurrences, do nothing. The distinction between the first and the following +# occurrences is achieved by looking at the hold space. +/^msgid /{ +x +# Test if the hold space is empty. +s/m/m/ +ta +# Yes it was empty. First occurrence. Read the file. +r HEADER +# Output the file's contents by reading the next line. But don't lose the +# current line while doing this. +g +N +bb +:a +# The hold space was nonempty. Following occurrences. Do nothing. +x +:b +} diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..8bcb500 --- /dev/null +++ b/po/it.po @@ -0,0 +1,88 @@ +# Italian translation for the places module. +# This file is distributed under the same license as the places package. +# DaveMDS , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: Places\n" +"Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2008-12-06 19:06+0100\n" +"PO-Revision-Date: 2008-10-24 15:22+200\n" +"Last-Translator: DaveMDS \n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/e_mod_config.c:43 +msgid "Places Configuration" +msgstr "Configurazione Places" + +#: src/e_mod_config.c:90 +msgid "General" +msgstr "Impostazioni generali" + +#: src/e_mod_config.c:92 +msgid "Show header" +msgstr "Mostra intestazione" + +#: src/e_mod_config.c:96 +msgid "Mount volumes on insert" +msgstr "Monta i dispositivi collegati" + +#: src/e_mod_config.c:100 +msgid "Open filemanager on insert" +msgstr "Sfoglia i dispositivi collegati" + +#: src/e_mod_config.c:105 +msgid "File manager (if blank uses Enlightenment)" +msgstr "" + +#: src/e_mod_main.c:488 +msgid "Configuration" +msgstr "Configurazione" + +#: src/e_mod_places.c:164 src/e_mod_places.c:317 +msgid "Filesystem" +msgstr "Filesystem" + +#: src/e_mod_places.c:169 +msgid "No Name" +msgstr "" + +#: src/e_mod_places.c:241 +msgid "p l a c e s" +msgstr "r i s o r s e" + +#: src/e_mod_places.c:298 +msgid "Home" +msgstr "Home" + +#: src/e_mod_places.c:304 +msgid "Desktop" +msgstr "Scrivania" + +#: src/e_mod_places.c:311 +msgid "Trash" +msgstr "Cestino" + +#: src/e_mod_places.c:380 +msgid "Places" +msgstr "Risorse" + +#: src/e_mod_places.c:587 +msgid "free of" +msgstr "liberi di" + +#: src/e_mod_places.c:593 +#, c-format +msgid "%s Not Mounted" +msgstr "" + +#: src/e_mod_places.c:610 +msgid "unmount" +msgstr "smonta" + +#: src/e_mod_places.c:616 +msgid "eject" +msgstr "espelli" diff --git a/po/places.pot b/po/places.pot new file mode 100644 index 0000000..440f95b --- /dev/null +++ b/po/places.pot @@ -0,0 +1,90 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Enlightenment development team +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2008-12-06 19:06+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/e_mod_config.c:43 +msgid "Places Configuration" +msgstr "" + +#: src/e_mod_config.c:90 +msgid "General" +msgstr "" + +#: src/e_mod_config.c:92 +msgid "Show header" +msgstr "" + +#: src/e_mod_config.c:96 +msgid "Mount volumes on insert" +msgstr "" + +#: src/e_mod_config.c:100 +msgid "Open filemanager on insert" +msgstr "" + +#: src/e_mod_config.c:105 +msgid "File manager (if blank uses Enlightenment)" +msgstr "" + +#: src/e_mod_main.c:488 +msgid "Configuration" +msgstr "" + +#: src/e_mod_places.c:164 src/e_mod_places.c:317 +msgid "Filesystem" +msgstr "" + +#: src/e_mod_places.c:169 +msgid "No Name" +msgstr "" + +#: src/e_mod_places.c:241 +msgid "p l a c e s" +msgstr "" + +#: src/e_mod_places.c:298 +msgid "Home" +msgstr "" + +#: src/e_mod_places.c:304 +msgid "Desktop" +msgstr "" + +#: src/e_mod_places.c:311 +msgid "Trash" +msgstr "" + +#: src/e_mod_places.c:380 +msgid "Places" +msgstr "" + +#: src/e_mod_places.c:587 +msgid "free of" +msgstr "" + +#: src/e_mod_places.c:593 +#, c-format +msgid "%s Not Mounted" +msgstr "" + +#: src/e_mod_places.c:610 +msgid "unmount" +msgstr "" + +#: src/e_mod_places.c:616 +msgid "eject" +msgstr "" diff --git a/po/quot.sed b/po/quot.sed new file mode 100644 index 0000000..0122c46 --- /dev/null +++ b/po/quot.sed @@ -0,0 +1,6 @@ +s/"\([^"]*\)"/“\1”/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“”/""/g diff --git a/po/remove-potcdate.sin b/po/remove-potcdate.sin new file mode 100644 index 0000000..2436c49 --- /dev/null +++ b/po/remove-potcdate.sin @@ -0,0 +1,19 @@ +# Sed script that remove the POT-Creation-Date line in the header entry +# from a POT file. +# +# The distinction between the first and the following occurrences of the +# pattern is achieved by looking at the hold space. +/^"POT-Creation-Date: .*"$/{ +x +# Test if the hold space is empty. +s/P/P/ +ta +# Yes it was empty. First occurrence. Remove the line. +g +d +bb +:a +# The hold space was nonempty. Following occurrences. Do nothing. +x +:b +} diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..f53e886 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,21 @@ +MAINTAINERCLEANFILES = Makefile.in + +INCLUDES = -I. \ + -I$(top_srcdir) \ + -I$(includedir) \ + @E_CFLAGS@ @E_DBUS_CFLAGS@ @E_HAL_CFLAGS@ + +pkgdir = $(datadir)/$(MODULE_ARCH) +pkg_LTLIBRARIES = module.la +module_la_SOURCES = e_mod_main.h \ + e_mod_main.c \ + e_mod_config.c \ + e_mod_places.h \ + e_mod_places.c + +module_la_LIBADD = @E_LIBS@ @E_DBUS_LIBS@ @E_HAL_LIBS@ +module_la_LDFLAGS = -module -avoid-version -Wall +module_la_DEPENDENCIES = $(top_builddir)/config.h + +clean-local: + rm -rf *~ diff --git a/src/e_mod_config.c b/src/e_mod_config.c new file mode 100644 index 0000000..d8e3c7f --- /dev/null +++ b/src/e_mod_config.c @@ -0,0 +1,130 @@ +#include +#include "config.h" +#include "e_mod_main.h" + +struct _E_Config_Dialog_Data +{ + int show_header; + int auto_mount; + int auto_open; + char *fm; +}; + +/* Local Function Prototypes */ +static void *_create_data(E_Config_Dialog *cfd); +static void _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata); +static void _fill_data(E_Config_Dialog_Data *cfdata); +static Evas_Object *_basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata); +static int _basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata); + +/* External Functions */ +EAPI E_Config_Dialog * +e_int_config_places_module(E_Container *con, const char *params __UNUSED__) +{ + E_Config_Dialog *cfd = NULL; + E_Config_Dialog_View *v = NULL; + char buf[4096]; + + /* is this config dialog already visible ? */ + if (e_config_dialog_find("Places", "_e_module_places_cfg_dlg")) return NULL; + + v = E_NEW(E_Config_Dialog_View, 1); + if (!v) return NULL; + + v->create_cfdata = _create_data; + v->free_cfdata = _free_data; + v->basic.create_widgets = _basic_create; + v->basic.apply_cfdata = _basic_apply; + + /* Icon in the theme */ + snprintf(buf, sizeof(buf), "%s/e-module-places.edj", places_conf->module->dir); + + /* create new config dialog */ + cfd = e_config_dialog_new(con, D_("Places Configuration"), "Places", + "_e_module_places_cfg_dlg", buf, 0, v, NULL); + + e_dialog_resizable_set(cfd->dia, 1); + places_conf->cfd = cfd; + return cfd; +} + +/* Local Functions */ +static void * +_create_data(E_Config_Dialog *cfd) +{ + E_Config_Dialog_Data *cfdata = NULL; + + cfdata = E_NEW(E_Config_Dialog_Data, 1); + _fill_data(cfdata); + return cfdata; +} + +static void +_free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) +{ + free(cfdata->fm); + places_conf->cfd = NULL; + E_FREE(cfdata); +} + +static void +_fill_data(E_Config_Dialog_Data *cfdata) +{ + /* load a temp copy of the config variables */ + cfdata->show_header = places_conf->show_header; + cfdata->auto_mount = places_conf->auto_mount; + cfdata->auto_open = places_conf->auto_open; + if (places_conf->fm) + cfdata->fm = strdup(places_conf->fm); + else + cfdata->fm = strdup(""); +} + +static Evas_Object * +_basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata) +{ + Evas_Object *o = NULL, *of = NULL, *ow = NULL; + + o = e_widget_list_add(evas, 0, 0); + + of = e_widget_framelist_add(evas, D_("General"), 0); + e_widget_framelist_content_align_set(of, 0.0, 0.0); + ow = e_widget_check_add(evas, D_("Show header"), + &(cfdata->show_header)); + e_widget_framelist_object_append(of, ow); + + ow = e_widget_check_add(evas, D_("Mount volumes on insert"), + &(cfdata->auto_mount)); + e_widget_framelist_object_append(of, ow); + + ow = e_widget_check_add(evas, D_("Open filemanager on insert"), + &(cfdata->auto_open)); + e_widget_framelist_object_append(of, ow); + + ow = e_widget_label_add + (evas, D_("File manager (if blank uses Enlightenment)")); + e_widget_framelist_object_append(of, ow); + + ow = e_widget_entry_add(evas, &(cfdata->fm), NULL, NULL, NULL); + e_widget_framelist_object_append(of, ow); + + e_widget_list_object_append(o, of, 1, 1, 0.5); + + return o; +} + +static int +_basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) +{ + places_conf->show_header = cfdata->show_header; + places_conf->auto_mount = cfdata->auto_mount; + places_conf->auto_open = cfdata->auto_open; + + const char *fm = eina_stringshare_add(cfdata->fm); + eina_stringshare_del(places_conf->fm); + places_conf->fm = fm; + + e_config_save_queue(); + places_update_all_gadgets(); + return 1; +} diff --git a/src/e_mod_main.c b/src/e_mod_main.c new file mode 100644 index 0000000..74519db --- /dev/null +++ b/src/e_mod_main.c @@ -0,0 +1,525 @@ +/* Copyright (C) 2008 Davide Andreoli (see AUTHORS) + * + * This file is part of places. + * places is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * places is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with places. If not, see . + */ + +#include +#include +#include +#include "config.h" +#include "e_mod_main.h" +#include "e_mod_places.h" + +/* Local Function Prototypes */ +static E_Gadcon_Client *_gc_init(E_Gadcon *gc, const char *name, const char *id, const char *style); +static void _gc_shutdown(E_Gadcon_Client *gcc); +static void _gc_orient(E_Gadcon_Client *gcc, E_Gadcon_Orient orient); +static char *_gc_label(E_Gadcon_Client_Class *client_class); +static const char *_gc_id_new(E_Gadcon_Client_Class *client_class); +static void _gc_id_del(E_Gadcon_Client_Class *client_class, const char *id); +static Evas_Object *_gc_icon(E_Gadcon_Client_Class *client_class, Evas *evas); + +static void _places_conf_new(void); +static void _places_conf_free(void); +static int _places_conf_timer(void *data); +static Config_Item *_places_conf_item_get(const char *id); +static void _places_cb_mouse_down(void *data, Evas *evas, Evas_Object *obj, void *event); +static void _places_cb_menu_post(void *data, E_Menu *menu); +static void _places_cb_menu_configure(void *data, E_Menu *mn, E_Menu_Item *mi); + +/* Local Structures */ +E_DBus_Connection *conn; + +/* Local Variables */ +static int uuid = 0; +static E_Config_DD *conf_edd = NULL; +static E_Config_DD *conf_item_edd = NULL; +Eina_List *instances = NULL; +Config *places_conf = NULL; +extern Eina_List *volumes; + +static const E_Gadcon_Client_Class _gc_class = +{ + GADCON_CLIENT_CLASS_VERSION, "Places", + {_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon, + _gc_id_new, _gc_id_del}, + E_GADCON_CLIENT_STYLE_PLAIN +}; + +EAPI E_Module_Api e_modapi = {E_MODULE_API_VERSION, "Places"}; + +/* + * Module Functions +*/ +EAPI void * +e_modapi_init(E_Module *m) +{ + char buf[4096]; + + /* Set up module's message catalogue */ + snprintf(buf, sizeof(buf), "%s/locale", e_module_dir_get(m)); + bindtextdomain(PACKAGE, buf); + bind_textdomain_codeset(PACKAGE, "UTF-8"); + + /* Location of theme to load for this module */ + snprintf(buf, sizeof(buf), "%s/e-module-places.edj", m->dir); + + /* Display this Modules config info in the main Config Panel */ + + /* starts with a category */ + e_configure_registry_category_add("extensions", 80, "extensions", + NULL, "enlightenment/extensions"); + /* add right-side item */ + e_configure_registry_item_add("extensions/places", 110, "Places", + NULL, buf, e_int_config_places_module); + + /* Define EET Data Storage */ + + conf_item_edd = E_CONFIG_DD_NEW("Config_Item", Config_Item); + #undef T + #undef D + #define T Config_Item + #define D conf_item_edd + E_CONFIG_VAL(D, T, id, STR); + E_CONFIG_VAL(D, T, switch2, INT); + + conf_edd = E_CONFIG_DD_NEW("Config", Config); + #undef T + #undef D + #define T Config + #define D conf_edd + E_CONFIG_VAL(D, T, version, INT); + E_CONFIG_VAL(D, T, fm, STR); + E_CONFIG_VAL(D, T, show_header, UCHAR); + E_CONFIG_VAL(D, T, auto_mount, UCHAR); + E_CONFIG_VAL(D, T, auto_open, UCHAR); + E_CONFIG_LIST(D, T, conf_items, conf_item_edd); /* the list */ + + /* Tell E to find any existing module data. First run ? */ + places_conf = e_config_domain_load("module.places", conf_edd); + if (places_conf) + { + /* Check config version */ + if ((places_conf->version >> 16) < MOD_CONFIG_FILE_EPOCH) + { + /* config too old */ + _places_conf_free(); + ecore_timer_add(1.0, _places_conf_timer, + "Places Module Configuration data needed " + "upgrading. Your old configuration
has been" + " wiped and a new set of defaults initialized. " + "This
will happen regularly during " + "development, so don't report a
bug. " + "This simply means the module needs " + "new configuration
data by default for " + "usable functionality that your old
" + "configuration simply lacks. This new set of " + "defaults will fix
that by adding it in. " + "You can re-configure things now to your
" + "liking. Sorry for the inconvenience.
"); + } + + /* Ardvarks */ + else if (places_conf->version > MOD_CONFIG_FILE_VERSION) + { + /* config too new...wtf ? */ + _places_conf_free(); + ecore_timer_add(1.0, _places_conf_timer, + "Your Places Module configuration is NEWER " + "than the module version. This is " + "very
strange. This should not happen unless" + " you downgraded
the module or " + "copied the configuration from a place where" + "
a newer version of the module " + "was running. This is bad and
as a " + "precaution your configuration has been now " + "restored to
defaults. Sorry for the " + "inconvenience.
"); + } + } + + /* if we don't have a config yet, or it got erased above, + * then create a default one */ + if (!places_conf) _places_conf_new(); + + /* create a link from the modules config to the module + * this is not written */ + places_conf->module = m; + + /* Tell any gadget containers (shelves, etc) that we provide a module + * for the user to enjoy */ + e_gadcon_provider_register(&_gc_class); + + places_init(); + + E_Int_Menu_Augmentation *maug; + maug = e_int_menus_menu_augmentation_add("main/1", + places_augmentation, + NULL, NULL, NULL); + + + /* Give E the module */ + return m; +} + +/* + * Function to unload the module + */ +EAPI int +e_modapi_shutdown(E_Module *m) +{ + places_shutdown(); + + /* Unregister the config dialog from the main panel */ + e_configure_registry_item_del("extensions/places"); + + /* Remove the config panel category if we can. E will tell us. + category stays if other items using it */ + e_configure_registry_category_del("extensions"); + + /* Kill the config dialog */ + if (places_conf->cfd) e_object_del(E_OBJECT(places_conf->cfd)); + places_conf->cfd = NULL; + + /* Tell E the module is now unloaded. Gets removed from shelves, etc. */ + places_conf->module = NULL; + e_gadcon_provider_unregister(&_gc_class); + + _places_conf_free(); + + /* Clean EET */ + E_CONFIG_DD_FREE(conf_item_edd); + E_CONFIG_DD_FREE(conf_edd); + return 1; +} + +/* + * Function to Save the modules config + */ +EAPI int +e_modapi_save(E_Module *m) +{ + e_config_domain_save("module.places", conf_edd, places_conf); + return 1; +} + +/* Local Functions */ + +/* Called when Gadget_Container says go */ +static E_Gadcon_Client * +_gc_init(E_Gadcon *gc, const char *name, const char *id, const char *style) +{ + Instance *inst = NULL; + + /* New visual instance, any config ? */ + inst = E_NEW(Instance, 1); + inst->conf_item = _places_conf_item_get(id); + + /* create on-screen object */ + inst->o_box = e_box_add(gc->evas); + e_box_homogenous_set(inst->o_box, 0); + e_box_orientation_set(inst->o_box, 0); + e_box_align_set(inst->o_box, 0.5, 0.0); + + /* Start loading our module on screen via container */ + inst->gcc = e_gadcon_client_new(gc, name, id, style, inst->o_box); + inst->gcc->data = inst; + + /* hook a mouse down. we want/have a popup menu, right ? */ + evas_object_event_callback_add(inst->o_box, EVAS_CALLBACK_MOUSE_DOWN, + _places_cb_mouse_down, inst); + + /* add to list of running instances so we can cleanup later */ + instances = eina_list_append(instances, inst); + + places_fill_box(inst->o_box); + + /* return the Gadget_Container Client */ + return inst->gcc; +} + +/* Called when Gadget_Container says stop */ +static void +_gc_shutdown(E_Gadcon_Client *gcc) +{ + Instance *inst = NULL; + + if (!(inst = gcc->data)) return; + instances = eina_list_remove(instances, inst); + + /* kill popup menu */ + if (inst->menu) + { + e_menu_post_deactivate_callback_set(inst->menu, NULL, NULL); + e_object_del(E_OBJECT(inst->menu)); + inst->menu = NULL; + } + + /* delete the visual */ + if (inst->o_box) + { + /* remove mouse down callback hook */ + evas_object_event_callback_del(inst->o_box, EVAS_CALLBACK_MOUSE_DOWN, + _places_cb_mouse_down); + places_empty_box(inst->o_box); + evas_object_del(inst->o_box); + } + + E_FREE(inst); +} + +/* For for when container says we are changing position */ +static void +_gc_orient(E_Gadcon_Client *gcc, E_Gadcon_Orient orient) +{ + //~ Instance *inst; + + //~ inst = gcc->data; + //~ switch (orient) + //~ { + //~ case E_GADCON_ORIENT_FLOAT: + //~ case E_GADCON_ORIENT_HORIZ: + //~ case E_GADCON_ORIENT_TOP: + //~ case E_GADCON_ORIENT_BOTTOM: + //~ case E_GADCON_ORIENT_CORNER_TL: + //~ case E_GADCON_ORIENT_CORNER_TR: + //~ case E_GADCON_ORIENT_CORNER_BL: + //~ case E_GADCON_ORIENT_CORNER_BR: + //~ _ibar_orient_set(inst->ibar, 1); + //~ e_gadcon_client_aspect_set(gcc, evas_list_count(inst->ibar->icons) * 16, 16); + //~ break; + //~ case E_GADCON_ORIENT_VERT: + //~ case E_GADCON_ORIENT_LEFT: + //~ case E_GADCON_ORIENT_RIGHT: + //~ case E_GADCON_ORIENT_CORNER_LT: + //~ case E_GADCON_ORIENT_CORNER_RT: + //~ case E_GADCON_ORIENT_CORNER_LB: + //~ case E_GADCON_ORIENT_CORNER_RB: + //~ _ibar_orient_set(inst->ibar, 0); + //~ e_gadcon_client_aspect_set(gcc, 16, evas_list_count(inst->ibar->icons) * 16); + //~ break; + //~ default: + //~ break; + //~ } + //~ e_gadcon_client_min_size_set(gcc, 16, 16); + + e_gadcon_client_aspect_set(gcc, 200, 30 * eina_list_count(volumes) + 30); + e_gadcon_client_min_size_set(gcc, 200, 30 * eina_list_count(volumes) + 30); +} + +/* Gadget/Module label */ +static char * +_gc_label(E_Gadcon_Client_Class *client_class) +{ + return "Places"; +} + +/* so E can keep a unique instance per-container */ +static const char * +_gc_id_new(E_Gadcon_Client_Class *client_class) +{ + Config_Item *ci = NULL; + + ci = _places_conf_item_get(NULL); + return ci->id; +} + +/* gets called when container says remove this item */ +static void +_gc_id_del(E_Gadcon_Client_Class *client_class, const char *id) +{ + Config_Item *ci = NULL; + + if (!(ci = _places_conf_item_get(id))) return; + + /* cleanup !! */ + if (ci->id) eina_stringshare_del(ci->id); + + places_conf->conf_items = eina_list_remove(places_conf->conf_items, ci); + E_FREE(ci); +} + +static Evas_Object * +_gc_icon(E_Gadcon_Client_Class *client_class, Evas *evas) +{ + Evas_Object *o = NULL; + char buf[4096]; + + /* theme */ + snprintf(buf, sizeof(buf), "%s/e-module-places.edj", places_conf->module->dir); + + /* create icon object */ + o = edje_object_add(evas); + + /* load icon from theme */ + edje_object_file_set(o, buf, "icon"); + + return o; +} + +/* new module needs a new config :), or config too old and we need one anyway */ +static void +_places_conf_new(void) +{ + Config_Item *ci = NULL; + char buf[128]; + + places_conf = E_NEW(Config, 1); + places_conf->version = (MOD_CONFIG_FILE_EPOCH << 16); + +#define IFMODCFG(v) if ((places_conf->version & 0xffff) < v) { +#define IFMODCFGEND } + + /* setup defaults */ + IFMODCFG(0x008d); + places_conf->show_header = 1; + places_conf->auto_mount = 0; + places_conf->auto_open = 0; + _places_conf_item_get(NULL); + IFMODCFGEND; + + IFMODCFG(0x008e); + places_conf->fm = NULL; + IFMODCFGEND; + + /* update the version */ + places_conf->version = MOD_CONFIG_FILE_VERSION; + + /* setup limits on the config properties here (if needed) */ + + /* save the config to disk */ + e_config_save_queue(); +} + +static void +_places_conf_free(void) +{ + /* cleanup any stringshares here */ + while (places_conf->conf_items) + { + Config_Item *ci = NULL; + + ci = places_conf->conf_items->data; + places_conf->conf_items = + eina_list_remove_list(places_conf->conf_items, + places_conf->conf_items); + /* EPA */ + if (ci->id) eina_stringshare_del(ci->id); + E_FREE(ci); + } + + if (places_conf->fm) eina_stringshare_del(places_conf->fm); + E_FREE(places_conf); +} + +/* timer for the config oops dialog */ +static int +_places_conf_timer(void *data) +{ + e_util_dialog_show("Places Configuration Updated", data); + return 0; +} + +/* function to search for any Config_Item struct for this Item + * create if needed */ +static Config_Item * +_places_conf_item_get(const char *id) +{ + Eina_List *l = NULL; + Config_Item *ci = NULL; + char buf[128]; + + if (!id) + { + /* nothing passed, return a new id */ + snprintf(buf, sizeof(buf), "%s.%d", _gc_class.name, ++uuid); + id = buf; + } + else + { + for (l = places_conf->conf_items; l; l = l->next) + { + if (!(ci = l->data)) continue; + if ((ci->id) && (!strcmp(ci->id, id))) return ci; + } + } + ci = E_NEW(Config_Item, 1); + ci->id = eina_stringshare_add(id); + ci->switch2 = 0; + places_conf->conf_items = eina_list_append(places_conf->conf_items, ci); + return ci; +} + +/* Pants On */ +static void +_places_cb_mouse_down(void *data, Evas *evas, Evas_Object *obj, void *event) +{ + Instance *inst = NULL; + Evas_Event_Mouse_Down *ev; + E_Zone *zone = NULL; + E_Menu_Item *mi = NULL; + int x, y; + + if (!(inst = data)) return; + ev = event; + if ((ev->button == 3) && (!inst->menu)) + { + /* grab current zone */ + zone = e_util_zone_current_get(e_manager_current_get()); + + /* create popup menu */ + inst->menu = e_menu_new(); + e_menu_post_deactivate_callback_set(inst->menu, _places_cb_menu_post, + inst); + + mi = e_menu_item_new(inst->menu); + e_menu_item_label_set(mi, D_("Configuration")); + e_util_menu_item_edje_icon_set(mi, "enlightenment/configuration"); + e_menu_item_callback_set(mi, _places_cb_menu_configure, NULL); + + /* Each Gadget Client has a utility menu from the Container */ + e_gadcon_client_util_menu_items_append(inst->gcc, inst->menu, 0); + e_gadcon_canvas_zone_geometry_get(inst->gcc->gadcon, &x, &y, + NULL, NULL); + + /* show the menu relative to gadgets position */ + e_menu_activate_mouse(inst->menu, zone, (x + ev->output.x), + (y + ev->output.y), 1, 1, + E_MENU_POP_DIRECTION_AUTO, ev->timestamp); + evas_event_feed_mouse_up(inst->gcc->gadcon->evas, ev->button, + EVAS_BUTTON_NONE, ev->timestamp, NULL); + } +} + +/* popup menu closing, cleanup */ +static void +_places_cb_menu_post(void *data, E_Menu *menu) +{ + Instance *inst = NULL; + + if (!(inst = data)) return; + if (!inst->menu) return; + e_object_del(E_OBJECT(inst->menu)); + inst->menu = NULL; +} + +/* call configure from popup */ +static void +_places_cb_menu_configure(void *data, E_Menu *mn, E_Menu_Item *mi) +{ + if (!places_conf) return; + if (places_conf->cfd) return; + e_int_config_places_module(mn->zone->container, NULL); +} diff --git a/src/e_mod_main.h b/src/e_mod_main.h new file mode 100644 index 0000000..f8d544f --- /dev/null +++ b/src/e_mod_main.h @@ -0,0 +1,91 @@ +/* Copyright (C) 2008 Davide Andreoli (see AUTHORS) + * + * This file is part of places. + * places is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * places is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with places. If not, see . + */ + +#ifndef E_MOD_MAIN_H +#define E_MOD_MAIN_H + +/* Macros used for config file versioning */ +#define MOD_CONFIG_FILE_EPOCH 0x0001 +#define MOD_CONFIG_FILE_GENERATION 0x008e +#define MOD_CONFIG_FILE_VERSION \ + ((MOD_CONFIG_FILE_EPOCH << 16) | MOD_CONFIG_FILE_GENERATION) + +#define D_(str) dgettext(PACKAGE, str) + +typedef struct _Config Config; +struct _Config +{ + E_Module *module; + E_Config_Dialog *cfd; + + /* The list; their location on screen ? */ + Eina_List *conf_items; + + /* config file version */ + int version; + + /* actual config properties; Define your own. (per-module) */ + const char *fm; + unsigned char show_header; + unsigned char auto_mount; + unsigned char auto_open; +}; + +/* This struct used to hold config for individual items from above list */ +typedef struct _Config_Item Config_Item; +struct _Config_Item +{ + /* unique id */ + const char *id; + + /* actual config properties; Define your own per-item (pos, clr) */ + int switch2; +}; + +typedef struct _Instance Instance; +struct _Instance +{ + /* pointer to this gadget's container */ + E_Gadcon_Client *gcc; + + /* evas_object used to display */ + Evas_Object *o_box; + + /* popup anyone ? */ + E_Menu *menu; + + /* Config_Item structure. Every gadget should have one :) */ + Config_Item *conf_item; +}; + +/* Setup the E Module Version, Needed to check if module can run. */ +EAPI extern E_Module_Api e_modapi; + +/* E API Module Interface Declarations + * + * Need to initialize, shutdown, save the module */ +EAPI void *e_modapi_init(E_Module *m); +EAPI int e_modapi_shutdown(E_Module *m); +EAPI int e_modapi_save(E_Module *m); + +/* Function for calling the modules config dialog */ +EAPI E_Config_Dialog *e_int_config_places_module(E_Container *con, const char *params __UNUSED__); + +extern Config *places_conf; +extern Eina_List *instances; + +#endif diff --git a/src/e_mod_places.c b/src/e_mod_places.c new file mode 100644 index 0000000..9a525eb --- /dev/null +++ b/src/e_mod_places.c @@ -0,0 +1,942 @@ +/* Copyright (C) 2008 Davide Andreoli (see AUTHORS) + * + * This file is part of places. + * places is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * places is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with places. If not, see . + */ + +#include +#include +#include +#include +#include +#include "config.h" +#include "e_mod_main.h" +#include "e_mod_places.h" + +#define FREE_STR(str) \ + if (str) free(str); \ + str = NULL; + +/* Local Function Prototypes */ +static int _places_poller(void *data); +static void _places_print_volume(Volume *v); +static void _places_error_show(const char *title, const char *text1, const char *text2, const char *text3); +static void _places_run_fm(void *data, E_Menu *m, E_Menu_Item *mi); +static void _places_volume_add(const char *udi); +static void _places_volume_del(Volume *v); +static void _places_mount_volume(Volume *vol); +static const char *_places_human_size_get(unsigned long long size); +static unsigned long long _places_free_space_get(const char *mount); +static void _places_update_size(Evas_Object *obj, Volume *vol); +// Edje callbacks +void _places_icon_activated_cb(void *data, Evas_Object *o, const char *emission, const char *source); +void _places_eject_activated_cb(void *data, Evas_Object *o, const char *emission, const char *source); +//Hal callbacks +void _places_mount_cb(void *user_data, void *method_return, DBusError *error); +void _places_unmount_cb(void *user_data, void *method_return, DBusError *error); +void _places_eject_cb(void *user_data, void *method_return, DBusError *error); +void _places_device_add_cb(void *data, DBusMessage *msg); +void _places_device_rem_cb(void *data, DBusMessage *msg); +void _places_volume_prop_modified_cb(void *data, DBusMessage *msg); +void _places_volume_all_cb(void *user_data, void *reply_data, DBusError *error); +void _places_volume_cb(void *user_data, void *reply_data, DBusError *error); +void _places_volume_properties_cb(void *data, void *reply_data, DBusError *error); +void _places_storage_properties_cb(void *data, void *reply_data, DBusError *error); + +/* Local Variables */ +static E_DBus_Connection *conn; +static E_DBus_Signal_Handler *sh_added, *sh_removed; +static Ecore_Timer *poller; +static char theme_file[PATH_MAX]; +Eina_List *volumes; + +/* Implementation */ +void +places_init(void) +{ + volumes = NULL; + + /* theme file (maybe check if found in the current theme) */ + snprintf(theme_file, PATH_MAX, "%s/e-module-places.edj", places_conf->module->dir); + + conn = e_dbus_bus_get(DBUS_BUS_SYSTEM); + if (!conn) + { + printf("Error connecting to system bus. Is it running?\n"); + return; + } + + sh_added = e_dbus_signal_handler_add(conn, "org.freedesktop.Hal", + "/org/freedesktop/Hal/Manager", + "org.freedesktop.Hal.Manager", + "DeviceAdded", + _places_device_add_cb, NULL); + sh_removed = e_dbus_signal_handler_add(conn, "org.freedesktop.Hal", + "/org/freedesktop/Hal/Manager", + "org.freedesktop.Hal.Manager", + "DeviceRemoved", + _places_device_rem_cb, NULL); + + + e_hal_manager_find_device_by_capability(conn, "volume", + _places_volume_all_cb, NULL); + + poller = ecore_timer_add(3, _places_poller, NULL); +} + +void +places_shutdown(void) +{ + ecore_timer_del(poller); + + e_dbus_signal_handler_del(conn, sh_added); + e_dbus_signal_handler_del(conn, sh_removed); + + while (volumes) + _places_volume_del((Volume*)volumes->data); + + e_dbus_connection_close(conn); +} + +void +places_update_all_gadgets(void) +{ + Eina_List *l; + + for (l = instances; l; l = l->next) + { + Instance *inst; + + inst = l->data; + places_fill_box(inst->o_box); + } +} + +int +_places_volume_sort_cb(const void *d1, const void *d2) +{ + const Volume *v1 = d1; + const Volume *v2 = d2; + + if(!v1 || !v1->label) return(1); + if(!v2 || !v2->label) return(-1); + + return strcmp(v1->label, v2->label); +} + +void +places_fill_box(Evas_Object *box) +{ + Eina_List *l; + int min_w, min_h, max_w, max_h; + Evas_Object *o, *sep, *icon; + + places_empty_box(box); + + volumes = eina_list_sort(volumes, 0, _places_volume_sort_cb); + + for (l = volumes; l; l = l->next) + { + Volume *vol = l->data; + + if (!vol->valid) continue; + + /* volume object */ + o = edje_object_add(evas_object_evas_get(box)); + edje_object_file_set(o, theme_file, "modules/places/main"); + vol->obj = o; + + //set volume label + if (vol->label && strlen(vol->label) > 0) + edje_object_part_text_set(o, "volume_label", vol->label); + else if (vol->mount_point && !strcmp(vol->mount_point, "/")) + edje_object_part_text_set(o, "volume_label", D_("Filesystem")); + else if (vol->mount_point) + edje_object_part_text_set(o, "volume_label", + ecore_file_file_get(vol->mount_point)); + else + edje_object_part_text_set(o, "volume_label", D_("No Name")); + + //set free label e gauge + _places_update_size(o, vol); + + //choose icon + vol->icon = "modules/places/icon/generic"; + if (!strcmp(vol->drive_type, "cdrom")) + { + if (!strcmp(vol->fstype, "udf")) + vol->icon = "modules/places/icon/dvd"; + else + vol->icon = "modules/places/icon/cdrom"; + } + else if (!strcmp(vol->drive_type, "sd_mmc")) + vol->icon = "modules/places/icon/sdmmc"; + else if (!strcmp(vol->drive_type, "memory_stick")) + vol->icon = "modules/places/icon/ms"; + else if (!strcmp(vol->model, "iPod")) + vol->icon = "modules/places/icon/ipod"; + else if (!strcmp(vol->fstype, "ext3")) + vol->icon = "modules/places/icon/ext3"; + else if (!strcmp(vol->fstype, "vfat") || !strcmp(vol->fstype, "ntfs")) + vol->icon = "modules/places/icon/vfat"; + else if (!strcmp(vol->fstype, "hfs") || !strcmp(vol->fstype, "hfsplus")) + vol->icon = "modules/places/icon/hfs"; + + //set icon + icon = edje_object_add(evas_object_evas_get(box)); + edje_object_file_set(icon, theme_file, vol->icon); + edje_object_part_swallow(o, "icon", icon); + + //set ghost icon + icon = edje_object_add(evas_object_evas_get(box)); + edje_object_file_set(icon, theme_file, vol->icon); + edje_object_part_swallow(o, "icon_ghost", icon); + + //set mount/eject icon + if (vol->requires_eject || (vol->mounted && strcmp(vol->mount_point, "/")) || + !strcmp(vol->bus, "usb")) //Some usb key don't have requires_eject set (probably an hal error) + edje_object_signal_emit(o, "icon,eject,show", "places"); + else + edje_object_signal_emit(o, "icon,eject,hide", "places"); + + /* connect signals from edje */ + edje_object_signal_callback_add(o, "icon,activated", "places", + _places_icon_activated_cb, vol); + edje_object_signal_callback_add(o, "eject,activated", "places", + _places_eject_activated_cb, vol); + + /* pack the volume in the box */ + evas_object_show(o); + edje_object_size_min_get(o, &min_w, &min_h); + edje_object_size_max_get(o, &max_w, &max_h); + if (!strcmp(vol->mount_point, "/")) + e_box_pack_start(box, o); + else + e_box_pack_end(box, o); + e_box_pack_options_set(o, + 1, 0, /* fill */ + 1, 0, /* expand */ + 0.5, 0.0, /* align */ + min_w, min_h, /* min */ + max_w, max_h /* max */ + ); + } + + /* header */ + if (places_conf->show_header) + { + o = edje_object_add(evas_object_evas_get(box)); + edje_object_file_set(o, theme_file, "modules/places/header"); + edje_object_part_text_set(o, "title", D_("p l a c e s")); + edje_object_size_min_get(o, &min_w, &min_h); + edje_object_size_max_get(o, &max_w, &max_h); + evas_object_show(o); + e_box_pack_start(box, o); + e_box_pack_options_set(o, + 1, 0, /* fill */ + 1, 0, /* expand */ + 0.5, 0.0, /* align */ + min_w, min_h, /* min */ + max_w, max_h /* max */ + ); + } +} + +void +places_empty_box(Evas_Object *box) +{ + int count; + + e_box_freeze(box); + count = e_box_pack_count_get(box); + while (count >= 0) + { + Evas_Object *o; + Evas_Object *swal; + + o = e_box_pack_object_nth(box, count); + swal = edje_object_part_swallow_get(o, "icon_ghost"); + if (swal) + { + edje_object_part_unswallow(o, swal); + evas_object_del(swal); + } + swal = edje_object_part_swallow_get(o, "icon"); + if (swal) + { + edje_object_part_unswallow(o, swal); + evas_object_del(swal); + } + + e_box_unpack(o); + evas_object_del(o); + + count--; + } + e_box_thaw(box); +} + +void +places_generate_menu(void *data, E_Menu *em) +{ + E_Menu_Item *mi; + char buf[PATH_MAX]; + + /* Home */ + mi = e_menu_item_new(em); + e_menu_item_label_set(mi, D_("Home")); + e_util_menu_item_edje_icon_set(mi, "fileman/home"); + e_menu_item_callback_set(mi, _places_run_fm, (char*)e_user_homedir_get()); + + /* Desktop */ + mi = e_menu_item_new(em); + e_menu_item_label_set(mi, D_("Desktop")); + e_util_menu_item_edje_icon_set(mi, "fileman/desktop"); + snprintf(buf, sizeof(buf), "%s/Desktop", (char*)e_user_homedir_get()); + e_menu_item_callback_set(mi, _places_run_fm, strdup(buf)); //TODO free somewhere + + /* Trash */ + mi = e_menu_item_new(em); + e_menu_item_label_set(mi, D_("Trash")); + e_util_menu_item_edje_icon_set(mi, "fileman/folder"); + e_menu_item_callback_set(mi, _places_run_fm, "trash:///"); + + /* File System */ + mi = e_menu_item_new(em); + e_menu_item_label_set(mi, D_("Filesystem")); + e_util_menu_item_edje_icon_set(mi, "fileman/hdd"); + e_menu_item_callback_set(mi, _places_run_fm, "/"); + + //separator + mi = e_menu_item_new(em); + e_menu_item_separator_set(mi, 1); + + /* Volumes */ + Eina_List *l; + for (l = volumes; l; l = l->next) + { + Volume *vol = l->data; + if (!vol->valid) continue; + if (!vol->mounted) continue; + if (vol->mount_point && !strcmp(vol->mount_point, "/")) continue; + + mi = e_menu_item_new(em); + if ((vol->label) && (vol->label[0] != '\0')) + e_menu_item_label_set(mi, vol->label); + else + e_menu_item_label_set(mi, ecore_file_file_get(vol->mount_point)); + + e_menu_item_icon_edje_set(mi, theme_file, vol->icon); + e_menu_item_callback_set(mi, _places_run_fm, (void*)vol->mount_point); + } + + //separator + mi = e_menu_item_new(em); + e_menu_item_separator_set(mi, 1); + + /* Favorites */ + char line[PATH_MAX]; + FILE* fp; + + snprintf(buf, sizeof(buf), "%s/.gtk-bookmarks", e_user_homedir_get()); + fp = fopen(buf, "r"); + if (fp) + { + while(fgets(line, sizeof(line), fp)) + { + line[strlen(line) - 1] = '\0'; + if (ecore_file_exists(line + 7)) + { + mi = e_menu_item_new(em); + e_menu_item_label_set(mi, ecore_file_file_get(line)); + e_util_menu_item_edje_icon_set(mi, "fileman/folder"); + e_menu_item_callback_set(mi, _places_run_fm, strdup(line + 7)); //TODO free somewhere + } + } + fclose(fp); + } + + e_menu_pre_activate_callback_set(em, NULL, NULL); +} + +void +places_augmentation(void *data, E_Menu *em) +{ + E_Menu_Item *mi; + E_Menu *m; + + mi = e_menu_item_new(em); + e_menu_item_label_set(mi, D_("Places")); + e_util_menu_item_edje_icon_set(mi, "enlightenment/fileman"); + + m = e_menu_new(); + e_menu_item_submenu_set(mi, m); + + e_menu_pre_activate_callback_set(m, places_generate_menu, NULL); +} + +/* Internals */ +static int +_places_poller(void *data) +{ + Eina_List *l; + + for (l = volumes; l; l = l->next) + { + Volume *vol = l->data; + + if (!vol->valid || !vol->mounted) continue; + _places_update_size(vol->obj, vol); + } + + return 1; +} + +static void +_places_print_volume(Volume *v) +{ + printf("Got volume %s\n", v->udi); + printf(" label: %s\n",v->label); + printf(" mounted: %d\n", v->mounted); + printf(" m_point: %s\n", v->mount_point); + printf(" fstype: %s\n", v->fstype); + printf(" bus: %s\n", v->bus); + printf(" drive_type: %s\n", v->drive_type); + printf(" model: %s\n", v->model); + printf(" vendor: %s\n", v->vendor); + printf(" serial: %s\n", v->serial); + printf(" removable: %d\n", v->removable); + printf(" requires eject: %d\n", v->requires_eject); +} + +static void +_places_volume_add(const char *udi) +{ + Volume *v; + if (!udi) return; + + v = E_NEW(Volume, 1); + if (!v) return; + + v->udi = eina_stringshare_add(udi); + v->valid = 0; + v->obj = NULL; + v->icon = NULL; + v->to_mount = 0; + v->force_open = 0; + + if (places_conf->auto_mount) + v->to_mount = 1; + + if (places_conf->auto_open) + v->force_open = 1; + + volumes = eina_list_append(volumes, v); + e_hal_device_get_all_properties(conn, v->udi, _places_volume_properties_cb, v); + + v->sh_prop = e_dbus_signal_handler_add(conn, "org.freedesktop.Hal", v->udi, + "org.freedesktop.Hal.Device", + "PropertyModified", + _places_volume_prop_modified_cb, v); +} + +static void +_places_volume_del(Volume *v) +{ + e_dbus_signal_handler_del(conn, v->sh_prop); + volumes = eina_list_remove(volumes, v); + eina_stringshare_del(v->udi); + eina_stringshare_del(v->label); + eina_stringshare_del(v->mount_point); + eina_stringshare_del(v->fstype); + eina_stringshare_del(v->bus); + eina_stringshare_del(v->drive_type); + eina_stringshare_del(v->model); + eina_stringshare_del(v->vendor); + eina_stringshare_del(v->serial); + free(v); +} + +static const char * +_places_human_size_get(unsigned long long size) +{ + double dsize; + char hum[32], *suffix; + + dsize = (double)size; + if (dsize < 1024) + snprintf(hum, sizeof(hum), "%.0fb", dsize); + else + { + dsize /= 1024.0; + if (dsize < 1024) + suffix = "KB"; + else + { + dsize /= 1024.0; + if (dsize < 1024) + suffix = "MB"; + else + { + dsize /= 1024.0; + suffix = "GB"; + } + } + snprintf(hum, sizeof(hum), "%.1f%s", dsize, suffix); + } + + return eina_stringshare_add(hum); +} + +static unsigned long long +_places_free_space_get(const char *mount) +{ + struct statfs s; +//printf("GET SPACE of %s\n", mount); + if (!mount) return 0; + if (statfs(mount, &s) != 0) + return 0; +//printf(" SPACE %d\n", (s.f_bfree * s.f_bsize)); + return (unsigned long long)(s.f_bfree * s.f_bsize); +} + +static void +_places_error_show(const char *title, const char *text1, const char *text2, const char *text3) +{ + char str[4096]; + E_Dialog *dia; + + snprintf(str, sizeof(str),"%s

%s
%s", text1, text2, text3); + + dia = e_dialog_new(NULL, "E", "_places_error"); + e_dialog_title_set(dia, title); + e_dialog_icon_set(dia, "fileman/hdd", 64); + e_dialog_button_add(dia, "OK", NULL, NULL, NULL); + e_dialog_text_set(dia, str); + e_dialog_show(dia); + +} + +static void +_places_run_fm_external(const char *fm, const char *directory) +{ + pid_t pid; + + pid = fork(); + if (pid < 0) + { + perror("cannot fork to launch external file manager."); + return; + } + else if (pid == 0) + { + const char * const cmd[3] = {fm, directory, NULL}; + execv(fm, (char * const *)cmd); + fprintf(stderr, + "ERROR: could not exec external file manager \"%s\": %s.\n", + fm, strerror(errno)); + exit(-1); + } +} + +static void +_places_run_fm(void *data, E_Menu *m, E_Menu_Item *mi) +{ + const char *directory = data; + + if (places_conf->fm && (places_conf->fm[0] != '\0')) + { + _places_run_fm_external(places_conf->fm, directory); + return; + } + + E_Action *act = e_action_find("fileman"); + Eina_List *managers = e_manager_list(); + + if (act && act->func.go && managers && managers->data) + act->func.go(E_OBJECT(managers->data), directory); + else + _places_run_fm_external("thunar", directory); +} + +static void +_places_update_size(Evas_Object *obj, Volume *vol) +{ + char buf[256]; + char buf2[16]; + const char *tot_h, *free_h; + unsigned long long free; + + //Free label + tot_h = _places_human_size_get(vol->size); + if (vol->mounted) + { + free = _places_free_space_get(vol->mount_point); + free_h = _places_human_size_get(free); + snprintf(buf, sizeof(buf), "%s %s %s",free_h, D_("free of"),tot_h); + edje_object_part_text_set(obj, "size_label", buf); + eina_stringshare_del(free_h); + } + else + { + snprintf(buf, sizeof(buf), D_("%s Not Mounted"), tot_h); + edje_object_part_text_set(obj, "size_label", buf); + } + eina_stringshare_del(tot_h); + + //Gauge + int percent; + Edje_Message_Float msg_float; + + if (vol->mounted) + { + percent = 100 - (((long double)free / (long double)vol->size) * 100); + snprintf(buf2, sizeof(buf2), "%d%%", percent); + edje_object_part_text_set(obj, "percent_label", buf2); + + msg_float.val = (float)percent / 100; + edje_object_message_send(obj, EDJE_MESSAGE_FLOAT, 1, &msg_float); + edje_object_part_text_set(obj, "eject_label", D_("unmount")); + } + else + { + edje_object_signal_emit(obj, "gauge,hide", "places"); + edje_object_part_text_set(obj, "percent_label", ""); + edje_object_part_text_set(obj, "eject_label", D_("eject")); + } +} + +static void +_places_mount_volume(Volume *vol) +{ + Ecore_List *opt = NULL; + char buf[256]; + + if ((!strcmp(vol->fstype, "vfat")) || (!strcmp(vol->fstype, "ntfs"))) + { + opt = ecore_list_new(); + snprintf(buf, sizeof(buf), "uid=%i", (int)getuid()); + ecore_list_append(opt, buf); + } + e_hal_device_volume_mount(conn, vol->udi, vol->mount_point, vol->fstype, opt, _places_mount_cb, vol); + vol->to_mount = 0; + if (opt) ecore_list_destroy(opt); +} + +/**********************/ +/* EDJE Callbacks */ +/**********************/ +void +_places_icon_activated_cb(void *data, Evas_Object *o, const char *emission, const char *source) +{ + Volume *vol; + E_Fm2_Mount *emount; + + vol = data; + + if (vol->mounted) + _places_run_fm((void*)vol->mount_point, NULL, NULL); + else + { + vol->force_open = 1; + _places_mount_volume(vol); + } +} + +void +_places_eject_activated_cb(void *data, Evas_Object *o, const char *emission, const char *source) +{ + Volume *vol = data; + + if (vol->mounted) + e_hal_device_volume_unmount(conn, vol->udi, NULL, _places_unmount_cb, vol); + else + e_hal_device_volume_eject(conn, vol->udi, NULL, _places_eject_cb, vol); + +} + +/***********************/ +/* HAL /DBUS Callbacks */ +/***********************/ +static int +_places_open_when_mounted(void *data) +{ + Volume *vol = data; + + if (vol->mount_point) + { + _places_run_fm((void*)vol->mount_point, NULL, NULL); + return 0; + } + + return 1; +} + +void +_places_mount_cb(void *user_data, void *method_return, DBusError *error) +{ + Volume *vol = user_data; + + if (dbus_error_is_set(error)) + { + _places_error_show("Mount Error", "Can't mount device.",error->name, error->message); + dbus_error_free(error); + return; + } + + if (vol->force_open) + { + ecore_timer_add(0.1, _places_open_when_mounted, vol); + vol->force_open = 0; + } +} + +void +_places_unmount_cb(void *user_data, void *method_return, DBusError *error) +{ + Volume *vol = user_data; + + if (dbus_error_is_set(error)) + { + _places_error_show("Unmount Error", "Can't unmount device.",error->name, error->message); + dbus_error_free(error); + } +} + +void +_places_eject_cb(void *user_data, void *method_return, DBusError *error) +{ + Volume *vol = user_data; + + if (dbus_error_is_set(error)) + { + _places_error_show("Eject Error", "Can't eject device.",error->name, error->message); + dbus_error_free(error); + } +} + +/* Dbus CB - Generic device added */ +void +_places_device_add_cb(void *data, DBusMessage *msg) +{ + DBusError err; + char *udi; + + dbus_error_init(&err); + dbus_message_get_args(msg, &err, DBUS_TYPE_STRING, &udi, DBUS_TYPE_INVALID); + + //printf("PLACES DBUS CB UDI:%s\n", udi); + e_hal_device_query_capability(conn, udi, "volume", + _places_volume_cb, + (void*)eina_stringshare_add(udi)); +} + +/* Dbus CB - Generic device removed */ +void +_places_device_rem_cb(void *data, DBusMessage *msg) +{ + DBusError err; + char *udi; + Eina_List *l; + + dbus_error_init(&err); + dbus_message_get_args(msg, &err, DBUS_TYPE_STRING, &udi, DBUS_TYPE_INVALID); + + for (l = volumes; l; l = l->next) + { + Volume *v; + + v = l->data; + if (!strcmp(v->udi, udi)) + { + printf("PLACES Removed %s\n", v->udi); + _places_volume_del(v); + places_update_all_gadgets(); + return; + } + } +} + +/* Dbus CB - Called when a device change some properties */ +void +_places_volume_prop_modified_cb(void *data, DBusMessage *msg) +{ + Volume *v = data; + printf("properties\n"); + e_hal_device_get_all_properties(conn, v->udi, _places_volume_properties_cb, v); +} + +/* Dbus CB - Reply of all device of type "volume" */ +void +_places_volume_all_cb(void *user_data, void *reply_data, DBusError *error) +{ + E_Hal_Manager_Find_Device_By_Capability_Return *ret = reply_data; + char *udi; + + if (!ret || !ret->strings) return; + + if (dbus_error_is_set(error)) + { + // XXX handle... + dbus_error_free(error); + return; + } + + ecore_list_first_goto(ret->strings); + while ((udi = ecore_list_next(ret->strings))) + _places_volume_add(udi); + + //TODO free ret?? +} + +/* Dbus CB - Reply of capability of type "volume" */ +void +_places_volume_cb(void *user_data, void *reply_data, DBusError *error) +{ + Volume *v; + char *udi = user_data; + E_Hal_Device_Query_Capability_Return *ret = reply_data; + + if (ret && ret->boolean) + { + //~ printf("PLACES DBUS CB UDI:%s\n", udi); + _places_volume_add(udi); + } + + eina_stringshare_del(udi); +} + +/* Dbus CB - Volume get properties */ +void +_places_volume_properties_cb(void *data, void *reply_data, DBusError *error) +{ + Volume *v = data; + E_Hal_Device_Get_All_Properties_Return *reply = reply_data; + int err = 0; + char *str = NULL; + + /* skip volumes with volume.ignore set */ + if (e_hal_property_bool_get(reply, "volume.ignore", &err) || err) + return; + + /* skip volumes that aren't filesystems */ + str = e_hal_property_string_get(reply, "volume.fsusage", &err); + if (err || !str || strcmp(str, "filesystem")) + { + FREE_STR(str); + return; + } + //~ v->uuid = e_hal_property_string_get(ret, "volume.uuid", &err); + //~ if (err) goto error; + + str = e_hal_property_string_get(reply, "volume.label", &err); + if (!err) v->label = eina_stringshare_add(str); + FREE_STR(str); + + v->mounted = e_hal_property_bool_get(reply, "volume.is_mounted", &err); + + str = e_hal_property_string_get(reply, "volume.mount_point", &err); + if (!err) v->mount_point = eina_stringshare_add(str); + FREE_STR(str); + + str = e_hal_property_string_get(reply, "volume.fstype", &err); + if (!err) v->fstype = eina_stringshare_add(str); + FREE_STR(str); + + v->size = e_hal_property_uint64_get(reply, "volume.size", &err); + + //~ v->partition = e_hal_property_bool_get(ret, "volume.is_partition", &err); + //~ if (err) goto error; + + //~ if (v->partition) + //~ { + //~ v->partition_label = e_hal_property_string_get(ret, "volume.partition.label", &err); + //~ if (err) goto error; + //~ } + + str = e_hal_property_string_get(reply, "info.parent", &err); + if (!err && str) + { + e_hal_device_get_all_properties(conn, str, _places_storage_properties_cb, v); + FREE_STR(str); + } + + return; +} + +/* Dbus CB - Storage get properties */ +void +_places_storage_properties_cb(void *data, void *reply_data, DBusError *error) +{ + Volume *v = data; + E_Hal_Properties *ret = reply_data; + int err = 0; + char *str; + + if (!v) return; + if (dbus_error_is_set(error)) + { + dbus_error_free(error); + return; + } + + str = e_hal_property_string_get(ret, "storage.bus", &err); + if (!err) v->bus = eina_stringshare_add(str); + FREE_STR(str); + + + str = e_hal_property_string_get(ret, "storage.drive_type", &err); + if (!err) v->drive_type = eina_stringshare_add(str); + FREE_STR(str); + + str = e_hal_property_string_get(ret, "storage.model", &err); + if (!err) v->model = eina_stringshare_add(str); + FREE_STR(str); + + str = e_hal_property_string_get(ret, "storage.vendor", &err); + if (!err) v->vendor = eina_stringshare_add(str); + FREE_STR(str); + + str = e_hal_property_string_get(ret, "storage.serial", &err); + if (!err) v->serial = eina_stringshare_add(str); + FREE_STR(str); + + v->removable = e_hal_property_bool_get(ret, "storage.removable", &err); + v->requires_eject = e_hal_property_bool_get(ret, "storage.requires_eject", &err); + + //~ // if (s->removable) + //~ { + //~ s->media_available = e_hal_property_bool_get(ret, "storage.removable.media_available", &err); + //~ s->media_size = e_hal_property_uint64_get(ret, "storage.removable.media_size", &err); + //~ } + + + //~ s->hotpluggable = e_hal_property_bool_get(ret, "storage.hotpluggable", &err); + //~ s->media_check_enabled = e_hal_property_bool_get(ret, "storage.media_check_enabled", &err); + + //~ s->icon.drive = e_hal_property_string_get(ret, "storage.icon.drive", &err); + //~ s->icon.volume = e_hal_property_string_get(ret, "storage.icon.volume", &err); + + _places_print_volume(v); //TODO Remove this + v->valid = 1; + + if (v->to_mount && !v->mounted) + _places_mount_volume(v); + v->to_mount = 0; + + places_update_all_gadgets(); //TODO Update only this volume, not all + return; +} + + diff --git a/src/e_mod_places.h b/src/e_mod_places.h new file mode 100644 index 0000000..376b1f7 --- /dev/null +++ b/src/e_mod_places.h @@ -0,0 +1,58 @@ +/* Copyright (C) 2008 Davide Andreoli (see AUTHORS) + * + * This file is part of places. + * places is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * places is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with places. If not, see . + */ + +#ifndef E_MOD_PLACES_H +#define E_MOD_PLACES_H + + +typedef struct _Volume +{ + const char *udi; + const char *label; + unsigned char mounted; + const char *mount_point; + const char *fstype; + long long size; + + const char *bus; + const char *drive_type; + const char *model; + const char *vendor; + const char *serial; + unsigned char removable; + unsigned char requires_eject; + + E_DBus_Signal_Handler *sh_prop; + unsigned char valid; + unsigned char to_mount; + unsigned char force_open; + Evas_Object *obj; + const char *icon; + +}Volume; + +void places_init(void); +void places_shutdown(void); +void places_update_all_gadgets(void); +void places_fill_box(Evas_Object *box); +void places_empty_box(Evas_Object *box); + +void places_generate_menu(void *data, E_Menu *em); +void places_augmentation(void *data, E_Menu *em); + + +#endif