Added a bunch / Fixed a bug in Editor
This commit is contained in:
parent
6026736a60
commit
156c9a8453
7 changed files with 424 additions and 1 deletions
47
apps/gnumeric.json
Normal file
47
apps/gnumeric.json
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"comment": "Gnumeric is a spreadsheet program that is part of the GNOME Free Software Desktop Project.",
|
||||
"formats_read": [
|
||||
"csv",
|
||||
"gnm",
|
||||
"gnumeric",
|
||||
"wks",
|
||||
"ods"
|
||||
],
|
||||
"formats_write": [
|
||||
"csv",
|
||||
"gnumeric",
|
||||
"gnm",
|
||||
"wks",
|
||||
"ods"
|
||||
],
|
||||
"generic_name": [
|
||||
"Office",
|
||||
"Spreadsheet"
|
||||
],
|
||||
"interface": [
|
||||
"GTK"
|
||||
],
|
||||
"issues": [],
|
||||
"languages": [
|
||||
"C"
|
||||
],
|
||||
"licenses": [
|
||||
"GPL-2.0",
|
||||
"GPL-3.0"
|
||||
],
|
||||
"links": {
|
||||
"git": "https://gitlab.gnome.org/GNOME/gnumeric/",
|
||||
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Gnumeric.svg/64px-Gnumeric.svg.png",
|
||||
"website": "http://gnumeric.org/",
|
||||
"wikipedia": "https://en.wikipedia.org/wiki/Gnumeric"
|
||||
},
|
||||
"names": [
|
||||
"Gnumeric"
|
||||
],
|
||||
"networks_read": [],
|
||||
"networks_write": [],
|
||||
"platforms": [
|
||||
"GNU/Linux",
|
||||
"BSD"
|
||||
]
|
||||
}
|
51
apps/k3d.json
Normal file
51
apps/k3d.json
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"comment": "K-3D is free-as-in-freedom 3D modeling and animation software. It combines flexible plugins with a visualization pipeline architecture, making K-3D a versatile and powerful tool for artists.",
|
||||
"formats_read": [
|
||||
"obj",
|
||||
"gts"
|
||||
],
|
||||
"formats_write": [
|
||||
"obj",
|
||||
"gts",
|
||||
"jpg",
|
||||
"png",
|
||||
"tiff",
|
||||
"exr",
|
||||
"bmp",
|
||||
"sun"
|
||||
],
|
||||
"generic_name": [
|
||||
"3D Modeling",
|
||||
"3D Animation"
|
||||
],
|
||||
"interface": [
|
||||
"GTK"
|
||||
],
|
||||
"issues": [],
|
||||
"languages": [
|
||||
"C++",
|
||||
"Python",
|
||||
"C"
|
||||
],
|
||||
"licenses": [
|
||||
"GPL-2.0"
|
||||
],
|
||||
"links": {
|
||||
"git": "https://github.com/K-3D/k3d",
|
||||
"icon": "http://www.k-3d.org/k3d_logo.png",
|
||||
"website": "http://www.k-3d.org/"
|
||||
},
|
||||
"names": [
|
||||
"K-3D",
|
||||
"k3d"
|
||||
],
|
||||
"networks_read": [],
|
||||
"networks_write": [],
|
||||
"platforms": [
|
||||
"GNU/Linux",
|
||||
"Windows",
|
||||
"BSD",
|
||||
"macOS",
|
||||
"Solaris"
|
||||
]
|
||||
}
|
104
apps/libre-office-calc.json
Normal file
104
apps/libre-office-calc.json
Normal file
|
@ -0,0 +1,104 @@
|
|||
{
|
||||
"comment": "The spreadsheet component of the LibreOffice software package.",
|
||||
"formats_read": [
|
||||
"numbers",
|
||||
"csv",
|
||||
"dif",
|
||||
"dbf",
|
||||
"gnm",
|
||||
"gnumeric",
|
||||
"123",
|
||||
"wks",
|
||||
"wks1",
|
||||
"wk2",
|
||||
"wk3",
|
||||
"wk4",
|
||||
"xls",
|
||||
"xlw",
|
||||
"xlt",
|
||||
"xlsx",
|
||||
"xltx",
|
||||
"xlsm",
|
||||
"xltm",
|
||||
"iqy",
|
||||
"pxl",
|
||||
"ods",
|
||||
"fods",
|
||||
"ots",
|
||||
"sxc",
|
||||
"stc",
|
||||
"wb2",
|
||||
"wq1",
|
||||
"wq2",
|
||||
"sdc",
|
||||
"vor",
|
||||
"slk"
|
||||
],
|
||||
"formats_write": [
|
||||
"numbers",
|
||||
"csv",
|
||||
"dif",
|
||||
"dbf",
|
||||
"123",
|
||||
"wks",
|
||||
"wks1",
|
||||
"wk2",
|
||||
"wk3",
|
||||
"wk4",
|
||||
"xls",
|
||||
"xlw",
|
||||
"xlt",
|
||||
"xlsx",
|
||||
"xltx",
|
||||
"xlsm",
|
||||
"xltm",
|
||||
"iqy",
|
||||
"pxl",
|
||||
"ods",
|
||||
"fods",
|
||||
"ots",
|
||||
"sxc",
|
||||
"stc",
|
||||
"wb2",
|
||||
"wq1",
|
||||
"wq2",
|
||||
"sdc",
|
||||
"vor",
|
||||
"slk"
|
||||
],
|
||||
"generic_name": [
|
||||
"Office",
|
||||
"Spreadsheet"
|
||||
],
|
||||
"interface": [
|
||||
"Qt"
|
||||
],
|
||||
"issues": [],
|
||||
"languages": [
|
||||
"C",
|
||||
"C++"
|
||||
],
|
||||
"licenses": [
|
||||
"MPL-2.0",
|
||||
"LGPL-3.0-or-later",
|
||||
"Apache-2.0"
|
||||
],
|
||||
"links": {
|
||||
"git": "https://www.libreoffice.org/about-us/source-code/",
|
||||
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/LibreOffice_6.1_Calc_Icon.svg/64px-LibreOffice_6.1_Calc_Icon.svg.png",
|
||||
"website": "https://www.libreoffice.org/discover/calc/",
|
||||
"wikipedia": "https://en.wikipedia.org/wiki/LibreOffice_Calc"
|
||||
},
|
||||
"names": [
|
||||
"LibreOffice Calc",
|
||||
"Calc"
|
||||
],
|
||||
"networks_read": [],
|
||||
"networks_write": [],
|
||||
"platforms": [
|
||||
"GNU/Linux",
|
||||
"Windows",
|
||||
"macOS",
|
||||
"BSD"
|
||||
]
|
||||
}
|
67
apps/libre-office-draw.json
Normal file
67
apps/libre-office-draw.json
Normal file
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"comment": "A free and open source vector graphics editor. It is one of the applications included in the LibreOffice office suite, developed by The Document Foundation.",
|
||||
"formats_read": [
|
||||
"pdf",
|
||||
"odg",
|
||||
"vsd",
|
||||
"pub",
|
||||
"ott",
|
||||
"stw",
|
||||
"oth",
|
||||
"ots",
|
||||
"stc",
|
||||
"otp",
|
||||
"sti",
|
||||
"otg",
|
||||
"std",
|
||||
"vor",
|
||||
"svg"
|
||||
],
|
||||
"formats_write": [
|
||||
"odg",
|
||||
"bmp",
|
||||
"esp",
|
||||
"gif",
|
||||
"jpeg",
|
||||
"png",
|
||||
"psd",
|
||||
"svg",
|
||||
"wmf",
|
||||
"html",
|
||||
"xhtml",
|
||||
"pdf",
|
||||
"swf"
|
||||
],
|
||||
"generic_name": [
|
||||
"Vector Graphics",
|
||||
"Office"
|
||||
],
|
||||
"interface": [
|
||||
"Qt"
|
||||
],
|
||||
"issues": [],
|
||||
"languages": [
|
||||
"C",
|
||||
"C++"
|
||||
],
|
||||
"licenses": [
|
||||
"MPL-2.0"
|
||||
],
|
||||
"links": {
|
||||
"git": "https://www.libreoffice.org/about-us/source-code/",
|
||||
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/56/LibreOffice_6.1_Draw_Icon.svg/64px-LibreOffice_6.1_Draw_Icon.svg.png",
|
||||
"website": "https://www.libreoffice.org/discover/draw/",
|
||||
"wikipedia": "https://en.wikipedia.org/wiki/LibreOffice_Draw"
|
||||
},
|
||||
"names": [
|
||||
"LibreOffice Draw",
|
||||
"Draw"
|
||||
],
|
||||
"networks_read": [],
|
||||
"networks_write": [],
|
||||
"platforms": [
|
||||
"GNU/Linux",
|
||||
"Windows",
|
||||
"macOS"
|
||||
]
|
||||
}
|
117
apps/libre-office-writer.json
Normal file
117
apps/libre-office-writer.json
Normal file
|
@ -0,0 +1,117 @@
|
|||
{
|
||||
"comment": "A free and open-source word processor and desktop publishing component of the LibreOffice software package and is a fork of OpenOffice.org Writer.",
|
||||
"formats_read": [
|
||||
"odt",
|
||||
"docx",
|
||||
"doc",
|
||||
"rtf",
|
||||
"xhtml",
|
||||
"pdf",
|
||||
"html",
|
||||
"abw",
|
||||
"zabw",
|
||||
"cwk",
|
||||
"pages",
|
||||
"pdb",
|
||||
"lrf",
|
||||
"xml",
|
||||
"fb2",
|
||||
"hwp",
|
||||
"jtd",
|
||||
"lwp",
|
||||
"mw",
|
||||
"mcw",
|
||||
"psw",
|
||||
"dot",
|
||||
"dotx",
|
||||
"docm",
|
||||
"dotm",
|
||||
"wps",
|
||||
"wpt",
|
||||
"wri",
|
||||
"fodt",
|
||||
"ott",
|
||||
"sxw",
|
||||
"stw",
|
||||
"txt",
|
||||
"utf-8",
|
||||
"utf-16",
|
||||
"ascii",
|
||||
"602"
|
||||
],
|
||||
"formats_write": [
|
||||
"odt",
|
||||
"doc",
|
||||
"docx",
|
||||
"rtf",
|
||||
"xhtml",
|
||||
"pdf",
|
||||
"html",
|
||||
"abw",
|
||||
"zabw",
|
||||
"cwk",
|
||||
"pages",
|
||||
"pdb",
|
||||
"lrf",
|
||||
"xml",
|
||||
"fb2",
|
||||
"hwp",
|
||||
"jtd",
|
||||
"lwp",
|
||||
"mw",
|
||||
"mcw",
|
||||
"psw",
|
||||
"dot",
|
||||
"dotx",
|
||||
"docm",
|
||||
"dotm",
|
||||
"wps",
|
||||
"wpt",
|
||||
"wri",
|
||||
"fodt",
|
||||
"ott",
|
||||
"sxw",
|
||||
"stw",
|
||||
"txt",
|
||||
"ascii",
|
||||
"utf-8",
|
||||
"utf-16",
|
||||
"602"
|
||||
],
|
||||
"generic_name": [
|
||||
"Office",
|
||||
"Text Editor",
|
||||
"Word Processor"
|
||||
],
|
||||
"interface": [
|
||||
"Qt"
|
||||
],
|
||||
"issues": [],
|
||||
"languages": [
|
||||
"C",
|
||||
"C++"
|
||||
],
|
||||
"licenses": [
|
||||
"MPL-2.0",
|
||||
"LGPL-3.0-or-later",
|
||||
"Apache-2.0"
|
||||
],
|
||||
"links": {
|
||||
"git": "https://www.libreoffice.org/about-us/source-code/",
|
||||
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/LibreOffice_6.1_Writer_Icon.svg/64px-LibreOffice_6.1_Writer_Icon.svg.png",
|
||||
"website": "https://www.libreoffice.org/discover/writer/",
|
||||
"wikipedia": "https://en.wikipedia.org/wiki/LibreOffice_Draw"
|
||||
},
|
||||
"names": [
|
||||
"Writer",
|
||||
"LibreOffice Writer"
|
||||
],
|
||||
"networks_read": [],
|
||||
"networks_write": [],
|
||||
"platforms": [
|
||||
"GNU/Linux",
|
||||
"Windows",
|
||||
"macOS",
|
||||
"BSD"
|
||||
]
|
||||
}
|
35
apps/wings-3d.json
Normal file
35
apps/wings-3d.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"comment": "Wings 3D is a free and open-source subdivision modeler inspired by Nendo and Mirai from Izware.",
|
||||
"formats_read": [],
|
||||
"formats_write": [],
|
||||
"generic_name": [
|
||||
"3D Modeling"
|
||||
],
|
||||
"interface": [],
|
||||
"issues": [],
|
||||
"languages": [
|
||||
"Erlang",
|
||||
"C"
|
||||
],
|
||||
"licenses": [
|
||||
"BSD-3-Clause",
|
||||
"GPL-2.0"
|
||||
],
|
||||
"links": {
|
||||
"documentation": "http://www.wings3d.com/?page_id=87",
|
||||
"git": "https://github.com/dgud/wings",
|
||||
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Wings3d.png/64px-Wings3d.png",
|
||||
"website": "http://www.wings3d.com/",
|
||||
"wikipedia": "https://en.wikipedia.org/wiki/Wings_3D"
|
||||
},
|
||||
"names": [
|
||||
"Wings 3D"
|
||||
],
|
||||
"networks_read": [],
|
||||
"networks_write": [],
|
||||
"platforms": [
|
||||
"Windows",
|
||||
"macOS",
|
||||
"GNU/Linux"
|
||||
]
|
||||
}
|
|
@ -455,6 +455,8 @@ def links_updater(new):
|
|||
for i in linksbox.get_children():
|
||||
i.destroy()
|
||||
|
||||
win.data_is["links"] = {}
|
||||
|
||||
for i in new:
|
||||
add_item_to_view(i, new[i])
|
||||
win.data_is["links"][i] = new[i]
|
||||
|
|
Loading…
Reference in a new issue