Commit Graph

352 Commits

Author SHA1 Message Date
1091f7861c Update the copyright notice 2019-10-06 03:37:38 +02:00
bf91f5a093 Avoid a compilation warning 2019-10-06 03:37:38 +02:00
df358edd0e About to release libDesktop 0.3.1 2018-12-29 02:11:33 +01:00
c408cd9cc5 Also ship mimehandler.h 2018-12-29 02:11:09 +01:00
9c09db2a0d Update the copyright notice 2018-09-06 18:36:28 +02:00
bc95648e58 Fix double free() in the test suite 2018-09-06 18:36:01 +02:00
b217a72b9f Also ship a README.md file 2018-04-21 22:53:30 +02:00
c2cb8c9aa9 Release libDesktop 0.3.0 2018-04-21 22:44:13 +02:00
a966551767 Update the copyright notice 2018-04-21 22:43:50 +02:00
e3e28e8f44 Remove another FIXME 2018-04-21 22:43:43 +02:00
cf3cea7985 Change a FIXME into a TODO 2018-04-21 22:42:01 +02:00
fc47c98fc2 Support opening directory desktop entries 2018-04-21 22:40:25 +02:00
d0c0302a1f Update the copyright notice 2018-04-21 22:29:20 +02:00
5ba54b8bcf Remove a FIXME 2018-04-21 22:29:14 +02:00
10cf90c1e0 Update the copyright notice 2018-04-21 22:28:18 +02:00
05ef48e935 Also allow executables for generic types 2018-04-21 21:57:12 +02:00
5203dd4d43 Code cleanup 2018-04-21 21:50:23 +02:00
e94f74a282 Implement fallback for executables in ~/.mime 2018-04-21 21:48:29 +02:00
da066aa7fe Remove useless #include <System/config.h> 2018-04-21 21:45:06 +02:00
070d3123bd Add compatibility code for GtkDialog 2018-02-06 00:46:03 +01:00
f879140893 Add compatibility code for Gtk+ < 2.14 2018-02-05 02:22:16 +01:00
4ca8180033 Fix build with Gtk+ < 3.0 2018-02-05 01:32:48 +01:00
a633870c55 Add compatibility code for gtk_widget_override_color() 2018-02-05 01:26:58 +01:00
29dc10f363 Offer more compatibility code 2018-01-28 08:48:18 +01:00
750bcea5f8 Update the copyright notice 2018-01-27 11:06:51 +01:00
9b62d7c6a7 Allow setting the environment for "OnlyShowIn" 2018-01-27 11:06:29 +01:00
224e24227b Ignore empty generic names 2018-01-22 23:59:11 +01:00
5b42969ff0 Ignore empty translations 2018-01-22 23:49:05 +01:00
9fa0f98193 Use string_get_length() instead of string_length() 2018-01-22 23:48:40 +01:00
af8ab99448 No longer build with -fpedantic 2018-01-22 05:15:55 +01:00
97553209c6 Stick to the default stack protector 2018-01-22 05:15:23 +01:00
881a9cb718 Fix testing the "TryExec" property for applications 2018-01-22 04:51:10 +01:00
f8e71de202 Update a comment 2018-01-17 00:14:16 +01:00
4fc1383c00 Avoid compilation warnings 2018-01-17 00:14:01 +01:00
e520f7703a Escape filenames and URLs when opening 2018-01-17 00:11:45 +01:00
8093a9b375 Update the copyright notice 2018-01-16 05:45:49 +01:00
e65358ed3d Add gtk_scale_new{,_with_range}() for compatibility 2018-01-16 05:45:23 +01:00
4001fc6de3 Update the copyright notice 2018-01-14 06:50:00 +01:00
f2e2353888 Use getcwd() instead of getwd()
This avoids warnings in linkers against potential misuse of getwd(),
even though it was apparently safe here.
2018-01-14 06:48:31 +01:00
86fed7a57a Remove an implied dependency 2018-01-01 19:26:30 +01:00
65bacaafb4 Update the copyright notice 2018-01-01 19:26:14 +01:00
87ca4f3f9e Add a test for the Mime class 2018-01-01 19:25:58 +01:00
682de0d5c5 Use absolute paths when opening files 2017-12-29 01:47:56 +01:00
3e7116b396 Add support for PROGNAME_{BROWSER,HTMLAPP} for now 2017-12-28 05:30:04 +01:00
d45f740b81 Code cleanup 2017-12-28 05:28:19 +01:00
3594bcba09 No longer look for browser(1) in $PATH 2017-12-28 05:27:54 +01:00
eba1ac04da Register more dependencies for tests 2017-12-28 05:10:40 +01:00
c33ee98dd3 Rename mimehandler_is_hidden() to mimehandler_is_deleted()
This is one step further than the specification, and should help
understand the true meaning of this key.

While there, improve mimehandler_can_display() as well.
2017-12-28 05:08:54 +01:00
a78661f953 Match the desktop entry specification closer for links 2017-12-28 03:40:02 +01:00
2f9f1595d5 Add a test for localized values 2017-12-28 03:30:43 +01:00