Skip to content

Commit 08c6a7c

Browse files
author
achellies
committed
修正ViewNotification接收不到网页标题的bug以及添加菜单操作
1 parent 0cbca0f commit 08c6a7c

24 files changed

+428
-38
lines changed

src/duibrowser/DuiBrowser.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 1,0,0,0
57-
PRODUCTVERSION 1,0,0,0
56+
FILEVERSION 1,0,0,1
57+
PRODUCTVERSION 1,0,0,1
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -72,13 +72,13 @@ BEGIN
7272
VALUE "Comments", "Based EAWebKit(1.21.00) and Duilib(1.0) open source libraries. Author:achellies"
7373
VALUE "CompanyName", "Duilib Develop Group, Inc."
7474
VALUE "FileDescription", "DuiBrowser"
75-
VALUE "FileVersion", "1, 0, 0, 0"
75+
VALUE "FileVersion", "1, 0, 0, 1"
7676
VALUE "InternalName", "DuiBrowser"
7777
VALUE "LegalCopyright", "Copyright (C) 2011 Duilib Develop Group, Inc. All rights reserved."
7878
VALUE "LegalTrademarks", "Duilib"
7979
VALUE "OriginalFilename", "DuiBrowser"
8080
VALUE "ProductName", "DuiBrowser"
81-
VALUE "ProductVersion", "1, 0, 0, 0"
81+
VALUE "ProductVersion", "1, 0, 0, 1"
8282
END
8383
END
8484
BLOCK "VarFileInfo"

src/duibrowser/DuiBrowser.vcproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@
196196
RelativePath=".\main.cpp"
197197
>
198198
</File>
199+
<File
200+
RelativePath=".\popup_menu.cpp"
201+
>
202+
</File>
199203
<File
200204
RelativePath=".\stdafx.cpp"
201205
>
@@ -218,6 +222,10 @@
218222
Filter="h;hpp;hxx;hm;inl;inc;xsd"
219223
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
220224
>
225+
<File
226+
RelativePath=".\common_define.hpp"
227+
>
228+
</File>
221229
<File
222230
RelativePath=".\debug.hpp"
223231
>
@@ -226,6 +234,10 @@
226234
RelativePath=".\frame.hpp"
227235
>
228236
</File>
237+
<File
238+
RelativePath=".\popup_menu.hpp"
239+
>
240+
</File>
229241
<File
230242
RelativePath=".\resource.h"
231243
>

src/duibrowser/bin/DuiBrowser.exe

4 KB
Binary file not shown.

src/duibrowser/bin/EAWebkit.dll

0 Bytes
Binary file not shown.

src/duibrowser/bin/skins/About.png

1.04 KB
Loading

src/duibrowser/bin/skins/Exit.png

1.03 KB
Loading

src/duibrowser/bin/skins/Main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<HorizontalLayout name="header" height="36" bkcolor="#FF4775CC">
99
<HorizontalLayout>
1010
<Container name="logo" float="true" pos="7,2,39,34" bkimage="file='$logo.png' source='0,0,64,64'"/>
11-
<Label name="apptitle" text="Webkit" font="1" textcolor="#FFFFFFFF" float="true" pos="42,0,550,36" />
11+
<Label name="apptitle" text="Duibrowser --- produced by Duilib Develop Group, Inc." font="1" textcolor="#FFFFFFFF" float="true" pos="42,0,550,36" />
1212
</HorizontalLayout>
1313
<HorizontalLayout height="25" width="96">
1414
<Button name="minbtn" tooltip="最小化" height="18" width="26" normalimage="file='minimize.png'" hotimage="file='minimize_h.png'" pushedimage="file='minimize_p.png'"/>

src/duibrowser/bin/skins/Open.png

930 Bytes
Loading

src/duibrowser/bin/skins/Save.png

795 Bytes
Loading
3.33 KB
Loading

0 commit comments

Comments
 (0)