You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Coccinellidae web browser. The goal is to create a traditional browser UI (how things was before Chrome) drawing inspiration from Netscape 3.
2
+
The Coccinellidae web browser, a fork of [Ladybird](https://github.com/awesomekling/ladybird). The goal is to create a general purpose browser with a traditional browser UI (how things was before Chrome) drawing inspiration from Netscape 3.
3
3
4
-
This is a fork of [Ladybird](https://github.com/awesomekling/ladybird). Unlike Ladybird the goal here is to create a general purpose browser. (_"But for now, please treat ladybird as a debugging tool for LibWeb. :)"_[\[1\]](https://github.com/awesomekling/ladybird/pull/20#issuecomment-1184351571) )
5
-
6
-
This is a personal fork for my own enjoyment and learning :^)
4
+
This is a personal fork for my own enjoyment and learning, but feel free to contribute :^)
7
5
8
6
### How does Coccinellidae differ from Ladybird?
9
7
-[x] Qt5 support 👍
@@ -16,26 +14,7 @@ This is a personal fork for my own enjoyment and learning :^)
16
14
-[x] Computers only, no plans supporting Android 🖥️
17
15
18
16
### Progress of functionality in menu:
19
-
-[ ] File: Save As
20
-
-[ ] File: Print
21
-
-[x] Edit
22
-
-[ ] Edit: Cut
23
-
-[ ] Edit: Copy
24
-
-[ ] Edit: Paste
25
-
-[ ] Edit: Select All
26
-
-[ ] Edit: Find...
27
-
-[ ] Edit: Preferences
28
-
-[x] Inspect -> View
29
-
-[ ] View: Document Info
30
-
-[x] Go
31
-
-[x] Go: Back
32
-
-[x] Go: Forward
33
-
-[x] Go: Home
34
-
-[x] Debug -> Options
35
-
-[x] About
36
-
-[ ] About: Help
37
-
-[x] About: Repository
38
-
-[x] About: About Coccinellidae
17
+
There is a bunch of placeholder buttons and menu-items. There is also a bunch of working menu-items and buttons. :^)
39
18
40
19
### Build instructions
41
20
Same as [Ladybird](https://github.com/awesomekling/ladybird) but using Qt5 & Qt5 Wayland (Ubuntu 20.04: `qt5-default` & `qtwayland5`)
@@ -46,11 +25,11 @@ It might build with Qt6, make sure to replace [CMakeLists.txt](CMakeLists.txt) w
46
25
47
26

48
27
49
-
Commits are a bit of a mess, contributions are accepted.
0 commit comments