df4b16c228Add evas image and font caching
Abraxa
2008-09-05 22:35:35 +0000
fb27f65bcbadd End Call
fgau
2008-09-03 18:07:49 +0000
1a15a98a75Fix signal callback
Abraxa
2008-09-03 16:26:57 +0000
24fa27ff11Add missing join() in MainScreen.on_edje_numberkey_triggered() Add phone status callbacks to PyneoControl (gsm_phone_ringing and friends) Change if/if/if structure to if/elif/elif to be more efficient Make PyneoControl able to send parameters to callbacks when they're called Use these parameters to submit values where meaningful (e.g. sim_key_required) Make Dialer class switch screens on call status changes
Abraxa
2008-09-03 06:05:41 +0000
02593e9bb2Make PyneoControl.gsm_hangup() delete terminated calls from its internal list
Abraxa
2008-09-03 05:32:45 +0000
6f254d30e6Make PyneoControl.gsm_dial() work as expected Add PyneoControl.gsm_hangup()
Abraxa
2008-09-02 23:33:27 +0000
ce0260dbc1Rework SIM D-Bus object intialization, placing it in its own method so it can have its own try-again-timer Make debug output a little more descriptive
Abraxa
2008-09-02 23:26:10 +0000
2a739e1378Remove PyneoController's "init" event and the corresponding callbacks. It was part of the initial PyneoControl draft, no longer used.
Abraxa
2008-09-02 23:21:01 +0000
bff85c8a79Simplify handling of PyneoController._callbacks
Abraxa
2008-09-02 23:19:24 +0000
60f1bd4e8fsplit the dbus initialisation and fixed gsm_wireless_status
fgau
2008-09-02 16:57:10 +0000
8e6d08c3b2Rename PyneoInterface to PyneoController, as things had to be redesigned Add generic callbacks to PyneoController Enhance GSM handling in PyneoController Make MainScreen interface with PyneoController
Abraxa
2008-09-02 07:59:03 +0000
8f99c6edd8Remove unneeded edje_cc comment at end of file Make spaces between classes two lines long Add PyneoInterface singleton class Rename global TITLE constant to APP_TITLE Add initial callback structure, preparing GUI integration
Abraxa
2008-09-01 09:12:24 +0000
fe4d2bb963add files for blackwhite theme
fgau
2008-08-31 18:01:36 +0000
b3b00bb611added isdigit in correct syntax
fgau
2008-08-31 09:54:32 +0000
5064c05317Make epydial able to handle multiple themes Update the locations in data/ Update the theme compile script
Abraxa
2008-08-31 07:56:51 +0000
aedb86b36dAdd Dialer.get_evas() Rename parameters from "main" to "screen_manager", as that's what the Dialer class is
Abraxa
2008-08-31 04:15:56 +0000
6465961301Rename TestView to Dialer Rename Dialer.groups to Dialer.screens Rename *_GROUP_NAME to *_SCREEN_NAME Add Dialer.show_screen() method
Abraxa
2008-08-31 03:50:33 +0000
efe7084165Rename dialer main screen theme file Add "in call" screen theme file Rework TestView and EdjeGroup classes to allow the use of multiple edje groups and corresponding theme files Add compile_theme script, making use of easy_e17 Fix bug in EdjeGroup.__init__() that made use of newly renamed variable f
Abraxa
2008-08-31 02:00:48 +0000
75cfd64932fixed the star issue ;)
fgau
2008-08-30 12:53:53 +0000
97b8bdf84eadd python foo with help from the master. autoscale for display is ... TODO: scrolling to left
fgau
2008-08-29 21:29:30 +0000
c126221a2a4 digits for sim pin. TODO: the first digit is not visible
fgau
2008-08-29 20:15:30 +0000
72cf62094aonly numerics for sim pin
fgau
2008-08-29 18:55:11 +0000
af2f8a6f9bRename edje_group and dialer_main classes to EdjeGroup and MainScreen, respectively
Abraxa
2008-08-29 00:05:18 +0000
25495587d0Simplify EvasCanvas.__init__() parameters Rename f in EvasCanvas.__init__() to engine
Abraxa
2008-08-28 23:49:52 +0000
974ba5cae1Add FRAMETIME constant to remove magic number supplied to edje.frametime_set() Make EvasCanvas.__init__() honor the WIDTH and HEIGHT constants
Abraxa
2008-08-28 22:22:31 +0000
1fc87d074dGroup imports by category (system, efl, others) Sort imports alphabetically Remove duplicate imports (import os / import os.path) Remove comments where there was already code in the same line (comments on separate lines are better) Fix whitespace / tab indentation where necessary
Abraxa
2008-08-28 21:45:58 +0000
3b5fd004faRemove code that checks for the edje theme file since the execution order is non-linear Introduce the EDJE_FILE_NAME global constant to avoid having magic strings all over the place Add a check for the edje theme file in edje_group.__init__() On error, raise an IOError with message string, not a raw string exception as in the initial code
Abraxa
2008-08-28 21:29:33 +0000
4cd74d1feaRename global variable FS to FULLSCREEN in order to make it self-descriptive Make EvasCanvas.__init__() honor the fullscreen parameter instead of using the global variable directly
Abraxa
2008-08-28 21:10:06 +0000
b99303cdd9FEATURE: Include Battery Monitor from HdR - Thanks (not usable yet, still bug hunting on my part)
kriss
2008-07-28 17:17:28 +0000
1f8d903c31FEATURE: Not using shell script for wifi configuration anymore... - ToDo allow for encryption
kriss
2008-07-28 15:22:07 +0000
934f76224aBUGFIX: Fixing issue causing SettingsGUI not to startup on GTA02 - see Ticket http://neo1973-germany.de/ticket/4 - Thanks to Birdack for reporting and submitting the patch!
kriss
2008-07-28 15:18:11 +0000
49839b2e81BUGFIX: Allow for stratup without root access (to WiFi interface)
kriss
2008-07-26 18:14:07 +0000
c78e13b4daFEATURE: Compress Data CLEANUP: Separating out much of the concern of the large pyPenNotes.py file into SaveRestore.py and UserDrawingArea.py
kriss
2008-04-24 19:33:46 +0000
a4d3e62796FEATURE: Compress Data CLEANUP: Separating out much of the concern of the large pyPenNotes.py file into SaveRestore.py and UserDrawingArea.py
kriss
2008-04-24 18:21:45 +0000
b5d1f2c08cBUGFIX: use configured command when calling hciconfig - Thanks haakeyar!
kriss
2008-04-05 21:40:51 +0000
f4b55d18c7CLEANUP: quite some code cleanups by haakeyar - thanks! FEATURE: remove rulers when the second tollbar is not visible
kriss
2008-04-02 17:37:18 +0000
bfec9a3ce3CLEANUP: gettings comments in sync again
kriss
2008-04-02 13:35:20 +0000
8b8d6545aaFIX: get space for one more bluetooth peer before scrollbar desaster happens ;-)
kriss
2008-04-02 13:33:09 +0000
3c172d34e0MANAGE: Adding directory to archiv patches.
kriss
2008-03-25 20:06:27 +0000
1638c15ed3Tagging the 0.8 release - <<the blue release>>
kriss
2008-03-16 00:34:14 +0000
fb1ca209efDOC: Screenshots Version 0.8
kriss
2008-03-16 00:28:47 +0000
5d293b46f5BUGFIX: Optimize strings and borders to fit layout on Neo1973 BUGFIX: Do not set default route yet FEATURE: Add Label with visible Name FEATURE: Generate IP Address from configured mask + last byte of BT Address FEATURE: Set pand state from actual deamon state OPTIMIZATION: Only wait until hci- and ifconfig are finished instead of fixed time CLEANUP: Remove unused functions
kriss
2008-03-16 00:18:18 +0000
12551ae94fCOMMENT: How to make process_running() to include process parameters.
kriss
2008-03-15 23:22:59 +0000
a079e81ea5CLEANUP: Using new function in Processinterface.py to find out if pppd is running.
kriss
2008-03-15 22:50:47 +0000
e9387fc973FEATURE: Added function process_running() to look up if a process is running (by name). TEST: Added test function for process_running().
kriss
2008-03-15 22:44:52 +0000