Commit Graph

22 Commits

Author SHA1 Message Date
Nedko Arnaudov d63fd3dcb0 fix build (appman.h include path) 2023-06-25 15:24:42 +03:00
echo-devim ec28b4c336 Split library from RapidLauncher 2016-03-06 10:49:26 +01:00
echo-devim 59b05c0b0c Updates 2016-03-02 12:01:25 +01:00
echo-devim 325de4a809 SimpleLauncher is born 2016-02-29 22:59:52 +01:00
Ansgar Klein 3ff8b8b1c9 added support for DESTDIR in Makefile 2014-06-16 14:43:44 +02:00
Ansgar Klein 560b587cdf rewrote most of the applications backend, complete change in application structure
Rocket-Launcher now consists of two parts: the binary which the user executes
(which talks to D-Bus if another instance of it is running) and a shared library,
which handles most of the backend.

Some functions which were performed by GTK before (like finding the correct path
for an icon) have outsourced to the shared library.
This will make it easier to port Rocket-Launcher to another gui toolkit.

As a consequence of splitting Rocket-Launcher in two parts the separation
of backend and frontend has been enhanced.

Rocket-Launcher now support incremental builds and multithreaded builds.
To do this Rocket-Launcher uses recursive make
(I know, I know, but the depth is only one level)

NOTE: git reports some files have moved with this commit. This is
(with the exception of one case) not the case. They are different files!
2014-06-15 23:16:34 +02:00
Ansgar Klein 59148b8d91 improved formatting 2013-06-07 00:52:28 +02:00
Ansgar Klein f4eac01993 replaced gtk update-icon-caches with a simple touch command 2013-06-07 00:27:56 +02:00
Ansgar Klein 1fb1eb3f13 added -e option to echos in Makefile to enable interpretation of backslash escapes 2013-06-07 00:26:45 +02:00
Ansgar Klein 42de1d7b64 introduced support for DESTDIR variable 2013-06-07 00:19:21 +02:00
Ansgar Klein 9f7e5cd6ba make clean removes generated .c files 2013-06-01 23:26:25 +02:00
Ansgar Klein 6fe2cc9225 added support for Gtk.StatusIcon
(compile with WITH_APPINDICATOR set for appindicator or without it for Gtk.StatusIcon)
2013-06-01 19:56:04 +02:00
Ansgar Klein 4bef93ffce Renamed application to Rocket-Launcher 2013-04-25 17:09:17 +02:00
Ansgar Klein d7102407ae Makefile now calls gtk-update-icon-cache to notify system about the new icon
(if this doesn't work, everything should work nevertheless)
2013-04-02 23:05:34 +02:00
Ansgar Klein e91428a53c added new icon in various sizes 2013-04-02 17:25:18 +02:00
Ansgar Klein 66647c9454 created separate 'release' and 'debug' target in Makefile 2013-04-02 04:35:13 +02:00
Ansgar Klein 65595665db added (uncommented) compiler optimizations 2013-04-02 01:57:14 +02:00
Ansgar Klein b68276e343 added D-Bus support
you can now launch panzerfaust-launcher which will start panzerfaust-launcher-daemon if it is not already running. If it is, panzerfaust-launcher will notify panzerfaust-launcher-daemon to show it's window
2013-04-01 23:45:58 +02:00
Ansgar Klein 134c733851 renamed directory to better match it's function 2013-03-26 21:58:01 +01:00
Ansgar Klein 3e9358ea69 corrected Makefile 2013-03-26 21:43:47 +01:00
Ansgar 286a45abdd fixed 'make uninstall' not deleting the desktop file 2012-12-10 19:08:57 +01:00
Ansgar 3f8187495b First Commit 2012-12-10 18:29:33 +01:00