New commits:
http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=793bec0470abffb7c4d2bcac774ddbce0234bd49
commit 793bec0470abffb7c4d2bcac774ddbce0234bd49
Author: Tarik Sekmen <[email protected]>
Date:   Wed Mar 20 21:46:21 2013 +0200

    Remove data/fonts

 apps/phone/statusbar/StatusBar.cpp |    2 +-
 configure.ac                       |    1 -
 data/Makefile.am                   |    2 +-
 data/fonts/Gafata-Regular.ttf      |  Bin 24744 -> 0 bytes
 data/fonts/Makefile.am             |    4 ----
 5 files changed, 2 insertions(+), 7 deletions(-)


http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=da0747c0ca36ac9029cdd376041351fda6d311c9
commit da0747c0ca36ac9029cdd376041351fda6d311c9
Author: Tarik Sekmen <[email protected]>
Date:   Wed Mar 20 21:35:31 2013 +0200

    Rename bin to apps.

 .gitignore                                      |   47 ++-
 Makefile.am                                     |    4 +-
 apps/Makefile.am                                |   17 +
 apps/car/Makefile.am                            |    2 +
 apps/car/appdefs/Makefile.am                    |    8 +
 apps/car/appdefs/dashboard.appdef               |   14 +
 apps/car/appdefs/ilixi_carhome.appdef           |   14 +
 apps/car/appdefs/ilixi_carstatus.appdef         |   14 +
 apps/car/appdefs/navit.appdef                   |   14 +
 apps/car/appdefs/osk.appdef                     |   14 +
 apps/car/ccompositor/CarCompositor.cpp          |   47 +++
 apps/car/ccompositor/CarCompositor.h            |   26 ++
 apps/car/ccompositor/HorizontalScroller.cpp     |   87 ++++
 apps/car/ccompositor/HorizontalScroller.h       |   53 +++
 apps/car/ccompositor/HorizontalSwitcher.cpp     |  244 ++++++++++++
 apps/car/ccompositor/HorizontalSwitcher.h       |  107 +++++
 apps/car/ccompositor/Makefile.am                |   12 +
 apps/car/ccompositor/images/Makefile.am         |    6 +
 apps/car/ccompositor/images/left.png            |  Bin 0 -> 2570 bytes
 apps/car/ccompositor/images/right.png           |  Bin 0 -> 2682 bytes
 apps/car/ccompositor/images/switcher.png        |  Bin 0 -> 483 bytes
 apps/car/home/AppButton.cpp                     |  101 +++++
 apps/car/home/AppButton.h                       |   54 +++
 apps/car/home/Home.cpp                          |  146 +++++++
 apps/car/home/Home.h                            |   77 ++++
 apps/car/home/Makefile.am                       |   17 +
 apps/car/home/NumPages.cpp                      |  188 +++++++++
 apps/car/home/NumPages.h                        |   75 ++++
 apps/car/home/PageButton.cpp                    |   40 ++
 apps/car/home/PageButton.h                      |   30 ++
 apps/car/home/circle.png                        |  Bin 0 -> 2921 bytes
 apps/car/home/circle_small.png                  |  Bin 0 -> 2415 bytes
 apps/car/statusbar/Clock.cpp                    |  105 +++++
 apps/car/statusbar/Clock.h                      |   63 +++
 apps/car/statusbar/Makefile.am                  |   16 +
 apps/car/statusbar/RemoteContentArea.cpp        |   97 +++++
 apps/car/statusbar/RemoteContentArea.h          |   63 +++
 apps/car/statusbar/StatusBar.cpp                |  266 +++++++++++++
 apps/car/statusbar/StatusBar.h                  |  106 +++++
 apps/car/statusbar/StatusbarButton.cpp          |  141 +++++++
 apps/car/statusbar/StatusbarButton.h            |   86 ++++
 apps/car/statusbar/StatusbarComponent.cpp       |   85 ++++
 apps/car/statusbar/StatusbarComponent.h         |   56 +++
 apps/car/statusbar/images/Makefile.am           |   22 ++
 apps/car/statusbar/images/back0.png             |  Bin 0 -> 1383 bytes
 apps/car/statusbar/images/dash.png              |  Bin 0 -> 3616 bytes
 apps/car/statusbar/images/dashG.png             |  Bin 0 -> 3839 bytes
 apps/car/statusbar/images/disabled.png          |  Bin 0 -> 3799 bytes
 apps/car/statusbar/images/home.png              |  Bin 0 -> 1916 bytes
 apps/car/statusbar/images/homeG.png             |  Bin 0 -> 2400 bytes
 apps/car/statusbar/images/palette.xml           |  194 +++++++++
 apps/car/statusbar/images/statusbar-buttons.png |  Bin 0 -> 1510 bytes
 apps/car/statusbar/images/statusbar_bg.png      |  Bin 0 -> 324 bytes
 apps/car/statusbar/images/switch.png            |  Bin 0 -> 3080 bytes
 apps/car/statusbar/images/switchG.png           |  Bin 0 -> 3251 bytes
 apps/car/statusbar/images/vol0.png              |  Bin 0 -> 1709 bytes
 apps/car/statusbar/images/vol0G.png             |  Bin 0 -> 1845 bytes
 apps/car/statusbar/images/vol1.png              |  Bin 0 -> 2044 bytes
 apps/car/statusbar/images/vol1G.png             |  Bin 0 -> 2206 bytes
 apps/car/statusbar/images/vol2.png              |  Bin 0 -> 2507 bytes
 apps/car/statusbar/images/vol2G.png             |  Bin 0 -> 2730 bytes
 apps/car/statusbar/images/vol3.png              |  Bin 0 -> 3022 bytes
 apps/car/statusbar/images/vol3G.png             |  Bin 0 -> 3372 bytes
 apps/carousel/CarouselDemo.cpp                  |   82 ++++
 apps/carousel/CarouselDemo.h                    |   46 +++
 apps/carousel/Makefile.am                       |    9 +
 apps/demo2/Demo2.cpp                            |   73 ++++
 apps/demo2/Demo2.h                              |   45 +++
 apps/demo2/Makefile.am                          |    9 +
 apps/demo2/ScrollItem.cpp                       |  121 ++++++
 apps/demo2/ScrollItem.h                         |   72 ++++
 apps/demo4/Demo4.cpp                            |   58 +++
 apps/demo4/Demo4.h                              |   43 ++
 apps/demo4/ImageDialog.cpp                      |  105 +++++
 apps/demo4/ImageDialog.h                        |   44 +++
 apps/demo4/Makefile.am                          |   13 +
 apps/demo4/MenuItem.cpp                         |  141 +++++++
 apps/demo4/MenuItem.h                           |   81 ++++
 apps/demo4/VKMenu.cpp                           |  178 +++++++++
 apps/demo4/VKMenu.h                             |   78 ++++
 apps/gallery/Gallery.cpp                        |   74 ++++
 apps/gallery/Gallery.h                          |   45 +++
 apps/gallery/ImageDialog.cpp                    |   53 +++
 apps/gallery/ImageDialog.h                      |   44 +++
 apps/gallery/ImageWidget.cpp                    |  155 ++++++++
 apps/gallery/ImageWidget.h                      |   90 +++++
 apps/gallery/Makefile.am                        |   12 +
 apps/gallery/images/0.jpg                       |  Bin 0 -> 39497 bytes
 apps/gallery/images/1.jpg                       |  Bin 0 -> 61487 bytes
 apps/gallery/images/2.jpg                       |  Bin 0 -> 61210 bytes
 apps/gallery/images/3.jpg                       |  Bin 0 -> 61475 bytes
 apps/gallery/images/4.jpg                       |  Bin 0 -> 35314 bytes
 apps/gallery/images/Makefile.am                 |    8 +
 apps/monitor/BarChart.cpp                       |  135 +++++++
 apps/monitor/BarChart.h                         |   76 ++++
 apps/monitor/CPUMonitor.cpp                     |  273 +++++++++++++
 apps/monitor/CPUMonitor.h                       |  187 +++++++++
 apps/monitor/FSMonitor.cpp                      |   75 ++++
 apps/monitor/FSMonitor.h                        |   68 ++++
 apps/monitor/MEMMonitor.cpp                     |  117 ++++++
 apps/monitor/MEMMonitor.h                       |   68 ++++
 apps/monitor/Makefile.am                        |   19 +
 apps/monitor/Monitor.cpp                        |  205 ++++++++++
 apps/monitor/Monitor.h                          |   75 ++++
 apps/monitor/NETMonitor.cpp                     |  194 +++++++++
 apps/monitor/NETMonitor.h                       |  100 +++++
 apps/monitor/OSMonitor.cpp                      |  133 +++++++
 apps/monitor/OSMonitor.h                        |   90 +++++
 apps/navigation/Makefile.am                     |    7 +
 apps/navigation/Navigation.cpp                  |  103 +++++
 apps/navigation/Navigation.h                    |   44 +++
 apps/osk/Helper.cpp                             |  247 ++++++++++++
 apps/osk/Helper.h                               |  108 +++++
 apps/osk/Key.cpp                                |  234 +++++++++++
 apps/osk/Key.h                                  |  155 ++++++++
 apps/osk/Keyboard.cpp                           |  483 +++++++++++++++++++++++
 apps/osk/Keyboard.h                             |  109 +++++
 apps/osk/Makefile.am                            |   23 ++
 apps/osk/OSK.cpp                                |  128 ++++++
 apps/osk/OSK.h                                  |   60 +++
 apps/osk/Row.cpp                                |  126 ++++++
 apps/osk/Row.h                                  |   90 +++++
 apps/osk/images/Makefile.am                     |    4 +
 apps/osk/images/osk-bg.png                      |  Bin 0 -> 31453 bytes
 apps/osk/keyboard.dtd                           |   12 +
 apps/osk/keyboard.xml                           |  341 ++++++++++++++++
 apps/osk/numpad.xml                             |   78 ++++
 apps/osk/utf8-decoder.cpp                       |   68 ++++
 apps/osk/utf8-decoder.h                         |   86 ++++
 apps/phone/Makefile.am                          |    2 +
 apps/phone/appdefs/Makefile.am                  |    7 +
 apps/phone/appdefs/ilixi_dialer.appdef          |   14 +
 apps/phone/appdefs/ilixi_phome.appdef           |   14 +
 apps/phone/appdefs/ilixi_pstatus.appdef         |   14 +
 apps/phone/appdefs/osk.appdef                   |   14 +
 apps/phone/dialer/Dialer.cpp                    |  198 ++++++++++
 apps/phone/dialer/Dialer.h                      |   71 ++++
 apps/phone/dialer/Makefile.am                   |    7 +
 apps/phone/home/AppButton.cpp                   |   99 +++++
 apps/phone/home/AppButton.h                     |   57 +++
 apps/phone/home/Home.cpp                        |  171 ++++++++
 apps/phone/home/Home.h                          |   78 ++++
 apps/phone/home/Makefile.am                     |    9 +
 apps/phone/pcompositor/CarouselSwitcher.cpp     |  128 ++++++
 apps/phone/pcompositor/CarouselSwitcher.h       |   80 ++++
 apps/phone/pcompositor/Makefile.am              |    9 +
 apps/phone/pcompositor/PhoneCompositor.cpp      |   95 +++++
 apps/phone/pcompositor/PhoneCompositor.h        |   46 +++
 apps/phone/statusbar/Clock.cpp                  |   93 +++++
 apps/phone/statusbar/Clock.h                    |   63 +++
 apps/phone/statusbar/ListItem.cpp               |   85 ++++
 apps/phone/statusbar/ListItem.h                 |   61 +++
 apps/phone/statusbar/Makefile.am                |   18 +
 apps/phone/statusbar/NotificationIcon.cpp       |   82 ++++
 apps/phone/statusbar/NotificationIcon.h         |   65 +++
 apps/phone/statusbar/StatusBar.cpp              |  237 +++++++++++
 apps/phone/statusbar/StatusBar.h                |   93 +++++
 apps/phone/statusbar/images/Makefile.am         |   18 +
 apps/phone/statusbar/images/applications.png    |  Bin 0 -> 355 bytes
 apps/phone/statusbar/images/bg.png              |  Bin 0 -> 24717 bytes
 apps/phone/statusbar/images/dialer.png          |  Bin 0 -> 684 bytes
 apps/phone/statusbar/images/directory.png       |  Bin 0 -> 388 bytes
 apps/phone/statusbar/images/headset.png         |  Bin 0 -> 1138 bytes
 apps/phone/statusbar/images/history.png         |  Bin 0 -> 502 bytes
 apps/phone/statusbar/images/home.png            |  Bin 0 -> 675 bytes
 apps/phone/statusbar/images/item-box.png        |  Bin 0 -> 330 bytes
 apps/phone/statusbar/images/mic.png             |  Bin 0 -> 785 bytes
 apps/phone/statusbar/images/settings.png        |  Bin 0 -> 657 bytes
 apps/phone/statusbar/images/soundmixer.png      |  Bin 0 -> 493 bytes
 apps/phone/statusbar/images/spooky.png          |  Bin 0 -> 573 bytes
 apps/phone/statusbar/images/switch.png          |  Bin 0 -> 1213 bytes
 apps/phone/statusbar/images/vol0.png            |  Bin 0 -> 1060 bytes
 apps/phone/statusbar/images/vol1.png            |  Bin 0 -> 1038 bytes
 apps/phone/statusbar/images/vol2.png            |  Bin 0 -> 1084 bytes
 apps/player/Makefile.am                         |   12 +
 apps/player/Player.cpp                          |   31 ++
 apps/player/Player.h                            |   32 ++
 apps/player/test.avi                            |  Bin 0 -> 945922 bytes
 apps/settings/Makefile.am                       |    7 +
 apps/settings/Settings.cpp                      |  186 +++++++++
 apps/settings/Settings.h                        |   68 ++++
 apps/soundmixer/BandSlider.cpp                  |   75 ++++
 apps/soundmixer/BandSlider.h                    |   56 +++
 apps/soundmixer/Makefile.am                     |   12 +
 apps/soundmixer/SoundMixer.cpp                  |  201 ++++++++++
 apps/soundmixer/SoundMixer.h                    |   65 +++
 apps/soundmixer/VolumeMeter.cpp                 |   94 +++++
 apps/soundmixer/VolumeMeter.h                   |   64 +++
 apps/soundmixer/images/Makefile.am              |    6 +
 apps/soundmixer/images/meter_off.png            |  Bin 0 -> 356 bytes
 apps/soundmixer/images/meter_on.png             |  Bin 0 -> 1991 bytes
 apps/soundmixer/images/test.wav                 |  Bin 0 -> 557612 bytes
 apps/stacking/Makefile.am                       |    7 +
 apps/stacking/Stacker.cpp                       |  127 ++++++
 apps/stacking/Stacker.h                         |   57 +++
 apps/widgets/Makefile.am                        |    7 +
 apps/widgets/WidgetsDemo.cpp                    |  161 ++++++++
 apps/widgets/WidgetsDemo.h                      |   38 ++
 bin/Makefile.am                                 |   17 -
 bin/car/Makefile.am                             |    2 -
 bin/car/appdefs/Makefile.am                     |    8 -
 bin/car/appdefs/dashboard.appdef                |   14 -
 bin/car/appdefs/ilixi_carhome.appdef            |   14 -
 bin/car/appdefs/ilixi_carstatus.appdef          |   14 -
 bin/car/appdefs/navit.appdef                    |   14 -
 bin/car/appdefs/osk.appdef                      |   14 -
 bin/car/ccompositor/CarCompositor.cpp           |   47 ---
 bin/car/ccompositor/CarCompositor.h             |   26 --
 bin/car/ccompositor/HorizontalScroller.cpp      |   87 ----
 bin/car/ccompositor/HorizontalScroller.h        |   53 ---
 bin/car/ccompositor/HorizontalSwitcher.cpp      |  244 ------------
 bin/car/ccompositor/HorizontalSwitcher.h        |  107 -----
 bin/car/ccompositor/Makefile.am                 |   12 -
 bin/car/ccompositor/images/Makefile.am          |    6 -
 bin/car/ccompositor/images/left.png             |  Bin 2570 -> 0 bytes
 bin/car/ccompositor/images/right.png            |  Bin 2682 -> 0 bytes
 bin/car/ccompositor/images/switcher.png         |  Bin 483 -> 0 bytes
 bin/car/home/AppButton.cpp                      |  101 -----
 bin/car/home/AppButton.h                        |   54 ---
 bin/car/home/Home.cpp                           |  146 -------
 bin/car/home/Home.h                             |   77 ----
 bin/car/home/Makefile.am                        |   17 -
 bin/car/home/NumPages.cpp                       |  188 ---------
 bin/car/home/NumPages.h                         |   75 ----
 bin/car/home/PageButton.cpp                     |   40 --
 bin/car/home/PageButton.h                       |   30 --
 bin/car/home/circle.png                         |  Bin 2921 -> 0 bytes
 bin/car/home/circle_small.png                   |  Bin 2415 -> 0 bytes
 bin/car/statusbar/Clock.cpp                     |  105 -----
 bin/car/statusbar/Clock.h                       |   63 ---
 bin/car/statusbar/Makefile.am                   |   16 -
 bin/car/statusbar/RemoteContentArea.cpp         |   97 -----
 bin/car/statusbar/RemoteContentArea.h           |   63 ---
 bin/car/statusbar/StatusBar.cpp                 |  266 -------------
 bin/car/statusbar/StatusBar.h                   |  106 -----
 bin/car/statusbar/StatusbarButton.cpp           |  141 -------
 bin/car/statusbar/StatusbarButton.h             |   86 ----
 bin/car/statusbar/StatusbarComponent.cpp        |   85 ----
 bin/car/statusbar/StatusbarComponent.h          |   56 ---
 bin/car/statusbar/images/Makefile.am            |   22 --
 bin/car/statusbar/images/back0.png              |  Bin 1383 -> 0 bytes
 bin/car/statusbar/images/dash.png               |  Bin 3616 -> 0 bytes
 bin/car/statusbar/images/dashG.png              |  Bin 3839 -> 0 bytes
 bin/car/statusbar/images/disabled.png           |  Bin 3799 -> 0 bytes
 bin/car/statusbar/images/home.png               |  Bin 1916 -> 0 bytes
 bin/car/statusbar/images/homeG.png              |  Bin 2400 -> 0 bytes
 bin/car/statusbar/images/palette.xml            |  194 ---------
 bin/car/statusbar/images/statusbar-buttons.png  |  Bin 1510 -> 0 bytes
 bin/car/statusbar/images/statusbar_bg.png       |  Bin 324 -> 0 bytes
 bin/car/statusbar/images/switch.png             |  Bin 3080 -> 0 bytes
 bin/car/statusbar/images/switchG.png            |  Bin 3251 -> 0 bytes
 bin/car/statusbar/images/vol0.png               |  Bin 1709 -> 0 bytes
 bin/car/statusbar/images/vol0G.png              |  Bin 1845 -> 0 bytes
 bin/car/statusbar/images/vol1.png               |  Bin 2044 -> 0 bytes
 bin/car/statusbar/images/vol1G.png              |  Bin 2206 -> 0 bytes
 bin/car/statusbar/images/vol2.png               |  Bin 2507 -> 0 bytes
 bin/car/statusbar/images/vol2G.png              |  Bin 2730 -> 0 bytes
 bin/car/statusbar/images/vol3.png               |  Bin 3022 -> 0 bytes
 bin/car/statusbar/images/vol3G.png              |  Bin 3372 -> 0 bytes
 bin/carousel/CarouselDemo.cpp                   |   82 ----
 bin/carousel/CarouselDemo.h                     |   46 ---
 bin/carousel/Makefile.am                        |    9 -
 bin/demo2/Demo2.cpp                             |   73 ----
 bin/demo2/Demo2.h                               |   45 ---
 bin/demo2/Makefile.am                           |    9 -
 bin/demo2/ScrollItem.cpp                        |  121 ------
 bin/demo2/ScrollItem.h                          |   72 ----
 bin/demo4/Demo4.cpp                             |   58 ---
 bin/demo4/Demo4.h                               |   43 --
 bin/demo4/ImageDialog.cpp                       |  105 -----
 bin/demo4/ImageDialog.h                         |   44 ---
 bin/demo4/Makefile.am                           |   13 -
 bin/demo4/MenuItem.cpp                          |  141 -------
 bin/demo4/MenuItem.h                            |   81 ----
 bin/demo4/VKMenu.cpp                            |  178 ---------
 bin/demo4/VKMenu.h                              |   78 ----
 bin/gallery/Gallery.cpp                         |   74 ----
 bin/gallery/Gallery.h                           |   45 ---
 bin/gallery/ImageDialog.cpp                     |   53 ---
 bin/gallery/ImageDialog.h                       |   44 ---
 bin/gallery/ImageWidget.cpp                     |  155 --------
 bin/gallery/ImageWidget.h                       |   90 -----
 bin/gallery/Makefile.am                         |   12 -
 bin/gallery/images/0.jpg                        |  Bin 39497 -> 0 bytes
 bin/gallery/images/1.jpg                        |  Bin 61487 -> 0 bytes
 bin/gallery/images/2.jpg                        |  Bin 61210 -> 0 bytes
 bin/gallery/images/3.jpg                        |  Bin 61475 -> 0 bytes
 bin/gallery/images/4.jpg                        |  Bin 35314 -> 0 bytes
 bin/gallery/images/Makefile.am                  |    8 -
 bin/monitor/BarChart.cpp                        |  135 -------
 bin/monitor/BarChart.h                          |   76 ----
 bin/monitor/CPUMonitor.cpp                      |  273 -------------
 bin/monitor/CPUMonitor.h                        |  187 ---------
 bin/monitor/FSMonitor.cpp                       |   75 ----
 bin/monitor/FSMonitor.h                         |   68 ----
 bin/monitor/MEMMonitor.cpp                      |  117 ------
 bin/monitor/MEMMonitor.h                        |   68 ----
 bin/monitor/Makefile.am                         |   19 -
 bin/monitor/Monitor.cpp                         |  205 ----------
 bin/monitor/Monitor.h                           |   75 ----
 bin/monitor/NETMonitor.cpp                      |  194 ---------
 bin/monitor/NETMonitor.h                        |  100 -----
 bin/monitor/OSMonitor.cpp                       |  133 -------
 bin/monitor/OSMonitor.h                         |   90 -----
 bin/navigation/Makefile.am                      |    7 -
 bin/navigation/Navigation.cpp                   |  103 -----
 bin/navigation/Navigation.h                     |   44 ---
 bin/osk/Helper.cpp                              |  247 ------------
 bin/osk/Helper.h                                |  108 -----
 bin/osk/Key.cpp                                 |  234 -----------
 bin/osk/Key.h                                   |  155 --------
 bin/osk/Keyboard.cpp                            |  483 -----------------------
 bin/osk/Keyboard.h                              |  109 -----
 bin/osk/Makefile.am                             |   23 --
 bin/osk/OSK.cpp                                 |  128 ------
 bin/osk/OSK.h                                   |   60 ---
 bin/osk/Row.cpp                                 |  126 ------
 bin/osk/Row.h                                   |   90 -----
 bin/osk/images/Makefile.am                      |    4 -
 bin/osk/images/osk-bg.png                       |  Bin 31453 -> 0 bytes
 bin/osk/keyboard.dtd                            |   12 -
 bin/osk/keyboard.xml                            |  341 ----------------
 bin/osk/numpad.xml                              |   78 ----
 bin/osk/utf8-decoder.cpp                        |   68 ----
 bin/osk/utf8-decoder.h                          |   86 ----
 bin/phone/Makefile.am                           |    2 -
 bin/phone/appdefs/Makefile.am                   |    7 -
 bin/phone/appdefs/ilixi_dialer.appdef           |   14 -
 bin/phone/appdefs/ilixi_phome.appdef            |   14 -
 bin/phone/appdefs/ilixi_pstatus.appdef          |   14 -
 bin/phone/appdefs/osk.appdef                    |   14 -
 bin/phone/dialer/Dialer.cpp                     |  198 ----------
 bin/phone/dialer/Dialer.h                       |   71 ----
 bin/phone/dialer/Makefile.am                    |    7 -
 bin/phone/home/AppButton.cpp                    |   99 -----
 bin/phone/home/AppButton.h                      |   57 ---
 bin/phone/home/Home.cpp                         |  171 --------
 bin/phone/home/Home.h                           |   78 ----
 bin/phone/home/Makefile.am                      |    9 -
 bin/phone/pcompositor/CarouselSwitcher.cpp      |  128 ------
 bin/phone/pcompositor/CarouselSwitcher.h        |   80 ----
 bin/phone/pcompositor/Makefile.am               |    9 -
 bin/phone/pcompositor/PhoneCompositor.cpp       |   95 -----
 bin/phone/pcompositor/PhoneCompositor.h         |   46 ---
 bin/phone/statusbar/Clock.cpp                   |   93 -----
 bin/phone/statusbar/Clock.h                     |   63 ---
 bin/phone/statusbar/ListItem.cpp                |   85 ----
 bin/phone/statusbar/ListItem.h                  |   61 ---
 bin/phone/statusbar/Makefile.am                 |   18 -
 bin/phone/statusbar/NotificationIcon.cpp        |   82 ----
 bin/phone/statusbar/NotificationIcon.h          |   65 ---
 bin/phone/statusbar/StatusBar.cpp               |  237 -----------
 bin/phone/statusbar/StatusBar.h                 |   93 -----
 bin/phone/statusbar/images/Makefile.am          |   18 -
 bin/phone/statusbar/images/applications.png     |  Bin 355 -> 0 bytes
 bin/phone/statusbar/images/bg.png               |  Bin 24717 -> 0 bytes
 bin/phone/statusbar/images/dialer.png           |  Bin 684 -> 0 bytes
 bin/phone/statusbar/images/directory.png        |  Bin 388 -> 0 bytes
 bin/phone/statusbar/images/headset.png          |  Bin 1138 -> 0 bytes
 bin/phone/statusbar/images/history.png          |  Bin 502 -> 0 bytes
 bin/phone/statusbar/images/home.png             |  Bin 675 -> 0 bytes
 bin/phone/statusbar/images/item-box.png         |  Bin 330 -> 0 bytes
 bin/phone/statusbar/images/mic.png              |  Bin 785 -> 0 bytes
 bin/phone/statusbar/images/settings.png         |  Bin 657 -> 0 bytes
 bin/phone/statusbar/images/soundmixer.png       |  Bin 493 -> 0 bytes
 bin/phone/statusbar/images/spooky.png           |  Bin 573 -> 0 bytes
 bin/phone/statusbar/images/switch.png           |  Bin 1213 -> 0 bytes
 bin/phone/statusbar/images/vol0.png             |  Bin 1060 -> 0 bytes
 bin/phone/statusbar/images/vol1.png             |  Bin 1038 -> 0 bytes
 bin/phone/statusbar/images/vol2.png             |  Bin 1084 -> 0 bytes
 bin/player/Makefile.am                          |   12 -
 bin/player/Player.cpp                           |   31 --
 bin/player/Player.h                             |   32 --
 bin/player/test.avi                             |  Bin 945922 -> 0 bytes
 bin/settings/Makefile.am                        |    7 -
 bin/settings/Settings.cpp                       |  186 ---------
 bin/settings/Settings.h                         |   68 ----
 bin/soundmixer/BandSlider.cpp                   |   75 ----
 bin/soundmixer/BandSlider.h                     |   56 ---
 bin/soundmixer/Makefile.am                      |   12 -
 bin/soundmixer/SoundMixer.cpp                   |  201 ----------
 bin/soundmixer/SoundMixer.h                     |   65 ---
 bin/soundmixer/VolumeMeter.cpp                  |   94 -----
 bin/soundmixer/VolumeMeter.h                    |   64 ---
 bin/soundmixer/images/Makefile.am               |    6 -
 bin/soundmixer/images/meter_off.png             |  Bin 356 -> 0 bytes
 bin/soundmixer/images/meter_on.png              |  Bin 1991 -> 0 bytes
 bin/soundmixer/images/test.wav                  |  Bin 557612 -> 0 bytes
 bin/stacking/Makefile.am                        |    7 -
 bin/stacking/Stacker.cpp                        |  127 ------
 bin/stacking/Stacker.h                          |   57 ---
 bin/widgets/Makefile.am                         |    7 -
 bin/widgets/WidgetsDemo.cpp                     |  161 --------
 bin/widgets/WidgetsDemo.h                       |   38 --
 configure.ac                                    |   60 ++-
 395 files changed, 11995 insertions(+), 11998 deletions(-)

_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to