|
f96bc13e50
|
menu: partial fix for duplicates on FreeBSD
|
2023-11-04 23:30:18 +01:00 |
|
|
44805e672b
|
Include the default path for pkgsrc on NetBSD
|
2020-01-02 04:06:52 +01:00 |
|
|
3097b8bd4f
|
Update the copyright notice
|
2020-01-02 04:06:49 +01:00 |
|
|
0dc7eb9e06
|
Let the applet names be translated
|
2019-12-30 05:32:14 +01:00 |
|
|
f968f6f855
|
Use the icon defined in the applet
|
2018-02-14 19:09:30 +01:00 |
|
|
01c36e5f8e
|
Remove unused code
|
2018-02-10 15:29:31 +01:00 |
|
|
202dc1ace2
|
Only offer to shutdown if allowed
|
2018-02-10 15:16:25 +01:00 |
|
|
08264cc5bc
|
Fix locating icons relative to the desktop entry
|
2018-01-28 08:39:06 +01:00 |
|
|
465e037b66
|
Rely more on libDesktop for compatibility
|
2018-01-28 08:23:18 +01:00 |
|
|
a20cc674fa
|
Code cleanup
|
2018-01-28 08:06:27 +01:00 |
|
|
4b72277e6c
|
Avoid some compilation warnings
|
2018-01-22 02:11:00 +01:00 |
|
|
32312683e7
|
Also list applications that cannot open files
|
2018-01-22 02:01:00 +01:00 |
|
|
1e7f7e84f4
|
Update the copyright notice
|
2018-01-16 06:17:04 +01:00 |
|
|
9f962df89d
|
Let the icon be configurable too
|
2018-01-16 06:17:04 +01:00 |
|
|
6862268ff5
|
Use DATADIR in the fallback for XDG_DATA_DIRS
|
2017-12-28 07:08:36 +01:00 |
|
|
3c13036d96
|
Check for more errors
|
2017-12-28 03:48:11 +01:00 |
|
|
1eb2258358
|
Match the new MimeHandler API
|
2017-12-28 03:47:49 +01:00 |
|
|
5ea3e4fd3c
|
Free the MimeHandler list with the proper callback
|
2017-12-12 16:41:19 +01:00 |
|
|
2535afe5c6
|
Open directories and URLs through MimeHandler
|
2017-12-12 16:34:14 +01:00 |
|
|
4b8a9b3363
|
Match the newer MimeHandler API
|
2017-12-12 16:09:16 +01:00 |
|
|
0449992baa
|
Use the new MimeHandler API
|
2017-12-12 16:09:16 +01:00 |
|
|
9c11b438c8
|
Avoid a compilation warning
|
2017-10-14 00:41:52 +02:00 |
|
|
a4081818e9
|
Update the copyright notice
|
2017-10-14 00:36:59 +02:00 |
|
|
86f4afae37
|
Use PROGNAME_RUN for run(1)
|
2017-10-14 00:36:42 +02:00 |
|
|
1acff0381f
|
Update the copyright notice
|
2017-03-23 13:21:06 +01:00 |
|
|
1481b5d22a
|
Translate the categories
|
2017-03-23 13:21:06 +01:00 |
|
|
153909b557
|
Adapt to the new API for the Error class
|
2015-11-22 23:49:50 +01:00 |
|
|
5899007cf1
|
Fix the mnemonic for the "About" menu entry
|
2015-10-27 00:43:11 +01:00 |
|
|
38582ac2d1
|
Add a mnemonic to the "About" menu entry
|
2015-10-25 02:07:13 +01:00 |
|
|
c000e89ebb
|
Avoid some more warnings with Gtk+ 3
The remaining warnings are full of !@#$.
|
2015-10-24 02:16:49 +02:00 |
|
|
ba92dbeedd
|
Avoid warnings with Gtk+ 3
|
2015-10-24 01:36:21 +02:00 |
|
|
6da3a5841b
|
Sort the menu entries in the right order
|
2015-10-18 19:44:58 +02:00 |
|
|
17f1262230
|
General rework for applets
This includes:
- error reporting
- code cleanup (naming constants...)
- removing useless idle/timeout events
- display applets only when relevent (GPS, GSM, USB...)
|
2015-09-24 00:54:21 +02:00 |
|
|
80521fa569
|
Remove unused static definition
|
2015-08-11 01:36:27 +02:00 |
|
|
462fab0b7a
|
Use string_rtrim() from libSystem
|
2015-07-31 22:06:27 +02:00 |
|
|
ac5cac38a5
|
Refactoring of the window management
|
2015-07-31 22:06:01 +02:00 |
|
|
af4b673fa5
|
Use names as comments when a generic one is known
This applies only if there is no comment in the first place.
|
2015-06-18 02:25:55 -04:00 |
|
|
9a8333191a
|
Default to generic names (at least for now)
|
2015-06-18 02:16:15 -04:00 |
|
|
79b750786a
|
Code cleanup
|
2015-06-18 01:18:04 -04:00 |
|
|
d652450ec6
|
Improve XDG support some more
This all ought to be in library code though.
|
2015-06-16 02:26:52 -04:00 |
|
|
b1df512bd4
|
Use mnemonics in the menu applet
|
2015-06-13 00:02:56 -04:00 |
|
|
94ee1b8cc8
|
Open URL desktop entries with htmlapp(1) by default
|
2015-04-19 18:58:21 +02:00 |
|
|
62fffb57d4
|
Update the copyright notice
|
2015-04-19 17:01:22 +02:00 |
|
|
65cac87133
|
Also implement "Hidden" in desktop entry files
|
2015-04-19 17:00:42 +02:00 |
|
|
0f10485203
|
Renamed the "main" applet to "menu" (helps fix "make distcheck")
|
2014-12-02 01:37:13 +01:00 |
|