Initial Commit
authorEmmanuel Bretelle <chantra@debuntu.org>
Sun, 7 Feb 2010 09:38:35 +0000 (10:38 +0100)
committerEmmanuel Bretelle <chantra@debuntu.org>
Sun, 7 Feb 2010 09:38:35 +0000 (10:38 +0100)
33 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
configure.ac [new file with mode: 0644]
data/Makefile.am [new file with mode: 0644]
data/celltowerinfo.desktop [new file with mode: 0644]
data/icons/32x32/celltowerinfo.png [new file with mode: 0644]
data/icons/48x48/celltowerinfo.png [new file with mode: 0644]
data/icons/celltowerinfo128x128.png [new file with mode: 0644]
data/icons/celltowerinfo256x256.png [new file with mode: 0644]
data/icons/celltowerinfo512x512.png [new file with mode: 0644]
data/icons/celltowerinfo64x64.png [new file with mode: 0644]
data/icons/scalable/celltowerinfo.png [new file with mode: 0644]
data/org.debuntu.celltowerinfo.service [new file with mode: 0644]
debian/celltowerinfo.install [new file with mode: 0644]
debian/celltowerinfo.postinst [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/maemo-optify [new file with mode: 0644]
debian/rules [new file with mode: 0755]
po/Makefile.in.in [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/en_GB.po [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/cellinfo-window.c [new file with mode: 0644]
src/cellinfo-window.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..2fb5cfd
--- /dev/null
@@ -0,0 +1,25 @@
+*.swp
+.svn
+.hg
+*~
+autom4te.cache
+Makefile.in
+Makefile
+config.guess
+config.sub
+config.status
+config.h
+compile
+configure-*
+aclocal.m4
+intltool*
+libtool
+ltmain.sh
+missing
+mkinstalldirs
+*.gmo
+stamp-*
+POTFILES
+.libs
+.deps
+
diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..d958e22
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1 @@
+Emmanuel Bretelle <chantra@debuntu.org>
diff --git a/COPYING b/COPYING
new file mode 100644 (file)
index 0000000..d60c31a
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,340 @@
+                   GNU GENERAL PUBLIC LICENSE
+                      Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                           Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  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
+this service 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 make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  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.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+\f
+                   GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute 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 and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+\f
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+\f
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+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
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+\f
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the 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 a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                           NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE 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.
+
+                    END OF TERMS AND CONDITIONS
+\f
+           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
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    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 2 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, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year  name of author
+    Gnomovision 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, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This 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 Library General
+Public License instead of this License.
diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..54caf7c
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,229 @@
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software
+Foundation, Inc.
+
+   This file is free documentation; the Free Software Foundation gives
+unlimited permission to copy, distribute and modify it.
+
+Basic Installation
+==================
+
+   These are generic installation instructions.
+
+   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 only 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.  If you're
+     using `csh' on an old version of System V, you might need to type
+     `sh ./configure' instead to prevent `csh' from trying to execute
+     `configure' itself.
+
+     Running `configure' takes awhile.  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.
+
+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=c89 CFLAGS=-O2 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 must use a version of `make' that
+supports the `VPATH' variable, such as 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 `..'.
+
+   If you have to use a `make' that does not support the `VPATH'
+variable, you have 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' will install the package's files in
+`/usr/local/bin', `/usr/local/man', etc.  You can specify an
+installation prefix other than `/usr/local' by giving `configure' the
+option `--prefix=PATH'.
+
+   You can specify separate installation prefixes for
+architecture-specific files and architecture-independent files.  If you
+give `configure' the option `--exec-prefix=PATH', the package will use
+PATH as the prefix for installing programs and libraries.
+Documentation and other data files will still use the regular prefix.
+
+   In addition, if you use an unusual directory layout you can give
+options like `--bindir=PATH' 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 `--target=TYPE' option 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
+
+will cause the specified gcc to be used as the C compiler (unless it is
+overridden in the site shell script).
+
+`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/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/configure.ac b/configure.ac
new file mode 100644 (file)
index 0000000..21f1f7b
--- /dev/null
@@ -0,0 +1,96 @@
+
+AC_INIT(Makefile.am)
+AM_INIT_AUTOMAKE(celltowerinfo, 0.0.1)
+AM_CONFIG_HEADER(config.h)
+
+AC_CANONICAL_HOST
+
+AC_PROG_CC
+AC_PROG_CPP
+AC_PROG_INSTALL
+AC_PROG_LIBTOOL
+AC_PROG_INTLTOOL([0.23])
+AC_HEADER_STDC
+
+# Option to enable debugging
+AC_ARG_ENABLE(debug,
+        [AC_HELP_STRING([  --enable-debug],[Debugging (default=no)])],
+        [with_debug=yes], [with_debug=no])
+
+if test "x$with_debug" == "xyes" ; then
+  CFLAGS="$CFLAGS -ggdb -O0 -DDEBUG -Wall -DUSE_HILDON"
+else
+  CFLAGS="$CFLAGS -O2 -Wall -DUSE_HILDON"
+fi
+
+# Hildon library dependencies
+PKG_CHECK_MODULES(HILDON, hildon-1 hildon-fm-2 conbtdialogs)
+AC_SUBST(HILDON_LIBS)
+AC_SUBST(HILDON_CFLAGS)
+
+# OSSO application framework dependencies
+PKG_CHECK_MODULES(OSSO, osso-af-settings >= 0.8.5 libosso >= 0.9.17 gnome-vfs-2.0 >= 2.8.4.11 gnome-vfs-module-2.0 >= 2.8.4.11)
+AC_SUBST(OSSO_LIBS)
+AC_SUBST(OSSO_CFLAGS)
+
+# Location
+PKG_CHECK_MODULES(LOCATION, liblocation)
+AC_SUBST(LOCATION_LIBS)
+AC_SUBST(LOCATION_CFLAGS)
+
+# Localisation
+GETTEXT_PACKAGE=$PACKAGE
+AC_SUBST(GETTEXT_PACKAGE)
+AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "${GETTEXT_PACKAGE}", [Name of gettext package])
+ALL_LINGUAS="en_GB"
+AM_GLIB_GNU_GETTEXT
+
+# To make application visible in maemo Task Navigator it needs a Desktop
+# file for the application.
+# D-BUS service file is needed to be able to launch the maemo application
+# and connect it to D-BUS services.
+# The following line defines install directories for these files.
+desktopentrydir=`$PKG_CONFIG osso-af-settings --variable=desktopentrydir`
+serviceentrydir=`$PKG_CONFIG osso-af-settings --variable=dbusservicedir`
+
+# Application locale install directory
+localedir=`$PKG_CONFIG osso-af-settings --variable=localedir`
+
+# Application pixmaps install directory
+#pixmapdir=`$PKG_CONFIG osso-af-settings --variable=hildonpixmapdir`
+
+# Application icon install directories
+icon_32x32dir=$datadir/icons/hicolor/32x32/apps
+icon_48x48dir=$datadir/icons/hicolor/48x48/apps
+icon_scalabledir=$datadir/icons/hicolor/scalable/apps
+
+# Help file install directory
+helpfile_engbdir=$datadir/hildon-help/en_GB
+
+# Hildon control panel plugin install directories
+pluginlibdir=`$PKG_CONFIG hildon-control-panel --variable=plugindir`
+plugindesktopentrydir=`$PKG_CONFIG hildon-control-panel --variable=plugindesktopentrydir`
+
+# Define as variables in Makefiles
+AC_SUBST(desktopentrydir)
+AC_SUBST(serviceentrydir)
+AC_SUBST(localedir)
+#AC_SUBST(pixmapdir)
+AC_SUBST(icon_32x32dir)
+AC_SUBST(icon_48x48dir)
+AC_SUBST(icon_scalabledir)
+AC_SUBST(pluginlibdir)
+AC_SUBST(plugindesktopentrydir)
+AC_SUBST(helpfile_engbdir)
+
+AC_DEFINE_UNQUOTED([LOCALEDIR], "${localedir}", [Runtime locale catalog files path])
+#AC_DEFINE_UNQUOTED([PIXMAPDIR], "${pixmapdir}", [Runtime pixmap files path]
+# Produce output files
+AC_OUTPUT(
+    Makefile \
+    src/Makefile \
+    data/Makefile \
+    po/Makefile.in \
+    po/Makefile
+)
+
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644 (file)
index 0000000..d5961ab
--- /dev/null
@@ -0,0 +1,9 @@
+serviceentry_DATA = org.debuntu.celltowerinfo.service
+
+desktopentry_DATA = celltowerinfo.desktop
+
+icon_32x32_DATA = icons/32x32/celltowerinfo.png
+icon_48x48_DATA = icons/48x48/celltowerinfo.png
+icon_scalable_DATA = icons/scalable/celltowerinfo.png
+
+EXTRA_DIST = $(serviceentry_DATA) $(desktopentry_DATA) $(icon_32x32_DATA) $(icon_48x48_DATA) $(icon_scalable_DATA)
diff --git a/data/celltowerinfo.desktop b/data/celltowerinfo.desktop
new file mode 100644 (file)
index 0000000..d692332
--- /dev/null
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.1
+Type=Application
+Name=CellTowerInfo
+Exec=/usr/bin/celltowerinfo
+Icon=celltowerinfo
+Categories=Network;GTK;
+X-Window-Icon=celltowerinfo
+X-Window-Icon-Dimmed=celltowerinfo
+X-Osso-Service=org.debuntu.celltowerinfo
+X-Osso-Type=application/x-executable
+
diff --git a/data/icons/32x32/celltowerinfo.png b/data/icons/32x32/celltowerinfo.png
new file mode 100644 (file)
index 0000000..f07fad0
Binary files /dev/null and b/data/icons/32x32/celltowerinfo.png differ
diff --git a/data/icons/48x48/celltowerinfo.png b/data/icons/48x48/celltowerinfo.png
new file mode 100644 (file)
index 0000000..51544eb
Binary files /dev/null and b/data/icons/48x48/celltowerinfo.png differ
diff --git a/data/icons/celltowerinfo128x128.png b/data/icons/celltowerinfo128x128.png
new file mode 100644 (file)
index 0000000..7ba2da4
Binary files /dev/null and b/data/icons/celltowerinfo128x128.png differ
diff --git a/data/icons/celltowerinfo256x256.png b/data/icons/celltowerinfo256x256.png
new file mode 100644 (file)
index 0000000..f83c25a
Binary files /dev/null and b/data/icons/celltowerinfo256x256.png differ
diff --git a/data/icons/celltowerinfo512x512.png b/data/icons/celltowerinfo512x512.png
new file mode 100644 (file)
index 0000000..97f4a01
Binary files /dev/null and b/data/icons/celltowerinfo512x512.png differ
diff --git a/data/icons/celltowerinfo64x64.png b/data/icons/celltowerinfo64x64.png
new file mode 100644 (file)
index 0000000..d6dec8c
Binary files /dev/null and b/data/icons/celltowerinfo64x64.png differ
diff --git a/data/icons/scalable/celltowerinfo.png b/data/icons/scalable/celltowerinfo.png
new file mode 100644 (file)
index 0000000..97f4a01
Binary files /dev/null and b/data/icons/scalable/celltowerinfo.png differ
diff --git a/data/org.debuntu.celltowerinfo.service b/data/org.debuntu.celltowerinfo.service
new file mode 100644 (file)
index 0000000..ecb6ac3
--- /dev/null
@@ -0,0 +1,5 @@
+# Service description file
+[D-BUS Service]
+Name=org.debuntu.celltowerinfo
+Exec=/usr/bin/celltowerinfo
+
diff --git a/debian/celltowerinfo.install b/debian/celltowerinfo.install
new file mode 100644 (file)
index 0000000..1fbf5ef
--- /dev/null
@@ -0,0 +1,2 @@
+usr/bin/cellinfo
+usr/share/*
diff --git a/debian/celltowerinfo.postinst b/debian/celltowerinfo.postinst
new file mode 100644 (file)
index 0000000..4bd4980
--- /dev/null
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+#if [ -x /usr/bin/update-mime-database ]; then
+#  update-mime-database /usr/share/mime
+#fi
+
+if [ -x /usr/bin/update-desktop-database ]; then
+  update-desktop-database /usr/share/applications
+fi
+
+#if [ -x /usr/bin/hildon-update-category-database ]; then
+#  hildon-update-category-database /usr/share/mime
+#fi
+
+if [ -r /etc/osso-af-init/af-defines.sh -a -x /usr/bin/dbus-send -a -x /usr/bin/gtk-update-icon-cache ]; then
+    source /etc/osso-af-init/af-defines.sh
+    dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Updating icon cache" || true
+fi
+
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache -f /usr/share/icons/hicolor
+fi
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..c9d0311
--- /dev/null
@@ -0,0 +1,6 @@
+celltowerinfo (0.0.1-0maemo1) fremantle; urgency=low
+
+  * First release
+
+ -- Emmanuel Bretelle <chantra@debuntu.org>  Sun,  7 Feb 2010 08:13:38 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..8bd9b6b
--- /dev/null
@@ -0,0 +1,68 @@
+Source: celltowerinfo
+Section: user/network
+Priority: optional
+Maintainer: Emmanuel Bretelle <chantra@debuntu.org>
+Build-Depends: intltool, 
+ libhildon1-dev, libgtk2.0-dev, libglib2.0-dev, libdbus-glib-1-dev, 
+ libosso-dev, liblocation-dev, maemo-optify
+Standards-Version: 3.7.2
+
+Package: celltowerinfo
+Section: user/network
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Cell Tower information
+ An application to get information on the cell tower you are connected to.
+XSBC-Maemo-Display-Name: Tower Cell Info
+XB-Maemo-Icon-26:
+ iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c
+ 6QAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0
+ SU1FB9oCBwY2FA8tx4oAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJ
+ TVBXgQ4XAAAGmklEQVRo3u2Ye4xXVxHHPwPLvossS5FY5VHKVmopC/4uBCmU
+ xhdNoBiUok0tSrjnUtqmgWIs2qJBE2vakBoI6T03qK1WApqmgqmIrVEDpPVe
+ Ci2YaKEG0DZS+gjv3WXl6z9nzS+kpIK7v10SJzn5zW/unDnzvTNz7pwDlzlZ
+ TxiN07zezFqAJkkAx8zsNe9Kx/o0AOeLmZK+DdQBL5jZvgCgBZgM1JrZKu9K
+ v+gzAJwvTNJ4M/uBpNNm9jXvSvsuEJmRwCPA1cC9wAtZEp3rVQBxmq8CrgMe
+ yZLoxSAbY2bjJQ0BMLO3JL2cJdH+APpjwIOS/gksy5JIvQLA+WK1pH5m9oB3
+ pbY4zVvN7CfAG8AW4BUASTcAs83sQ5K+nCXRnjjNB5jZCkljsyT6UsUBxGn+
+ DWBKlkSznS8GAMsk3Q4syJJozwUAt0p6AviZma32rnQ2TvMM+FeWRIsrBsD5
+ YrqkVVkSzXC+qAY2SNoPrOhKhzjNJ5jZ1aGI/5Yl0e6umgG+J2mMmd3uXand
+ +eJp4KfelZ6+WF+qLsH5akmLzGxJSI/vm9nzWRKtC88/LmmjmRWStpoZkr7u
+ fFEC5ntX2gU8EKf5EkkPA0slLTWzh+M035ol0ekeBSBpmJmdAw44X4yUNBxY
+ EZyfB6wys1u8K+0vm/Zj54sxkjY7X6z0rvRz4Idm9lSwcVjSSWA48JeL8aff
+ JWTQNGCXd6UOSQvN7BnvSm3OFy1ALGlycL4KGBJGVZBNlhQ7X7RkSdQGPCNp
+ YdhKnzezWy/WmUsBcDOwPfB3SNoUInO/pLVZEh0HGoC1wK4w1gIN4dlaSfeH
+ OZvM7I6w1e6QNKPHew/niz86X9Q6XzTHab6jTH64TG0doPPGurId7HAZv8P5
+ ojnwf61EBAZ7V2oDRpnZ3rDwIEkHynTueo955bIDcZoPCvxeYFRXifU4AEkW
+ fgXUhvB3Ao1lamfLHNJ5MsysEegMf2uDLcysuhIReD1O8yYz2wdMAPCudNLM
+ mpwv6oPOQ2XfGSuXOV/US2rKkuhkkE8A9oWXcqoSAPaZ2TjvSu2SzjpfDAuL
+ rwcWBZ1HgA1lEdgQZIRvyPoAZhhwNkuidueL64A/9zgAM9sWdiLMLAMWBH49
+ MM/5YhRwrrxoA3/O+WKUmc0LYJG0AMgCPwN4rhIR2AVcG6d5Y9hCpzpfXOld
+ 6aik+4Btzhdzh4wYO7h/VTX9q6oZMmLs4DjN50raBtyXJdHROM2vNLOpwCbn
+ ixozm2pmv65EEb8NvGVm07MkelfSZklrALIkeknSNEmTblqw8u6Js2KbOGuR
+ zfjKt+4GJgHTvCu9FEytATYHG62S2oA3K9LMxWn+4fDhuT5LohNxmi8zs68C
+ N3YdGxuaPriks6NtLUBVde09p9490tUrfUDSdjP7kXel1WX7/7wsiV6pZDs9
+ B1gJ3Jwl0XHni1mSHjWz7wJbn1z2qcXtp45/B6CmYeBDd65+7nFJM83sQUnL
+ syT6VZzm1Wb2rKRfZkm0pjcONF8EFkhanCXRoTjNhwKLgasOvfyH6O2/vzoB
+ oPkj1+4e2XpTLul1M0u9Kx2J03xIKODfdnWyvUJxms9wvjgYp/l/DiRTbls2
+ qKFp6Ja6gc2qG9ishqahW6bctmxQ2ZwvOF/8I07zW//X9a2bQAwAnjKz4cDq
+ A3/6zZ6dGx/d2Nl+pjXUwO5PzF8+f/Skz7YAy82sU9LnQ3PXp65Vxkj6XMeZ
+ ky2v7txyZ/vpE9UA1XWNHR+9cc6TA2obDprZZu9Ke/v0bVl1/RXjqqprVVM/
+ cG9N/cC9VTV1qr2i6YaeWKuqJ4x2nD7xGYDOjrbfBdH1ne1nPt11S3E50PbQ
+ A30yDJUdgvp8BAyYGtrnqKyVnhpOaqf6+tuf/x6nsa5xV3cv1r8HADwW7j53
+ AuuB34dIDwfqgSf68tu/KjRkp4BbyuQzg+zNoNNnaWHI98Phir2L6oLsbNDp
+ NurXjbZqgNkhXZ4NBdt1L9QQZFXA3KDbbTtGd9EI4GDgj4ZT2flrDQ38SOBQ
+ X4vAN8PvkQtcjwg4c55un6HWMgcnlqXO+aMEtAXd1r4EYHdw6vH3iWq/oKMw
+ p0/QPeGS6h1gOjD4fcb0oNsJLO3tIh4NvAg0B6fe+W+vJ8M4A4wDXustAIfC
+ FxbgYg8njSGlDocdrKLUWJb3b4QIXCw1h7ld9dBYKedHh/5GwLGQ05dK04MN
+ BZujKwFgTll3Ob4b7I0vszenUlG4F7imG+1dE2z+ny47+jfonwDA9GYO7wAA
+ AABJRU5ErkJggg==
+
+Package: celltowerinfo-dbg
+Section: user/network
+Architecture: any
+Depends: celltowerinfo (= ${Source-Version})
+Description: Cell Tower information (debug symbols)
+ An application to get information on the cell tower you are connected to.
+ This package contains debug symbols.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..b7b5f53
--- /dev/null
@@ -0,0 +1,340 @@
+                   GNU GENERAL PUBLIC LICENSE
+                      Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+       51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                           Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  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
+this service 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 make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  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.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+\f
+                   GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute 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 and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+\f
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+\f
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+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
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+\f
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the 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 a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                           NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE 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.
+
+                    END OF TERMS AND CONDITIONS
+\f
+           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
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    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 2 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, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year  name of author
+    Gnomovision 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, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This 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 Library General
+Public License instead of this License.
diff --git a/debian/maemo-optify b/debian/maemo-optify
new file mode 100644 (file)
index 0000000..1c6956c
--- /dev/null
@@ -0,0 +1,203 @@
+#! /usr/bin/perl -w
+
+use strict;
+use Cwd 'getcwd';
+use File::Find;           
+use File::Basename;
+use File::Path;
+
+my $debug = 0;
+my $verbose = 0;
+
+my $total_count;
+my $total_saved;
+
+my $package_name;
+
+if ($#ARGV == 1 && $ARGV[0] eq "--raw") {
+    exit (optify_raw ($ARGV[1]));
+} elsif ($#ARGV >= 0) {
+    my $pkg = $ARGV[0];
+    my $dir;
+    
+    if ($#ARGV >= 1) {
+        $dir = $ARGV[1];
+    } else {
+        $dir = "debian/" . $pkg;
+    }
+
+    optify_dir ($dir, $pkg);
+} else {
+    foreach (list_packages ()) {
+        optify_package ($_);
+    }
+}
+
+sub dbg {
+    if ($debug) {
+        print STDERR @_;
+    }
+}
+
+sub vrb {
+    if ($debug || $verbose) {
+        print STDERR @_;
+    }
+}
+
+sub du {
+    my ($dir) = @_;
+
+    my $size = 0;             
+    find(sub { $size += -s if -f $_ }, $dir);
+    return $size;
+}
+
+sub optify_entry {
+    my ($entry) = @_;
+    
+    $entry =~ s,^\./,,;
+
+    my $opt_entry = "opt/maemo/" . $entry;
+    vrb "$entry -> $opt_entry\n";
+
+    # mkpath seems to fail when the directory already exists, weird.
+    my $dir = dirname ($opt_entry);
+    if (! -d $dir) {
+        mkpath ($dir) || die $!;
+    }
+    rename ($entry, $opt_entry) || die $!;
+    symlink ("/" . $opt_entry, $entry) || die $!;
+}
+
+sub blacklisted {
+    my ($entry) = @_;
+
+    if (-f $entry) {
+        # Files in /usr are always ok, but others are not.
+        return ! $entry =~ /^\/usr\//;
+    }
+    
+    if (basename ($entry) eq $package_name) {
+        # Directories are OK if they are named after the package.
+        # But be extra extra careful here and check some well-known names
+        # that we positively never ever want to optify.
+        return $package_name eq "bin"
+            || $package_name eq "sbin"
+            || $package_name eq "lib"
+            || $package_name eq "libexec"
+            || $package_name eq "var"
+            || $package_name eq "share"
+            || $package_name eq "X11R6"
+            || $package_name eq "games"
+            || $package_name eq "local"
+            || $package_name eq "src"
+            || $package_name eq "etc"
+            || $package_name eq "boot"
+            || $package_name eq "dev"
+            || $package_name eq "home"
+            || $package_name eq "media"
+            || $package_name eq "mnt"
+            || $package_name eq "opt"
+            || $package_name eq "proc"
+            || $package_name eq "root"
+            || $package_name eq "srv"
+            || $package_name eq "sys"
+            || $package_name eq "syspart"
+            || $package_name eq "tmp";
+    } else {
+        return 1;
+    }
+}
+
+sub consider_entry {
+    my ($entry) = @_;
+
+    dbg "$entry: ";
+
+    my $size = du ($entry);
+
+    if (-l $entry) {
+        dbg "link, nope\n";
+    } elsif ($entry =~ /^.\/opt\//) {
+        dbg "in /opt, nope\n";
+    } elsif ($entry =~ /^.\/DEBIAN\//) {
+        dbg "in /DEBIAN, nope\n";
+    } elsif ($size >= 2048) {
+        if (!blacklisted ($entry)) {
+            dbg "yes, saved $size bytes\n";
+            $total_count += 1;
+            $total_saved += $size;
+            optify_entry ($entry);
+        } elsif (-d $entry) {
+            dbg "not ours, recursing\n";
+            local(*DIR);
+            opendir(DIR, $entry);
+            while ($_ = readdir (DIR)) {
+                next if ($_ eq "." || $_ eq "..");
+                consider_entry ($entry . "/" . $_);
+            }
+            closedir(DIR);
+        }
+    } else {
+        dbg "only $size bytes, nope\n";
+    }
+}
+
+sub optify_dir {
+    my ($dir, $pkg) = @_;
+
+    $package_name = $pkg;
+    $total_count = 0;
+    $total_saved = 0;
+
+    dbg "package: $package_name\n";
+
+    my $olddir = getcwd();
+    chdir ($dir) || die "Cannot chdir to $dir\n";
+
+    if (-d "opt") {
+        print "$pkg: /opt exists already, not optifying further.\n";
+        return 77;
+    }
+
+    consider_entry (".");
+
+    my $total_kb_saved = int ($total_saved / 1024);
+    print "$pkg: optified $total_count entries, saving about $total_kb_saved kB.\n";
+
+    chdir ($olddir) || die "Can't chdir back to $olddir";
+
+    return 0;
+}
+
+sub optify_raw {
+     my ($dir) = @_;
+
+     chdir ($dir) || die "Cannot chdir to $dir\n";
+     
+     my $pkg = basename (getcwd ());
+     $pkg =~ s/_.*$//;
+
+     optify_dir (".", $pkg);
+}
+
+sub list_packages {
+    # XXX - Use some debhelper module for this maybe.
+    my @packages = ();
+
+    open IN, "<", "debian/control" or die "Can't read debian/control";
+    while (<IN>) {
+        if (/^Package: +(.*)\n/) {
+            push (@packages, $1);
+        }
+    }
+    close IN;
+    return @packages;
+}
+
+sub optify_package {
+    my ($pkg) = @_;
+
+    optify_dir ("debian/" . $pkg, $pkg);
+}
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..418dbc6
--- /dev/null
@@ -0,0 +1,143 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+# DEB_BUILD_OPTIONS
+################################################################################
+
+# noop
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -ggdb3
+endif
+
+# parallel
+ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS)))
+ CELLINFO_MAKEFLAGS += -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+endif
+
+# nostrip is handled by dh_strip
+
+################################################################################
+
+config: config-stamp
+config-stamp:
+       dh_testdir
+
+       if [ -r /usr/share/misc/config.sub ] && [ ! -f config.sub.backup ]; then \
+               mv -v config.sub config.sub.backup; \
+               cp -f /usr/share/misc/config.sub $(CURDIR)/config.sub; \
+       fi
+
+       if [ -r /usr/share/misc/config.guess ] && [ ! -f config.guess.backup ]; then \
+               mv -v config.guess config.guess.backup; \
+               cp -f /usr/share/misc/config.guess $(CURDIR)/config.guess; \
+       fi
+
+       touch $@
+
+config-clean:
+       dh_testdir
+       dh_testroot
+
+       if [ -f config.sub.backup ]; then \
+               mv -fv config.sub.backup config.sub; \
+       fi
+
+       if [ -f config.guess.backup ]; then \
+               mv -fv config.guess.backup config.guess; \
+       fi
+
+       $(RM) config-stamp configure-stamp
+
+configure: configure-stamp
+configure-stamp:
+       dh_testdir
+  
+       ./autogen.sh
+       ./configure \
+               --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+               --prefix=/usr \
+               --mandir=/usr/share/man \
+               $(conf_opt) \
+               CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs,--as-needed"
+
+       touch $@
+
+build: config build-stamp
+build-stamp: configure
+       dh_testdir
+
+       $(MAKE) $(CELLINFO_MAKEFLAGS)
+       
+       touch $@
+
+distclean:
+#      # touch config.status to prevent execution of autoconf
+       [ ! -f Makefile ] || ( touch config.status && $(MAKE) distclean || true )
+
+clean: config-clean distclean
+       dh_testdir
+       dh_testroot
+       
+       dh_clean 
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k
+       dh_installdirs
+
+       $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+# Build architecture-independent files here.
+binary-indep: build install
+       dh_testdir
+       dh_testroot
+       dh_link -i
+       dh_installchangelogs -p celltowerinfo NEWS
+       dh_installdocs -p celltowerinfo
+       dh_installexamples -p celltowerinfo
+       dh_compress -i
+       dh_fixperms -i
+       dh_installdeb -i
+       dh_gencontrol -i
+       dh_md5sums -i
+       dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: build install
+       dh_testdir
+       dh_testroot
+       dh_link -a
+       dh_installinit -a
+       dh_installman -a
+       dh_installmime -a
+       dh_install -a --sourcedir=debian/tmp
+       chmod +x $(CURDIR)/debian/maemo-optify
+       $(CURDIR)/debian/maemo-optify
+       dh_strip -a
+       dh_compress -a
+       dh_fixperms -a
+       dh_installdeb -a
+       dh_shlibdeps -a
+       dh_gencontrol -a
+       dh_md5sums -a
+       dh_builddeb -a
+
+binary: binary-indep binary-arch
+.PHONY: config config-clean configure build clean binary-indep binary-arch binary install
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
new file mode 100644 (file)
index 0000000..57ef267
--- /dev/null
@@ -0,0 +1,217 @@
+# Makefile for program source directory in GNU NLS utilities package.
+# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+# Copyright (C) 2004-2008 Rodney Dawes <dobey.pwns@gmail.com>
+#
+# This file may be copied and used freely without restrictions.  It may
+# be used in projects which are not available under a GNU Public License,
+# but which still want to provide support for the GNU gettext functionality.
+#
+# - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE
+#   instead of PACKAGE and to look for po2tbl in ./ not in intl/
+#
+# - Modified by jacob berkman <jacob@ximian.com> to install
+#   Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
+#
+# - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool
+#
+# We have the following line for use by intltoolize:
+# INTLTOOL_MAKEFILE
+
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+
+SHELL = /bin/sh
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+top_builddir = @top_builddir@
+VPATH = @srcdir@
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+datadir = @datadir@
+datarootdir = @datarootdir@
+libdir = @libdir@
+DATADIRNAME = @DATADIRNAME@
+itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+subdir = po
+install_sh = @install_sh@
+# Automake >= 1.8 provides @mkdir_p@.
+# Until it can be supposed, use the safe fallback:
+mkdir_p = $(install_sh) -d
+
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+
+GMSGFMT = @GMSGFMT@
+MSGFMT = @MSGFMT@
+XGETTEXT = @XGETTEXT@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
+GENPOT   = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
+
+ALL_LINGUAS = @ALL_LINGUAS@
+
+PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
+
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep ^$$lang$$`"; then printf "$$lang "; fi; done; fi)
+
+USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
+
+POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
+
+DISTFILES = Makefile.in.in POTFILES.in $(POFILES)
+EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS
+
+POTFILES = \
+# This comment gets stripped out
+
+CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
+
+.SUFFIXES:
+.SUFFIXES: .po .pox .gmo .mo .msg .cat
+
+.po.pox:
+       $(MAKE) $(GETTEXT_PACKAGE).pot
+       $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
+
+.po.mo:
+       $(MSGFMT) -o $@ $<
+
+.po.gmo:
+       file=`echo $* | sed 's,.*/,,'`.gmo \
+         && rm -f $$file && $(GMSGFMT) -o $$file $<
+
+.po.cat:
+       sed -f ../intl/po2msg.sed < $< > $*.msg \
+         && rm -f $@ && gencat $@ $*.msg
+
+
+all: all-@USE_NLS@
+
+all-yes: $(CATALOGS)
+all-no:
+
+$(GETTEXT_PACKAGE).pot: $(POTFILES)
+       $(GENPOT)
+
+install: install-data
+install-data: install-data-@USE_NLS@
+install-data-no: all
+install-data-yes: all
+       linguas="$(USE_LINGUAS)"; \
+       for lang in $$linguas; do \
+         dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
+         $(mkdir_p) $$dir; \
+         if test -r $$lang.gmo; then \
+           $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
+           echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \
+         else \
+           $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
+           echo "installing $(srcdir)/$$lang.gmo as" \
+                "$$dir/$(GETTEXT_PACKAGE).mo"; \
+         fi; \
+         if test -r $$lang.gmo.m; then \
+           $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \
+           echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \
+         else \
+           if test -r $(srcdir)/$$lang.gmo.m ; then \
+             $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \
+               $$dir/$(GETTEXT_PACKAGE).mo.m; \
+             echo "installing $(srcdir)/$$lang.gmo.m as" \
+                  "$$dir/$(GETTEXT_PACKAGE).mo.m"; \
+           else \
+             true; \
+           fi; \
+         fi; \
+       done
+
+# Empty stubs to satisfy archaic automake needs
+dvi info tags TAGS ID:
+
+# Define this as empty until I found a useful application.
+install-exec installcheck:
+
+uninstall:
+       linguas="$(USE_LINGUAS)"; \
+       for lang in $$linguas; do \
+         rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
+         rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
+       done
+
+check: all $(GETTEXT_PACKAGE).pot
+       rm -f missing notexist
+       srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
+       if [ -r missing -o -r notexist ]; then \
+         exit 1; \
+       fi
+
+mostlyclean:
+       rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
+       rm -f .intltool-merge-cache
+
+clean: mostlyclean
+
+distclean: clean
+       rm -f Makefile Makefile.in POTFILES stamp-it
+       rm -f *.mo *.msg *.cat *.cat.m *.gmo
+
+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 Makefile.in.in
+
+distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
+dist distdir: $(DISTFILES)
+       dists="$(DISTFILES)"; \
+       extra_dists="$(EXTRA_DISTFILES)"; \
+       for file in $$extra_dists; do \
+         test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \
+       done; \
+       for file in $$dists; do \
+         test -f $$file || file="$(srcdir)/$$file"; \
+         ln $$file $(distdir) 2> /dev/null \
+           || cp -p $$file $(distdir); \
+       done
+
+update-po: Makefile
+       $(MAKE) $(GETTEXT_PACKAGE).pot
+       tmpdir=`pwd`; \
+       linguas="$(USE_LINGUAS)"; \
+       for lang in $$linguas; do \
+         echo "$$lang:"; \
+         result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
+         if $$result; then \
+           if cmp $(srcdir)/$$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; \
+               rm -f $$tmpdir/$$lang.new.po; \
+               exit 1; \
+             fi; \
+           fi; \
+         else \
+           echo "msgmerge for $$lang.gmo failed!"; \
+           rm -f $$tmpdir/$$lang.new.po; \
+         fi; \
+       done
+
+Makefile POTFILES: stamp-it
+       @if test ! -f $@; then \
+         rm -f stamp-it; \
+         $(MAKE) stamp-it; \
+       fi
+
+stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
+       cd $(top_builddir) \
+         && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
+              $(SHELL) ./config.status
+
+# 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/POTFILES.in b/po/POTFILES.in
new file mode 100644 (file)
index 0000000..bd887a6
--- /dev/null
@@ -0,0 +1,4 @@
+# list of files to localized
+src/main.c
+src/cellinfo-window.c
+
diff --git a/po/en_GB.po b/po/en_GB.po
new file mode 100644 (file)
index 0000000..337158c
--- /dev/null
@@ -0,0 +1,63 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#: src/main.c:36 src/cellinfo-window.c:163 src/cellinfo-window.c:199
+#: src/cellinfo-window.c:211 src/cellinfo-window.c:220
+#: src/cellinfo-window.c:228 src/cellinfo-window.c:236
+msgid ""
+msgstr ""
+"Project-Id-Version: 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-02-07 10:35+0100\n"
+"PO-Revision-Date: 2010-02-07 10:35+0100\n"
+"Last-Translator: Emmanuel Bretelle <chantra@debuntu.org>\n"
+"Language-Team: en_GB <chantra@debuntu.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: src/main.c:50
+msgid "Cell Tower Info"
+msgstr ""
+
+#: src/cellinfo-window.c:103
+msgid "Select Sensors"
+msgstr ""
+
+#: src/cellinfo-window.c:108
+msgid "Configuration"
+msgstr ""
+
+#: src/cellinfo-window.c:198
+msgid "Cell Type:"
+msgstr ""
+
+#: src/cellinfo-window.c:206
+msgid "Cell Id:"
+msgstr ""
+
+#: src/cellinfo-window.c:210
+msgid "MNC:"
+msgstr ""
+
+#: src/cellinfo-window.c:219
+msgid "MCC:"
+msgstr ""
+
+#: src/cellinfo-window.c:227
+msgid "LAC:"
+msgstr ""
+
+#: src/cellinfo-window.c:235
+msgid "UCID:"
+msgstr ""
+
+#: src/cellinfo-window.c:272
+msgid "GSM"
+msgstr ""
+
+#: src/cellinfo-window.c:284
+msgid "WCDMA"
+msgstr ""
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644 (file)
index 0000000..ac783fa
--- /dev/null
@@ -0,0 +1,14 @@
+bin_PROGRAMS = cellinfo
+
+cellinfo_SOURCES = \
+  main.c \
+  cellinfo-window.h \
+  cellinfo-window.c
+
+cellinfo_LDADD = \
+  $(HILDON_LIBS) \
+  $(OSSO_LIBS) \
+  $(LOCATION_LIBS)
+
+cellinfo_CFLAGS = $(HILDON_CFLAGS) $(OSSO_CFLAGS) $(LOCATION_CFLAGS)
+
diff --git a/src/cellinfo-window.c b/src/cellinfo-window.c
new file mode 100644 (file)
index 0000000..f0f423e
--- /dev/null
@@ -0,0 +1,295 @@
+#include "cellinfo-window.h"
+
+#include <gtk/gtk.h>
+
+#include <glib/gi18n.h>
+
+static void create_cellinfo (CellinfoWindow *self);
+static void create_menu (CellinfoWindow *self);
+
+static void cellinfo_on_location_changed(LocationGPSDevice *device, gpointer data);
+
+static void cellinfo_window_on_menu_select_sensors (GtkButton *button, gpointer data);
+static void cellinfo_window_on_menu_configuration (GtkButton *button, gpointer data);
+
+
+G_DEFINE_TYPE (CellinfoWindow, cellinfo_window, HILDON_TYPE_WINDOW)
+
+static void
+cellinfo_window_dispose (GObject *object)
+{
+  CellinfoWindow *self = CELLINFO_WINDOW (object);
+  
+  location_gpsd_control_stop(self->control);
+  G_OBJECT_CLASS (cellinfo_window_parent_class)->dispose (object);
+}
+
+static void
+cellinfo_window_finalize (GObject *object)
+{
+  G_OBJECT_CLASS (cellinfo_window_parent_class)->finalize (object);
+}
+
+static void
+cellinfo_window_class_init (CellinfoWindowClass *klass)
+{
+  GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+
+  object_class->dispose = cellinfo_window_dispose;
+  object_class->finalize = cellinfo_window_finalize;
+}
+
+static void
+cellinfo_window_init (CellinfoWindow *self)
+{
+   
+  /* Create a vbox which will contain our text view: */
+  GtkWidget *main_vbox = gtk_vbox_new (FALSE, 0);
+  gtk_container_add (GTK_CONTAINER (self), main_vbox);
+    
+  /* Create all necessary parts: */
+  create_cellinfo (self);
+  create_menu (self);
+    
+  /* Put the cell info in the vbox and show it: */
+  gtk_box_pack_start (GTK_BOX (main_vbox), self->vb_cellinfo, TRUE, TRUE, 0);
+  gtk_widget_show (main_vbox);
+    
+  /* Set the intial focus on the text view: */
+  gtk_widget_grab_focus (GTK_WIDGET(self->vb_cellinfo));
+  
+}
+
+CellinfoWindow*
+cellinfo_window_new (osso_context_t *osso)
+{
+  CellinfoWindow *self = 
+    CELLINFO_WINDOW (g_object_new (CELLINFO_TYPE_WINDOW, NULL));
+  
+  /* Avoid adding extra code such as this to a _new() function when writing 
+   * widgets that should be reusable. This should really be a GObject property.
+   */
+  self->osso = osso; 
+  
+  return self;
+}
+
+static GtkWidget* add_menu_item (GtkWidget *main_menu, const gchar* title,
+    GCallback clicked_callback, gpointer user_data)
+{
+  HildonAppMenu *app_menu = HILDON_APP_MENU (main_menu);
+    
+  /* Create a button, add it, and return it: */
+  GtkWidget *button = hildon_button_new_with_text (HILDON_SIZE_AUTO, 
+        HILDON_BUTTON_ARRANGEMENT_VERTICAL, title, NULL);
+  gtk_widget_show (button);
+    
+  g_signal_connect_after (button, "clicked", 
+    G_CALLBACK (clicked_callback), user_data);
+            
+  hildon_app_menu_append (app_menu, GTK_BUTTON (button));
+    
+  return button;
+}
+
+static void create_menu (CellinfoWindow *self)
+{
+  return;
+  /* Create needed handles */
+  GtkWidget *main_menu = hildon_app_menu_new ();
+  
+  /* Create the menu items */
+  self->select_sensors = add_menu_item (main_menu, _("Select Sensors"),
+    G_CALLBACK (&cellinfo_window_on_menu_select_sensors), self);
+    
+
+  /* Create the menu items */
+  self->select_sensors = add_menu_item (main_menu, _("Configuration"),
+    G_CALLBACK (&cellinfo_window_on_menu_configuration), self);
+
+  /* Add menu to HildonWindow */
+  hildon_window_set_app_menu (
+    HILDON_WINDOW (self),
+    HILDON_APP_MENU (main_menu));
+  
+  /* We need to show menu items */
+  gtk_widget_show_all (GTK_WIDGET (main_menu));
+}
+static gboolean cellinfo_start_location (gpointer data)
+{
+  location_gpsd_control_start ((LocationGPSDControl *) data);
+  return FALSE;
+}
+
+static gboolean cellinfo_on_gpsd_running (LocationGPSDControl *control, gpointer data){
+  CellinfoWindow *self = (CellinfoWindow *)data;
+  if(self->device){
+    g_print("gpsd running status %d\n", self->device->status);
+  }else{
+    g_print("No device !");
+  }
+  return FALSE;
+}
+
+static void cellinfo_on_gpsd_error(LocationGPSDControl *control, LocationGPSDControlError error, gpointer user_data)
+{
+  g_print("GPSD error!\n");
+  switch (error) {
+  case LOCATION_ERROR_USER_REJECTED_DIALOG:
+    g_debug("User didn't enable requested methods");
+    break;
+  case LOCATION_ERROR_USER_REJECTED_SETTINGS:
+    g_debug("User changed settings, which disabled location");
+    break;
+  case LOCATION_ERROR_BT_GPS_NOT_AVAILABLE:
+    g_debug("Problems with BT GPS");
+    break;
+  case LOCATION_ERROR_METHOD_NOT_ALLOWED_IN_OFFLINE_MODE:
+    g_debug("Requested method is not allowed in offline mode");
+    break;
+  case LOCATION_ERROR_SYSTEM:
+    g_debug("System error");
+    break;
+  }
+}
+
+static GtkWidget *add_cellinfo_label_entry(CellinfoWindow *self, const char *entry_name, GtkWidget **label){
+  GtkWidget *hbox;
+  GtkWidget *l;
+
+  hbox = gtk_hbox_new (TRUE, 1);
+  l = gtk_label_new(entry_name);
+  *label = gtk_label_new("");
+
+  gtk_label_set_justify (GTK_LABEL (l), GTK_JUSTIFY_LEFT);
+  gtk_label_set_justify (GTK_LABEL (*label), GTK_JUSTIFY_LEFT);
+  gtk_box_pack_start (GTK_BOX (hbox), l, TRUE, TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (hbox), *label, TRUE, TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (self->vb_cellinfo), hbox, TRUE, TRUE, 0);
+
+  return hbox;
+}
+static void create_cellinfo (CellinfoWindow *self)
+{
+  GtkWidget   *hbox;
+  GtkWidget   *label;
+
+  /* Location stuff */
+  self->control = location_gpsd_control_get_default();
+  self->device = g_object_new(LOCATION_TYPE_GPS_DEVICE, NULL);
+
+  g_object_set(G_OBJECT(self->control),
+    "preferred-method", LOCATION_METHOD_CWP,
+    "preferred-interval", LOCATION_INTERVAL_DEFAULT,
+    NULL);
+
+  g_signal_connect(self->device, "changed", G_CALLBACK(cellinfo_on_location_changed), self);
+  g_signal_connect(self->control, "gpsd-running", G_CALLBACK(cellinfo_on_gpsd_running), self);
+  g_signal_connect(self->control, "error", G_CALLBACK(cellinfo_on_gpsd_error), self);
+
+  g_idle_add(cellinfo_start_location, self->control);
+
+  /* Main container */
+  self->vb_cellinfo = gtk_vbox_new(TRUE, 1);
+
+  /* CELL TYPE */
+  hbox = gtk_hbox_new (TRUE, 1);
+  label = gtk_label_new(_("Cell Type:"));
+  self->lb_cell_type = gtk_label_new("");
+  gtk_box_pack_start (GTK_BOX (hbox), label, TRUE, TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (hbox), self->lb_cell_type, TRUE, TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (self->vb_cellinfo), hbox, TRUE, TRUE, 0);
+
+
+  /* CELL ID */
+  self->hb_cell_id = add_cellinfo_label_entry (self, _("Cell Id:"), &self->lb_cell_id);
+
+  /* MNC */
+  hbox = gtk_hbox_new (TRUE, 1);
+  label = gtk_label_new (_("MNC:"));
+  self->lb_mnc = gtk_label_new("");
+  gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_LEFT);
+  gtk_box_pack_start (GTK_BOX (hbox), label, TRUE, TRUE, 0); 
+  gtk_box_pack_start (GTK_BOX (hbox), self->lb_mnc, TRUE, TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (self->vb_cellinfo), hbox, TRUE, TRUE, 0);
+
+  /* MCC */
+  hbox = gtk_hbox_new (TRUE, 1);
+  label = gtk_label_new(_("MCC:"));
+  self->lb_mcc = gtk_label_new("");
+  gtk_box_pack_start (GTK_BOX (hbox), label, TRUE, TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (hbox), self->lb_mcc, TRUE, TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (self->vb_cellinfo), hbox, TRUE, TRUE, 0);
+
+  /* LAC */
+  self->hb_lac = gtk_hbox_new (TRUE, 1);
+  label = gtk_label_new(_("LAC:"));
+  self->lb_lac = gtk_label_new("");
+  gtk_box_pack_start (GTK_BOX (self->hb_lac), label, TRUE, TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (self->hb_lac), self->lb_lac, TRUE, TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (self->vb_cellinfo), self->hb_lac, TRUE, TRUE, 0);
+
+  /* UCID */ 
+  self->hb_ucid = gtk_hbox_new (TRUE, 1);
+  label = gtk_label_new(_("UCID:"));
+  self->lb_ucid = gtk_label_new("");
+  gtk_box_pack_start (GTK_BOX (self->hb_ucid), label, TRUE, TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (self->hb_ucid), self->lb_ucid, TRUE, TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (self->vb_cellinfo), self->hb_ucid, TRUE, TRUE, 0);
+
+
+  gtk_widget_show_all (self->vb_cellinfo);
+
+  gtk_widget_hide_all (self->hb_cell_id);
+  gtk_widget_hide_all (self->hb_lac);
+  gtk_widget_hide_all (self->hb_ucid);
+
+}
+
+static void cellinfo_window_on_menu_select_sensors (GtkButton *button, gpointer data)
+{
+  return;
+}
+
+static void cellinfo_window_on_menu_configuration (GtkButton *button, gpointer data)
+{
+  //CellinfoWindow *self = CELLINFO_WINDOW (data);
+  return;
+}
+
+static void cellinfo_on_location_changed(LocationGPSDevice *device, gpointer data)
+{
+  CellinfoWindow *self = CELLINFO_WINDOW (data);
+  if (!device) {
+    g_print("No device\n");
+    return;
+  }
+  g_print("Changed! status %d\n", device->status);
+  if (device->cell_info){
+    if (device->cell_info->flags & LOCATION_CELL_INFO_GSM_CELL_INFO_SET){
+      _gsm_cell_info ci = device->cell_info->gsm_cell_info;
+      gtk_label_set_text (GTK_LABEL (self->lb_cell_type), _("GSM"));
+      gtk_label_set_text (GTK_LABEL (self->lb_cell_id), g_strdup_printf ("%d",ci.cell_id));
+      gtk_label_set_text (GTK_LABEL (self->lb_mnc), g_strdup_printf ("%d",ci.mnc));
+      gtk_label_set_text (GTK_LABEL (self->lb_mcc), g_strdup_printf ("%d",ci.mcc));
+      gtk_label_set_text (GTK_LABEL (self->lb_lac), g_strdup_printf ("%d",ci.lac));
+      gtk_widget_show_all (self->hb_cell_id);
+      gtk_widget_show_all (self->hb_lac);
+      gtk_widget_hide_all (self->hb_ucid);
+    } 
+    if (device->cell_info->flags & LOCATION_CELL_INFO_WCDMA_CELL_INFO_SET){
+      _wcdma_cell_info ci = device->cell_info->wcdma_cell_info;
+
+      gtk_label_set_text (GTK_LABEL (self->lb_cell_type), _("WCDMA"));
+      gtk_label_set_text (GTK_LABEL (self->lb_mnc), g_strdup_printf ("%d",ci.mnc));
+      gtk_label_set_text (GTK_LABEL (self->lb_mcc), g_strdup_printf ("%d",ci.mcc));
+      gtk_label_set_text (GTK_LABEL (self->lb_ucid), g_strdup_printf ("%d",ci.ucid));
+      gtk_widget_hide_all (self->hb_cell_id);
+      gtk_widget_hide_all (self->hb_lac);
+      gtk_widget_show_all (self->hb_ucid);
+    }    
+  }
+}
+
+
diff --git a/src/cellinfo-window.h b/src/cellinfo-window.h
new file mode 100644 (file)
index 0000000..2688e4e
--- /dev/null
@@ -0,0 +1,78 @@
+#ifndef _CELLINFO_WINDOW_H_
+#define _CELLINFO_WINDOW_H_
+
+#include <hildon/hildon.h>
+#include <libosso.h>
+#include <location/location-gps-device.h>
+#include <location/location-gpsd-control.h>
+
+
+G_BEGIN_DECLS
+
+#define CELLINFO_TYPE_WINDOW cellinfo_window_get_type()
+
+#define CELLINFO_WINDOW(obj) \
+  (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
+  CELLINFO_TYPE_WINDOW, CellinfoWindow))
+
+#define CELLINFO_WINDOW_CLASS(klass) \
+  (G_TYPE_CHECK_CLASS_CAST ((klass), \
+  CELLINFO_TYPE_WINDOW, CellinfoWindowClass))
+
+#define CELLINFO_IS_WINDOW(obj) \
+  (G_TYPE_CHECK_INSTANCE_TYPE ((obj), \
+  CELLINFO_TYPE_WINDOW))
+
+#define CELLINFO_IS_WINDOW_CLASS(klass) \
+  (G_TYPE_CHECK_CLASS_TYPE ((klass), \
+  CELLINFO_TYPE_WINDOW))
+
+#define CELLINFO_WINDOW_GET_CLASS(obj) \
+  (G_TYPE_INSTANCE_GET_CLASS ((obj), \
+  CELLINFO_TYPE_WINDOW, CellinfoWindowClass))
+
+typedef struct _CellinfoWindow CellinfoWindow;
+typedef struct _CellinfoWindowClass CellinfoWindowClass;
+
+struct _CellinfoWindow
+{
+  HildonWindow       parent;
+  osso_context_t    *osso;
+  /* Fullscreen mode is on (TRUE) or off (FALSE): */
+  /*
+  gboolean           fullscreen;
+  */
+
+  GtkWidget         *vb_cellinfo;
+  /* Button items for menu */
+  GtkWidget         *select_sensors;
+
+  /* labels */
+  GtkWidget         *lb_cell_type;
+  GtkWidget         *lb_mnc;
+  GtkWidget         *lb_mcc;
+  GtkWidget         *lb_cell_id;
+  GtkWidget         *lb_ucid;
+  GtkWidget         *lb_lac;
+
+  /* Box that might be hidden */
+  GtkWidget         *hb_cell_id;
+  GtkWidget         *hb_lac;
+  GtkWidget         *hb_ucid;
+
+  /* location info */
+  LocationGPSDControl *control;
+  LocationGPSDevice   *device;
+};
+
+struct _CellinfoWindowClass
+{
+  HildonWindowClass parent_class;
+};
+
+GType cellinfo_window_get_type (void);
+CellinfoWindow* cellinfo_window_new (osso_context_t *osso);
+
+G_END_DECLS
+
+#endif /* _CELLINFO_WINDOW_H_ */
diff --git a/src/main.c b/src/main.c
new file mode 100644 (file)
index 0000000..e94bd32
--- /dev/null
@@ -0,0 +1,73 @@
+#include "cellinfo-window.h"
+
+#include <gtk/gtk.h>
+#include <libosso.h>
+
+#include <locale.h>
+
+#include <config.h>
+#define OSSO_SERVICE "org.debuntu."PACKAGE
+
+
+#include <glib/gi18n.h>
+
+typedef struct _AppData AppData;
+
+struct _AppData
+{
+  HildonProgram *program; /* handle to application */
+  CellinfoWindow *window; /* handle to app's window */
+};
+
+/* Stop the mainloop whenever the window is hidden, 
+ * however it is hidden.
+ */
+static void on_main_window_hide (GtkWidget *widget, gpointer user_data)
+{
+  gtk_main_quit ();
+}
+
+int main (int argc, char **argv)
+{
+  osso_context_t *osso = NULL;
+  AppData *data = g_new0 (AppData, 1);
+
+  /* Initialize the locale stuff: */
+  setlocale (LC_ALL, "");
+  bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
+  bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
+  textdomain (GETTEXT_PACKAGE);
+
+  /* Inititialize GTK+ and hildon: */
+  hildon_gtk_init (&argc, &argv);
+
+  if (!g_thread_supported()) {
+    g_thread_init (NULL);
+  }
+
+  /* Create the hildon application and setup the title: */
+  data->program = HILDON_PROGRAM (hildon_program_get_instance ());
+  g_set_application_name (_("Cell Tower Info"));
+
+  /* osso initialization */
+  osso = osso_initialize (OSSO_SERVICE, VERSION, TRUE, NULL);
+  g_assert (osso);
+  
+  /* Create the window for our application: */
+  data->window = cellinfo_window_new (osso);
+  /* Show the main window and start the mainloop, 
+  * quitting the mainloop when it the main window is hidden:
+  */
+  gtk_widget_show (GTK_WIDGET (data->window));
+  g_signal_connect(data->window, "hide", G_CALLBACK (&on_main_window_hide), NULL);
+  g_signal_connect(data->window, "delete_event", 
+    G_CALLBACK (&gtk_widget_hide_on_delete), NULL);
+  gtk_main();
+  
+  /* Clean up: */
+  gtk_widget_destroy (GTK_WIDGET (data->window));
+  g_free (data);
+
+  return 0;
+}
+