Commit Graph

104 Commits

Author SHA1 Message Date
Nedko Arnaudov a335b82f01 .gitignore generated files 2023-06-25 15:30:07 +03:00
Nedko Arnaudov d63fd3dcb0 fix build (appman.h include path) 2023-06-25 15:24:42 +03:00
echo-devim d188e46f49 Added link to RapidLauncher 2016-03-06 11:06:48 +01:00
echo-devim b2a7165d5d Fixed grammar error 2016-03-06 11:02:32 +01:00
echo-devim ec28b4c336 Split library from RapidLauncher 2016-03-06 10:49:26 +01:00
echo-devim 1e1698b211 Changed library name 2016-03-06 10:01:12 +01:00
echo-devim fb8d523f3d Added link to backend structure 2016-03-05 12:14:11 +01:00
echo-devim 2afe6002cb Added explanation about backend structure 2016-03-05 12:10:16 +01:00
echo-devim e0686ea902 Added func to calculate icon size 2016-03-05 11:55:45 +01:00
echo-devim 44bc2f934e Added TODO list 2016-03-04 23:05:57 +01:00
echo-devim 479349000f Updated building instructions 2016-03-04 22:28:00 +01:00
echo-devim c0242b0dec Special keys filtered during the typing 2016-03-04 22:19:44 +01:00
echo-devim 50a3e7f77c Added icon padding 2016-03-04 22:09:02 +01:00
echo-devim f457377591 Removed useless code 2016-03-04 15:24:58 +01:00
echo-devim e8a1c08e21 Removed possible duplicate apps 2016-03-04 12:42:28 +01:00
echo-devim a2953e5a75 Updated readme 2016-03-04 10:05:07 +01:00
echo-devim 9d772f04ed Fixes 2016-03-04 10:03:40 +01:00
echo-devim 884aea40e2 Icon fixes 2016-03-04 09:22:25 +01:00
echo-devim 14ae6c9507 BinaryTree replaced by HashMap and icon fixes 2016-03-03 21:54:39 +01:00
echo-devim 0f36b77e25 Removed useless array 2016-03-03 20:22:57 +01:00
echo-devim 8ff508b02e Added dependencies 2016-03-03 11:53:19 +01:00
echo-devim 9f2b9e158b Removed (incorrect) multithreaded support 2016-03-03 09:58:42 +01:00
echo-devim 699a3d99c9 Fixed search into pixmaps directory 2016-03-02 23:08:20 +01:00
echo-devim 9338fdb13a Added gtk+ flags 2016-03-02 21:16:38 +01:00
echo-devim c0853d01f0 Updated 2016-03-02 18:13:02 +01:00
echo-devim 59b05c0b0c Updates 2016-03-02 12:01:25 +01:00
echo-devim 56d1fbb0e6 Minor updates 2016-03-02 10:59:49 +01:00
echo-devim e8f14752ed Minor updates 2016-03-02 10:59:17 +01:00
echo-devim b2eaf35c41 Updates 2016-03-01 22:26:52 +01:00
echo-devim 7422866cee Fixed bg color 2016-03-01 21:28:17 +01:00
echo-devim d2f31cfa57 Fixed division reminder 2016-03-01 21:19:20 +01:00
echo-devim 9b938c8ff6 RapidLauncher fixes 2016-03-01 16:41:54 +01:00
echo-devim b8b9a44b3d Fixed case-sensitive problem and improved efficiency 2016-03-01 09:31:20 +01:00
echo-devim 853f1f5667 Fixes 2016-02-29 23:03:43 +01:00
echo-devim 325de4a809 SimpleLauncher is born 2016-02-29 22:59:52 +01:00
Ansgar Klein fc2c91b4e9 category buttons are now Gtk.ToggleButton so they stay active when pressed and get deactivated if another categorybutton gets pressed 2014-08-16 19:02:53 +02:00
Ansgar Klein f59d502df5 Don't show window in taskbar 2014-08-16 18:40:30 +02:00
Ansgar Klein 5b32dba089 removed trash file 2014-06-30 15:05:29 +02:00
Ansgar Klein 19fa977930 unified makefile package variables 2014-06-30 15:03:38 +02:00
Ansgar Klein d3e215e0da changed makefile so that additional compilation is not required for header and .vapi generation 2014-06-30 14:34:06 +02:00
Ansgar Klein 00fcb8b151 added gtk-update-icon-cache as optional command 2014-06-16 14:52:31 +02:00
Ansgar Klein 3ff8b8b1c9 added support for DESTDIR in Makefile 2014-06-16 14:43:44 +02:00
Ansgar Klein 6c3e7438ed changed to correct writing of "GTK+ 3" 2014-06-16 00:15:22 +02:00
Ansgar Klein c791d325cd added mention of threaded builds 2014-06-16 00:14:06 +02:00
Ansgar Klein 3129227a87 fixed example (env variable names have changed) 2014-06-16 00:06:31 +02:00
Ansgar Klein 0477677059 fixed icons
Icons had a glare effect which did not stop at icon border
2014-06-15 23:54:40 +02:00
Ansgar Klein e8da075357 added update-icon-caches command to install target
(will not crash if target system does not have update-icon-caches)
2014-06-15 23:52:37 +02:00
Ansgar Klein af203fc488 fixed obvious bug that prevented icons to get loaded from icon theme 2014-06-15 23:40:10 +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 a5fdffe0d0 replaced slow part with faster & cleaner one 2013-06-24 17:59:58 +02:00