Christian Morlok <symbian.org@christianmorlok.de> [Wed, 07 Apr 2010 14:35:19 +0200] rev 54
renamed dlls+exe to prevent conflicts with existing files in emulator; changelog attached.
* renamed dlls/exe:
- aifw.dll to aifw_hs.dll
- cputils to cputils_hs
- aiidleint.dll to aiidleint_hs.dll
- aiutils.dll to aiutils_hs.dll
- MenuInterface.dll to MenuInterface_hs.dll
- XCFW.dll to XCFW_hs.dll
- homescreen.exe to homescreen_hs.exe
- ailaunch.exe to ailaunch_hs.exe
* new UID for Active Idle (aifw_hs.dll, aiidleint_hs.dll and homescreen.exe):
#define AI_UID3_AIFW_COMMON 0xEDFF45C4 (was 0x102750F0 = 271012080)
* new UID for cputils_hs.dll: 0xE3E7134E (was 0x20016B7F = 536963967)
* new UID for AI Utilities Factory (aiutils_hs.dll): 0xEC55106C (was 0x10281865 = 271063141)
* new UID for MenuInterface_hs.dll: 0xEEE24485 (was 0x10210EAB = 270601899)
* new UID for XCFW_hs.dll: 0xEB12332F (was 0x10210EA0 = 270601888)
* new UID for ailaunch_hs.exe: 0xEF5A047A (was 0x200286E3 = 537036515)
Christian Morlok <symbian.org@christianmorlok.de> [Fri, 02 Apr 2010 20:17:48 +0200] rev 53
updated dependencies; now everything compiles with winscw_udeb without error
William Roberts <williamr@symbian.org> [Fri, 02 Apr 2010 16:50:10 +0100] rev 52
Transplant fix for Bug 2098 and latest version of the fix for Bug 1960
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Wed, 31 Mar 2010 22:04:35 +0300] rev 51
Revision: 201011
Kit: 201013
MattD <mattd@symbian.org> [Thu, 01 Apr 2010 14:59:15 +0100] rev 50
Made a minor error with all the messing around with aknlayout.lag which meant it got performed on the default branch.
MattD <mattd@symbian.org> [Thu, 01 Apr 2010 14:54:00 +0100] rev 49
removed another .cproject carbide file, which was present in the other branch and made it through the merge.
MattD <mattd@symbian.org> [Thu, 01 Apr 2010 14:50:19 +0100] rev 48
Merged in kashif's, fdim's and my removal of abld.bat and .cproject files onto the fixed up version of Christian's head.
MattD <mattd@symbian.org> [Thu, 01 Apr 2010 14:34:02 +0100] rev 47
Attempted fix for AknLayout.lag appearing twice in the same location, but with different cases. This is a bit experimental as I'm doing it on a windows machine (case insensitive), so we'll see how we go.
MattD <mattd@symbian.org> [Thu, 01 Apr 2010 12:25:43 +0100] rev 46
Removed all abld.bat and .cproject files as they rpobably shouldn't be committed, and are just going to cause unneccessary merge/build issues
MattD <mattd@symbian.org> [Thu, 01 Apr 2010 12:18:40 +0100] rev 45
Merging in kashif's additional head into fdim's
jake [Wed, 31 Mar 2010 13:30:40 +0300] rev 44
Merged from FCL, GCC-E compilation error in homescreensrv (2098) fixed by Leo Zhengyh
fdim [Wed, 31 Mar 2010 12:29:10 +0300] rev 43
Added folder hs_app_idlefw, files there have 'hs_app' prefix(content edited).
homescreen_srv compiles with these changes. Although more warnings appear.
Also I've changed uid of homescreen.exe, ailaunch.exe.
Renamed idlefw files, located in hs_app_idlefw.
Stefan Karlsson <stefan.karlsson@nokia.com> [Tue, 30 Mar 2010 12:59:56 +0100] rev 42
Merge.
Stefan Karlsson <stefan.karlsson@nokia.com> [Sun, 28 Mar 2010 16:37:14 +0100] rev 41
Fixed "extra qualification" syntax errors.
Leo Zheng <Leo.Zhengyh@gmail.com> [Wed, 24 Mar 2010 11:13:58 +0900] rev 40
Bug 1726 - GCC-E compilation error in homescreensrv (2098)