Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/xfce-mirror/xfdashboard

Mirror repository, PRs are not watched, please use Xfce's GitLab
https://github.com/xfce-mirror/xfdashboard

Merge branch 'master' of github.com:gmc-holle/xfdashboard

a9701b6e274734c94c7cab2d1e8ce581266924f2 authored almost 12 years ago by Stephan Haller <[email protected]>
User can now add favourites to quicklaunch by dragging an icon from applications/search view to quicklaunch. Also fixed failure in removing drop targets from list of targets interested in dragged item.

195c6e0d64ba3e71c6631334125e600f55e8bd45 authored almost 12 years ago by Stephan Haller <[email protected]>
Removed unused variables in quicklaunch

681d8d73f731220e05f48f76931c04999422d567 authored almost 12 years ago by Stephan Haller <[email protected]>
Removed debug messages

8665ce58662c49827e5d4676131057c9dd8aecb3 authored almost 12 years ago by Stephan Haller <[email protected]>
Updated TODO

603b0459892dede4a230bad35849570a31304e30 authored almost 12 years ago by Stephan Haller <[email protected]>
Application icons in quicklaunch can now be removed by dragging the icon to the trash or delete icon (depends on theme) in quicklaunch which appears as soon as an icon of quicklaunch is being dragged. The "all application" icon in quicklaunch will be hidden while dragging.

c9365622ca67e9a817579849004740c427df6e10 authored almost 12 years ago by Stephan Haller <[email protected]>
Fixed compilation error because of undefined variables GLIB_MKENUMS and GLIB_GENMARSHAL. Without them enums.[ch] and marshal.[ch] could not generated and compilation fails. Added substitution for this variables in configure.ac.in.

0be0f3073b09d786b295caca2b6e48d5e1074c39 authored almost 12 years ago by Stephan Haller <[email protected]>
It helped me to improve performance. Sadly this might not work for clutter 1.10.0 or higher as this function it marked deprecated.

86a518c98618974781c0c030ef16dd7e139ab25a authored about 12 years ago by Stephan Haller <[email protected]>
Updated TODO

34ebe9e2203e7d932a18716e1b4c1a3ae95fde7e authored about 12 years ago by Stephan Haller <[email protected]>
Removed debug messages

e5cd245bfebf9980c2a08b7f5a532557e00fa42d authored about 12 years ago by Stephan Haller <[email protected]>
Initial support for drag-n-drop. I needed to implement my own DropAction because I could get clutter's own one get working e.g. for just quicklaunch area. As soon as I crossed an application icon in quicklaunch it stopped emitting signals to underlying quicklaunch. And implementing my own DropAction caused implementing my own DragAction which is derived from clutter's one.

e30e65ba562220f8b0ec46cdbaf4f3fd5ebbb555 authored about 12 years ago by Stephan Haller <[email protected]>
Fixed more memory leaks when retrieving and iterating through list of children of a container.

a88164c7c5c60455401051355b0f1331f54cb3aa authored about 12 years ago by Stephan Haller <[email protected]>
Fixed a memory leak when retrieving and iterating through list of children of a container. I forgot to free the retrieved list after use.

76e62bb2ad594ce92a918b662e806041e5bb0f8c authored about 12 years ago by Stephan Haller <[email protected]>
Missed one layout manager which should also respect children's visible state.

f4a304fcae1e1f48e0a043f56f44d94ad675f3d6 authored about 12 years ago by Stephan Haller <[email protected]>
Layout manager should respect actor's visibility state.

0ffedeac92cd662162c94a70361634b5c4ba5267 authored about 12 years ago by Stephan Haller <[email protected]>
Updated TODO and set up POTFILES.in

216aa01bd6e22fa27eef1103dee1fc8bad8cb61d authored about 12 years ago by Stephan Haller <[email protected]>
Migrate to autotools build system

89a0c0e9211a84edaff3dc10245ddc54d28f431e authored about 12 years ago by Stephan Haller <[email protected]>
Implement running only one instance of this application

9d4a1f7169e82b492a9a2539c3cb019d9935ff62 authored about 12 years ago by Stephan Haller <[email protected]>
Forget to reset item counter when destroying icons while updating quicklaunch

fa48a9e064f694a8eef6e62985c3a9768baaab42 authored about 12 years ago by Stephan Haller <[email protected]>
Fixed Makefile to include new dependies on xfconf and dbus-glib

8b423d3cc1ab83221b972db04ae165b94a789c9c authored about 12 years ago by Stephan Haller <[email protected]>
New dependencies on xfconf and dbus-glib. Quicklaunch icons are not static anymore. Its settings are stored in xfconf now.

993ff3369b1378b7e177437de83b9b419d54f974 authored about 12 years ago by Stephan Haller <[email protected]>
Better explanation why range in scrollbar should be at least 1.0 or higher even if lower values are allowed in function parameters.

75d60cbf0ce049e73a9e1f2ed18553e0a8aaf495 authored about 12 years ago by Stephan Haller <[email protected]>
Fixed typo

f7241cc07d7e0416f5cf202ba5103d19b9bfc967 authored about 12 years ago by Stephan Haller <[email protected]>
Updated TODO

f4e7fec448b48abb0fe25ce6d86081b790d53567 authored about 12 years ago by Stephan Haller <[email protected]>
Implement text box for filtering application view also known as search view.

f8932ad2b7c39f75192ea75569124b1194c55f4b authored about 12 years ago by Stephan Haller <[email protected]>
Make mark button (aka known as "view button") in quicklaunch more flexible.

bde78b13bcb29ee36a9fd601d210bde3884471a8 authored about 12 years ago by Stephan Haller <[email protected]>
Do not fail if a .desktop file does specify an icon. Show fallback icon instead.

61f1aee473e53415444340c51ebe8b216e442a6c authored about 12 years ago by Stephan Haller <[email protected]>
Fixed typo

c10e7c822de070603b495f98fa88270c64b4c758 authored about 12 years ago by Stephan Haller <[email protected]>
Updated TODO

c42511a941eaf90badfd5bd9fa892074aae9f7c3 authored about 12 years ago by Stephan Haller <[email protected]>
Highlite or unhighlite new view button in quicklaunch also when view was changed by view selector by listening to activation and deactivation signals from views.

473f0d284a31aaaadc0d52d18535836ff9d71f4b authored about 12 years ago by Stephan Haller <[email protected]>
Add view-selector for application and windows view as button to quicklaunch. It could replace the view-selector actor.

ba1a005129e3838bac96b33af821ee2cd9aaa48e authored about 12 years ago by Stephan Haller <[email protected]>
Hopefully connected and handled all posible signal of a window. This is untested because I don't know how to test :(

e28b0736efb914101c2a4663f9f90846dd826724 authored over 12 years ago by Stephan Haller <[email protected]>
Remove signal from window to stop getting notified if live window actor is destroyed as WnckWindow will not be destroyed and might keep emitting signals.

834e7a5617474dfe52ccde00755026324a151bd1 authored over 12 years ago by Stephan Haller <[email protected]>
Update live window label if window title or icon changes

82195980ee1c5884ecd8ed26f2e2719f35d01471 authored over 12 years ago by Stephan Haller <[email protected]>
Prevent resizing and relayouting of all actors on start-up caused by setting stage window to fullscreen.

09940f5e4aca954bba36961bbe0a638a69efd88e authored over 12 years ago by Stephan Haller <[email protected]>
No need to set NULL font on XfdashboardApplicationIcon construction because font is set to NULL in object initialization.

19addafe5fc8a1176a229ef54cc0b757afce55e8 authored over 12 years ago by Stephan Haller <[email protected]>
Suppress compiler warnings

3745a879e747c13d6a5a74100045ea138e6f6ad1 authored over 12 years ago by Stephan Haller <[email protected]>
Get rid of hard-coded default font and use default font of Xfce.

ea73602a7bbab1d135fd0b60b9747e0ddef60fc5 authored over 12 years ago by Stephan Haller <[email protected]>
Handle menu element without descriptions (NULL pointer in comments) in application view

3ca36048aa7826633aa3ae7fe83aa7ba7084e4e6 authored over 12 years ago by Stephan Haller <[email protected]>
Replace XfdashboardApplicationEntry with XfdashboardApplicationIcon and set default view mode of "applications" view to list.

9fa34cb01404728a17de8c44e9f9e06e6379640e authored over 12 years ago by Stephan Haller <[email protected]>
Fixed typo in XfdashboardButton when setting background visibility. Simplify XfdashboardApplicationIcon by deriving it from XfdashboardButton instead of ClutterActor.

1265c86b35eb05067dca3dd968694e2d9ed5a94d authored over 12 years ago by Stephan Haller <[email protected]>
Replace old label and icon implementation in live window actor with new button.

497579ff1e7d6f6981fc88aee0130bdbb97999a5 authored over 12 years ago by Stephan Haller <[email protected]>
Support for closing windows in windows view. Windows view will now also add new live windows when a new windows is opened and it will destroy a live window as soon as its window was closed.

12cbbefd73f672a397a9c846bef9398fc14d8d67 authored over 12 years ago by Stephan Haller <[email protected]>
Implement a new button actor which emits "click" signals and show an icon or a label or both.

0476213eb22315e629e74d58d826e280637502f5 authored over 12 years ago by Stephan Haller <[email protected]>
Correct implementation of virtual pick method of ClutterActor.

6636aa28f09bfa12ee57a40bcaf5796c762a1cfa authored over 12 years ago by Stephan Haller <[email protected]>
Load menu structure at first use of applications view. That should speed up application's start-up.

878b447c3150fa4ea2072924fe7e160131a316f8 authored over 12 years ago by Stephan Haller <[email protected]>
Fixed getting scaled GdkPixbuf for icon. Moved enumerations to common.h

8f070b4c82ff0224d86897394c214cc2643dc99e authored over 12 years ago by Stephan Haller <[email protected]>
Moved common and redundant functions to new file common.c/h.

115f89866fd9f0b2ad10bd7d73955c637cea7200 authored over 12 years ago by Stephan Haller <[email protected]>
Prepared applications view for list and icon view mode. Added "Public API" comments to header files. Enumerations and flags used in GObject-Type system will now be generated automatically by Makefile. Changed default view mode for applications view to new icon view mode.

0e3bfc3fb2277737cd9e94d709aa7b38ec9dd1ee authored over 12 years ago by Stephan Haller <[email protected]>
Implement scroll bar policy in viewpad to show scroll bar if needed or always or never.

d8618089f8093e1b64ee583632b84e9f6574789b authored over 12 years ago by Stephan Haller <[email protected]>
Add more sanity check for value to set to properties. Only change value of properties if they differ to current value to prevent unnecessary actor redraws and relayouting.

e23052e463c49bf66d092ad37d459733b5c2366f authored over 12 years ago by Stephan Haller <[email protected]>
Rewrote stage setup (creating and adding actors) and fixed scaling flow layout manager to get windows view to an always-non-scrolling state.

4de12ac215afd0e11fd3f042ce6cad75210c2aba authored over 12 years ago by Stephan Haller <[email protected]>
This is a greater update.

- Added applications view for browsing menu entries and lauching apps
- Added view selector to sw...

6f5d3ad2da5b584c0047ddf7649b05b336240f1a authored over 12 years ago by Stephan Haller <[email protected]>
Changed order of live windows to LAFS (last-active, first-shown) by just simply reverse the list of stacked windows

8d57e25c1ce5b556d85c212ac540243f74d79c0b authored over 12 years ago by Stephan Haller <[email protected]>
Fixed indention

8deed7bb43fe05de0fce79c681a13feb8de4d19d authored over 12 years ago by Stephan Haller <[email protected]>
Prepare view for viewpad

5627081f89179ab01f1057760cddbbb3203d40fc authored over 12 years ago by Stephan Haller <[email protected]>
Fix memory leak

98a3b6571fe8af202b5f96018aec4213be573616 authored over 12 years ago by Stephan Haller <[email protected]>
Unreffed an object which was not reffed when returned by public API of glib causing segmentation faults. Fixed

calling stage's destroy signal handler when application is quitted causing a Clutter critical war...

58351c23b3d7d546e7c2a3555c90d2342504dc76 authored over 12 years ago by Stephan Haller <[email protected]>
Fixed memory leaks once more

62dd7a855a0fc32e5a7939a0130543557fdd9d72 authored over 12 years ago by Stephan Haller <[email protected]>
Fixed more memory leaks and corrected some comments

67470fae97ae7a9dfeb458500b119f2ea30910e5 authored over 12 years ago by Stephan Haller <[email protected]>
Fixed memory leaks

4c34bb25e3f96869912635218dcf0da7e6ba08c4 authored over 12 years ago by Stephan Haller <[email protected]>
Fixed wrong parent class in header file of XfdashboardApplicationIcon

cbede294c81c908a014bcbf1e5d44b99e43fa88d authored over 12 years ago by Stephan Haller <[email protected]>
Fixed typos

e0de5d5e384c83a082e0f877b02b06f0c9045750 authored over 12 years ago by Stephan Haller <[email protected]>
Prepare for application menu

f64fec33beee1725b9c08eb49acabb5581770e7d authored over 12 years ago by Stephan Haller <[email protected]>
Forgot to rename properties in XfdashboardLiveWindow

5b7c8f938318cf53028be29e11b518369b778d7a authored over 12 years ago by Stephan Haller <[email protected]>
Rename XfdashboardQuicklaunchIcon to a more general usable XfdashboardApplicationIcon - an actor to display icon of an application optionally with label.

6e1578cfc4454d9f6d66b1569d82db46122adf5e authored over 12 years ago by Stephan Haller <[email protected]>
Converted margin in live window actor from integer to float.

90da6f0b9e73833c178c2a44bc1aa49b5a1d87d3 authored over 12 years ago by Stephan Haller <[email protected]>
Added sanity checks to paint and pick of object XfdashboardQuicklaunch.

3641934c2901baaef034f833071376c2f980f1fa authored over 12 years ago by Stephan Haller <[email protected]>
Simplified XfdashboardLiveWindow as I learned from quicklaunch box and quickbox icon.

4d6a657f54f97d3e4f64a6a98050a4a6fd9b9ad3 authored over 12 years ago by Stephan Haller <[email protected]>
Quicklaunch icon can bow be added to quicklaunch box by public API.

86d122176733d218fddb7179fc11c9ae9aaddcf2 authored over 12 years ago by Stephan Haller <[email protected]>
Try to solve layout and scaling problems in quicklaunch by creating a new layout manager

(XfdashboardScalingBoxLayout). A side effect is that it simplifies the quicklaunch actor :) Also ...

b7d55859547b1594ed513097f805d835338f0bc5 authored over 12 years ago by Stephan Haller <[email protected]>
Fixed missing resize of quicklaunch on allocating a larger area. Cleaner error messages in quicklaunch icon if

desktop file or application icon could not loaded.

936fe1c8b41134e74a9336d225bb32f34a8f815c authored over 12 years ago by Stephan Haller <[email protected]>
Fixed initial one step scale down of quicklaunch icon in quicklaunch.

3235518eb83726ae9ac364bd88997883654eecce authored over 12 years ago by Stephan Haller <[email protected]>
Added some comment to live-window actor

15b9ac8096000ba3560799bd58ef9cc75121158d authored over 12 years ago by Stephan Haller <[email protected]>
Added ChangeLog

453cc3cc1b37a948f5949f3cb640318e2ac2be65 authored over 12 years ago by Stephan Haller <[email protected]>
Simplied quicklaunch by NOT sub-classing container actor. Fixed layout problems of quicklaunch icons. Allow starting application by clicking on appropiate quicklaunch icon.

d7edb69e1db2c8bd2a1ca1dadc7cbdfbb355817e authored over 12 years ago by Stephan Haller <[email protected]>
First simple implementation of quicklaunch box. Does not react on any event!

3acf8b91ed81462399800eb28d819d0a6ce81714 authored over 12 years ago by Stephan Haller <[email protected]>
Add spacing between live windows in windows view.

43cda51e6f440e9d6789f89ebf3eb1841ebea45e authored over 12 years ago by Stephan Haller <[email protected]>
Rewrote application to use gobject system and made real clutter actors.

18146958f3fbf256e15778719ba31aa56134475a authored over 12 years ago by Stephan Haller <[email protected]>
Switch from g++ to gcc in Makefile otherwise it keeps to be loud :(

074bb931d94510691ca34ffa632355ca6f76ccbf authored over 12 years ago by Stephan Haller <[email protected]>
Set minimum version of external libraries as requirements to avoid using macros not available and makes handling different version a lot harder. BTW libwnck below 2.10 is

very old and hardly in use nowadays so we can not support these versions. Also made compiler more...

2ea7285dd19be872345ba9ada1feffeb1eb93cba authored over 12 years ago by Stephan Haller <[email protected]>
Allow libwnck library prior to version 3.0 and provide version checks

macros in this case. Changed also stupid Makefile to reflect this.

0fcbf7b8aaca43b098d09441dde6c844bca84066 authored over 12 years ago by Stephan Haller <[email protected]>
First usable state

f856f44640b5a5d67246c1baa3e5039eca4b0107 authored over 12 years ago by Stephan Haller <[email protected]>
Initial commit

2d0c26019ce26df78a422701265d2d31dfb708cf authored over 12 years ago by gmc-holle <[email protected]>