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
Fixed searching command-line
7b2aecf720a9ffcb5db449b9ce08f46935c80d0d authored about 11 years ago by Stephan Haller <[email protected]>
7b2aecf720a9ffcb5db449b9ce08f46935c80d0d authored about 11 years ago by Stephan Haller <[email protected]>
Increase number of possible background type by all possible combinations. I cannot use a flag and had to use an enum because of a single option called "image".
d6a93304b07ffa4eaea4af69ea5aca08d9c3e100 authored about 11 years ago by Stephan Haller <[email protected]>
d6a93304b07ffa4eaea4af69ea5aca08d9c3e100 authored about 11 years ago by Stephan Haller <[email protected]>
Renamed all occurences of margin to padding because margin is already provided in ClutterActor and I do actually padding even if I called it margin ... that's why I renamed it to padding.
922ea2e065640cb5e513e410d0bf58a5a5ec0c3a authored about 11 years ago by Stephan Haller <[email protected]>
922ea2e065640cb5e513e410d0bf58a5a5ec0c3a authored about 11 years ago by Stephan Haller <[email protected]>
Rename property and variable margin to padding in XfdashboardTextBox
a3d5dc4cfb88a4f01a8449589de1d024e49806b8 authored about 11 years ago by Stephan Haller <[email protected]>
a3d5dc4cfb88a4f01a8449589de1d024e49806b8 authored about 11 years ago by Stephan Haller <[email protected]>
Rename property and variable margin to padding in XfdashboardLiveWindow
e6ccd2fc73aaebf6a2c45a84b695be4b003810fa authored about 11 years ago by Stephan Haller <[email protected]>
e6ccd2fc73aaebf6a2c45a84b695be4b003810fa authored about 11 years ago by Stephan Haller <[email protected]>
Rename property and variable margin to padding in XfdashboardButton
d192b3c6229e23ec8a7464523411247b8206859d authored about 11 years ago by Stephan Haller <[email protected]>
d192b3c6229e23ec8a7464523411247b8206859d authored about 11 years ago by Stephan Haller <[email protected]>
Call XfdashboardToggleButton's parent class default click signal handler
f2913d7c030c75db1ca21b9ad2edf584b189fd92 authored about 11 years ago by Stephan Haller <[email protected]>
f2913d7c030c75db1ca21b9ad2edf584b189fd92 authored about 11 years ago by Stephan Haller <[email protected]>
Apps button in quicklaunch is now control from stage and reflects if we are in search mode or not.
f1f02d334822215cdc3953df713b203cb12b9b4a authored about 11 years ago by Stephan Haller <[email protected]>
f1f02d334822215cdc3953df713b203cb12b9b4a authored about 11 years ago by Stephan Haller <[email protected]>
Rename function to reflect variable name and usage
cd72104433510817280102671a6c1322a879e6cd authored about 11 years ago by Stephan Haller <[email protected]>
cd72104433510817280102671a6c1322a879e6cd authored about 11 years ago by Stephan Haller <[email protected]>
Main button in quicklaunch renamed in app-button and now it can really switch between windows and applications view.
cb2c02c24b0cb9db1396141f905fb567071ecec5 authored about 11 years ago by Stephan Haller <[email protected]>
cb2c02c24b0cb9db1396141f905fb567071ecec5 authored about 11 years ago by Stephan Haller <[email protected]>
Fixed background to invalidate and redraw background canvas if type changes.
acfe9b5230f327a81a7818e4d752677a956f67c2 authored about 11 years ago by Stephan Haller <[email protected]>
acfe9b5230f327a81a7818e4d752677a956f67c2 authored about 11 years ago by Stephan Haller <[email protected]>
Add main action button to quicklaunch. It will be used to toggle between window and applications view.
6ad4e97f5f2ec94fdbd6b5862af0736469d14f8c authored about 11 years ago by Stephan Haller <[email protected]>
6ad4e97f5f2ec94fdbd6b5862af0736469d14f8c authored about 11 years ago by Stephan Haller <[email protected]>
Add files for newly created XfdashboardToggleButton ;) Forget them in previous commit.
58d4fcf2ff7f8ac7f07991c06b8c8d0386615b39 authored about 11 years ago by Stephan Haller <[email protected]>
58d4fcf2ff7f8ac7f07991c06b8c8d0386615b39 authored about 11 years ago by Stephan Haller <[email protected]>
Implement toggle button XfdashboardToggleButton which is derived from XfdashboardButton but can toggle its state between on and off.
2cdeb1402f18faf10780b1cd84ca1540e583eba0 authored about 11 years ago by Stephan Haller <[email protected]>
2cdeb1402f18faf10780b1cd84ca1540e583eba0 authored about 11 years ago by Stephan Haller <[email protected]>
Clean up
7ae39352119c7c83355b4422ea159ec6cc08193e authored about 11 years ago by Stephan Haller <[email protected]>
7ae39352119c7c83355b4422ea159ec6cc08193e authored about 11 years ago by Stephan Haller <[email protected]>
Updated TODO
97e9f01cbcf6daa53539d2e6d8615339d39e3540 authored about 11 years ago by Stephan Haller <[email protected]>
97e9f01cbcf6daa53539d2e6d8615339d39e3540 authored about 11 years ago by Stephan Haller <[email protected]>
Defer filling model data with applications in XfdashboardApplicationsMenuModel and signal loading with signal "loaded" to speed up initialization.
ad0e9ee4b2c88a4090acb2d32db6668354caea92 authored about 11 years ago by Stephan Haller <[email protected]>
ad0e9ee4b2c88a4090acb2d32db6668354caea92 authored about 11 years ago by Stephan Haller <[email protected]>
Because I did not knew better I have to re-add the "static" keyword to each private function (private functions begin with underscore in name) to get them really private.
ee4239b7ea5e745573579b7ed7d12768d85cb301 authored about 11 years ago by Stephan Haller <[email protected]>
ee4239b7ea5e745573579b7ed7d12768d85cb301 authored about 11 years ago by Stephan Haller <[email protected]>
Updated TODO
59b47b1aa36c4cd3b7059822d0e49154da56a72a authored about 11 years ago by Stephan Haller <[email protected]>
59b47b1aa36c4cd3b7059822d0e49154da56a72a authored about 11 years ago by Stephan Haller <[email protected]>
Better set key focus via ClutterStage than grabbing key focus - I think.
d6b8f81964db4d990d68a2e1b24e70e2262dd32a authored about 11 years ago by Stephan Haller <[email protected]>
d6b8f81964db4d990d68a2e1b24e70e2262dd32a authored about 11 years ago by Stephan Haller <[email protected]>
Searchbox grabs now the key focus on startup so the user can now really "just type to search" when application started.
fd2434afaf1b021c58daf5bedb6ff8f1d75798ca authored about 11 years ago by Stephan Haller <[email protected]>
fd2434afaf1b021c58daf5bedb6ff8f1d75798ca authored about 11 years ago by Stephan Haller <[email protected]>
Show no warning if clipping information of active view is not available and just use 0,0 as offset and actor's width and height as size.
e20786e7002bdb0c97262bab8ac9e65f68ffd7d7 authored about 11 years ago by Stephan Haller <[email protected]>
e20786e7002bdb0c97262bab8ac9e65f68ffd7d7 authored about 11 years ago by Stephan Haller <[email protected]>
Fixed deduplication code in search view by adding a sequence ID number to XfdashboardApplicationMenuModel and checking this ID of current row and first row seen of iterator.
231593273c29c13c2b8f99994ae671f9ee65088b authored about 11 years ago by Stephan Haller <[email protected]>
231593273c29c13c2b8f99994ae671f9ee65088b authored about 11 years ago by Stephan Haller <[email protected]>
Completed search view but recognition of duplicates will not work because each item in model checked will have row 0 set in given ClutterModelIter.
c425b5a5a5b2e92e2e951ff447b7b8dc0772475b authored about 11 years ago by Stephan Haller <[email protected]>
c425b5a5a5b2e92e2e951ff447b7b8dc0772475b authored about 11 years ago by Stephan Haller <[email protected]>
Simplify search by just providing a search view. Remove search manager and search provider abstract class for now. Search view will just lookup and show applications which title and/or description will match the search criterias.
5a9849c50cf510cfc1f8e09b726fb2de57b35340 authored about 11 years ago by Stephan Haller <[email protected]>
5a9849c50cf510cfc1f8e09b726fb2de57b35340 authored about 11 years ago by Stephan Haller <[email protected]>
Unneccessary double-check of boolean condition to check if primary and/or secondary icon in text box should be shown or not.
96348f63466c4e679e0ed0b52aae0413889a7e78 authored about 11 years ago by Stephan Haller <[email protected]>
96348f63466c4e679e0ed0b52aae0413889a7e78 authored about 11 years ago by Stephan Haller <[email protected]>
Fixed setting and unsetting primary and secondary icon in text box. Secondary icon ("clear icon") in search box will now only be shown if any search is active (but the search is not performed currently) otherwise the secondary icon is hidden.
fa259bf0d2cb798934b052e21ed3f0b878febb00 authored about 11 years ago by Stephan Haller <[email protected]>
fa259bf0d2cb798934b052e21ed3f0b878febb00 authored about 11 years ago by Stephan Haller <[email protected]>
More preparation for implementation of search
e304b7ef864b8de7e79f77f6b4555c5d2bebf928 authored about 11 years ago by Stephan Haller <[email protected]>
e304b7ef864b8de7e79f77f6b4555c5d2bebf928 authored about 11 years ago by Stephan Haller <[email protected]>
Fixed showing title and description for "back" button in XfdashboardApplicationsView
989ce9995a49dd68de19efcdd415646962f914c6 authored about 11 years ago by Stephan Haller <[email protected]>
989ce9995a49dd68de19efcdd415646962f914c6 authored about 11 years ago by Stephan Haller <[email protected]>
Implement enabled/disabled state of a view. XfdashboardViewpad will not allow to activate a disabled view and switch to first activatable view if the current active view was disabled. XfdashboardViewSelector will show or hide the button for a view depending on its enable/disable state.
407f94b48ef09f1215d6e0c77a94d3f5ef3240f7 authored about 11 years ago by Stephan Haller <[email protected]>
407f94b48ef09f1215d6e0c77a94d3f5ef3240f7 authored about 11 years ago by Stephan Haller <[email protected]>
Fixed escaping title and description for markup in XfdashboardApplicationButton
8009a1e8d3d9e3455b3593eb79fbbb3af5ad5424 authored about 11 years ago by Stephan Haller <[email protected]>
8009a1e8d3d9e3455b3593eb79fbbb3af5ad5424 authored about 11 years ago by Stephan Haller <[email protected]>
Merge branch 'clutter-1.12' of github.com:gmc-holle/xfdashboard into clutter-1.12
c915cf131960cd6ecf79e235101638c221b01863 authored about 11 years ago by Stephan Haller <[email protected]>
c915cf131960cd6ecf79e235101638c221b01863 authored about 11 years ago by Stephan Haller <[email protected]>
XfdashboardQuicklaunch now supports orientation (default is vertical)
63dac34959e5b855b27ddc897b86e550e2f34f9c authored about 11 years ago by Stephan Haller <[email protected]>
63dac34959e5b855b27ddc897b86e550e2f34f9c authored about 11 years ago by Stephan Haller <[email protected]>
Updated TODO
624608a247a699127cfd5ae7e15eaf9fccbe8f31 authored about 11 years ago by Stephan Haller <[email protected]>
624608a247a699127cfd5ae7e15eaf9fccbe8f31 authored about 11 years ago by Stephan Haller <[email protected]>
Saner retrieval of WnckWindow for closing
ef90a9933d975b3c42acc60241c07b08e9557945 authored about 11 years ago by Stephan Haller <[email protected]>
ef90a9933d975b3c42acc60241c07b08e9557945 authored about 11 years ago by Stephan Haller <[email protected]>
Prepare object for search plugins - first commit of search plugin manager and abstract class for search plugins
afccbd4f4b1f20b544a3c0bf1c0ae29ec1c59bba authored about 11 years ago by Stephan Haller <[email protected]>
afccbd4f4b1f20b544a3c0bf1c0ae29ec1c59bba authored about 11 years ago by Stephan Haller <[email protected]>
Fixed naming
e400b49eb8934185b9ff2186bcb667a220e4a5b6 authored about 11 years ago by Stephan Haller <[email protected]>
e400b49eb8934185b9ff2186bcb667a220e4a5b6 authored about 11 years ago by Stephan Haller <[email protected]>
Return a copy of list of registered view to avoid invalid list pointers if list is modified somewhere else at the same time
49ad2f67a3a7ad44f34420d2623018531b7f577d authored about 11 years ago by Stephan Haller <[email protected]>
49ad2f67a3a7ad44f34420d2623018531b7f577d authored about 11 years ago by Stephan Haller <[email protected]>
Fixed releasing content at wrong actor in button when unsetting image.
90a95711926739c8119252b1debc3bcadd1bc9f7 authored about 11 years ago by Stephan Haller <[email protected]>
90a95711926739c8119252b1debc3bcadd1bc9f7 authored about 11 years ago by Stephan Haller <[email protected]>
XfdashboardBackground now supports also outlining next to filling. Fixed horizontal alignment in quicklaunch.
c080691a61295552999ef1625174ac2f5fb14170 authored about 11 years ago by Stephan Haller <[email protected]>
c080691a61295552999ef1625174ac2f5fb14170 authored about 11 years ago by Stephan Haller <[email protected]>
Fixed get_preferred_{height,width} and allocate function for quicklaunch
d7d4bee264896e8e5785104bffa5ba6b3f32efca authored about 11 years ago by Stephan Haller <[email protected]>
d7d4bee264896e8e5785104bffa5ba6b3f32efca authored about 11 years ago by Stephan Haller <[email protected]>
Commit first working version of XfdashboardQuicklaunch
4e5083fa1cdd9e7121d475f60c04e77d43736770 authored about 11 years ago by Stephan Haller <[email protected]>
4e5083fa1cdd9e7121d475f60c04e77d43736770 authored about 11 years ago by Stephan Haller <[email protected]>
Connect quickbox to xfconf
a5d476d59e9c1c393ede48e73e05e05077cdb123 authored about 11 years ago by Stephan Haller <[email protected]>
a5d476d59e9c1c393ede48e73e05e05077cdb123 authored about 11 years ago by Stephan Haller <[email protected]>
Fixed including remove header file in applications view.
67c317bb3998526d634689b43d2b914e8245d35d authored about 11 years ago by Stephan Haller <[email protected]>
67c317bb3998526d634689b43d2b914e8245d35d authored about 11 years ago by Stephan Haller <[email protected]>
Set flow layout for icon view. Revert default view mode of application view to list mode.
2049f7f4c51dd895c4a6b6ac2e252d54780af78c authored about 11 years ago by Stephan Haller <[email protected]>
2049f7f4c51dd895c4a6b6ac2e252d54780af78c authored about 11 years ago by Stephan Haller <[email protected]>
Completed icon and list view mode in XfdashboardApplicationsView
df3d2e71a96d161f939fa6c57e24f9bb769ede6a authored about 11 years ago by Stephan Haller <[email protected]>
df3d2e71a96d161f939fa6c57e24f9bb769ede6a authored about 11 years ago by Stephan Haller <[email protected]>
Implement view mode in XfdashboardApplicationsView (but still buggy)
870cbbd988f8394587cd16c2613300dc501f889c authored about 11 years ago by Stephan Haller <[email protected]>
870cbbd988f8394587cd16c2613300dc501f889c authored about 11 years ago by Stephan Haller <[email protected]>
Removed static keywords and added prefix "_" to function names to unify coding style. Corrected constant names in enum to unify naming also ;)
a591a69dd313087951fabf23aa69f0cf32b585b6 authored about 11 years ago by Stephan Haller <[email protected]>
a591a69dd313087951fabf23aa69f0cf32b585b6 authored about 11 years ago by Stephan Haller <[email protected]>
Make XfdashboardApplicationButton more configurable. Adjust style (or to be more precise: only the format string) of "parent menu" button in XfdashboardApplicationsView to XfdashboardApplicationButton.
d3ac2caa0ceadba9837751d6e36dad6a4108a1d1 authored over 11 years ago by Stephan Haller <[email protected]>
d3ac2caa0ceadba9837751d6e36dad6a4108a1d1 authored over 11 years ago by Stephan Haller <[email protected]>
Updated TODO and README (corrected minimum version of clutter)
e07d9ed1a38bc5da204c84adfed224a613d71db0 authored over 11 years ago by Stephan Haller <[email protected]>
e07d9ed1a38bc5da204c84adfed224a613d71db0 authored over 11 years ago by Stephan Haller <[email protected]>
Until I added a property to XfdashboardApplicationsView to switch between list and icon mode and calling filter_changed signal handler explicitly I should move the code after the part which creates the layout manager for this view.
ae37dad8574fe7e3e244486d459ac02bb0340e37 authored over 11 years ago by Stephan Haller <[email protected]>
ae37dad8574fe7e3e244486d459ac02bb0340e37 authored over 11 years ago by Stephan Haller <[email protected]>
Added new actor called XfdashboardApplicationButton which is a button but its text and icon to display is retrieved either by a GarconMenuElement or a GAppInfo. This actor can also the associated application defined by either one of them. The application view was modified to use them.
95d3f4ab1213ef56413da9d5456fd837de8cd4e1 authored over 11 years ago by Stephan Haller <[email protected]>
95d3f4ab1213ef56413da9d5456fd837de8cd4e1 authored over 11 years ago by Stephan Haller <[email protected]>
Added missing files for quicklaunch.
2b5bb65c8e880cfa7fde66556cf9f2086c1dc474 authored over 11 years ago by Stephan Haller <[email protected]>
2b5bb65c8e880cfa7fde66556cf9f2086c1dc474 authored over 11 years ago by Stephan Haller <[email protected]>
Basic structure of quicklaunch actor. Replaced placeholder in stage with new (and still empty) quicklaunch actor.
2de9f4f9c6dabdd44310122b61008cf8b82a9180 authored over 11 years ago by Stephan Haller <[email protected]>
2de9f4f9c6dabdd44310122b61008cf8b82a9180 authored over 11 years ago by Stephan Haller <[email protected]>
Merge branch 'clutter-1.12' of github.com:gmc-holle/xfdashboard into clutter-1.12
e2ce16415fb0d95cba1c355ee000235c08bf9667 authored over 11 years ago by Stephan Haller <[email protected]>
e2ce16415fb0d95cba1c355ee000235c08bf9667 authored over 11 years ago by Stephan Haller <[email protected]>
Implemented applications menu model which collects menu entries via garcon library. It can be used to display menu entries in a view in different ways: all entries, all entries of a menu and by sections like games, office etc. Two helper functions will help to filter the entries by menu or section.
Changed applications view to show applications menu entries instead of a clock ;) Clicking on a ...
aa42bc996cf02605a5fe64f4e7952c173a329c33 authored over 11 years ago by Stephan Haller <[email protected]>
Implement action signal to scroll any view. The viewpad will react on scoll-to signals of any view (active or inactive ones) and scroll to requested position either by setting scrollbar values directly (if active view) or by updating clipping data (inactive views).
9f25e877ac00dec3a173c209a5f63b3e3f3f0751 authored over 11 years ago by Stephan Haller <[email protected]>
9f25e877ac00dec3a173c209a5f63b3e3f3f0751 authored over 11 years ago by Stephan Haller <[email protected]>
Forgot to handle value changes in property "fit-mode" of abstract class XfdashboardView via property get and set functions.
f3200277a63bcd1c0e172bd704c2ea38e1934e1c authored over 11 years ago by Stephan Haller <[email protected]>
f3200277a63bcd1c0e172bd704c2ea38e1934e1c authored over 11 years ago by Stephan Haller <[email protected]>
Improved viewpad to allow fitting a view in one direction into viewpad. Therefore a new virtual function (*set_fit_mode) was added to abstract class XfdashboardView for reacting on fit mode changed in view (new type XfdashboardFitMode). Corrected scrollbar and clipping behaviour of viewpad.
e70715dd4ceb6eaf571345248a21af065905fa80 authored over 11 years ago by Stephan Haller <[email protected]>
e70715dd4ceb6eaf571345248a21af065905fa80 authored over 11 years ago by Stephan Haller <[email protected]>
Another fix for allocation functions in button widget but now if icon synchronization is _NOT_ enabled.
e770d763fff53c47b9375f23751739a071f799ff authored over 11 years ago by Stephan Haller <[email protected]>
e770d763fff53c47b9375f23751739a071f799ff authored over 11 years ago by Stephan Haller <[email protected]>
Correct allocation related functions. The button widget was not able to determine and allocate its size correctly especially if icon's size should synchronize to label's width or height (depending on its orientation).
26474908df6fb816e88a3f132f07923b97c13cb1 authored over 11 years ago by Stephan Haller <[email protected]>
26474908df6fb816e88a3f132f07923b97c13cb1 authored over 11 years ago by Stephan Haller <[email protected]>
Clean up from unneeded and unused code
145f6acd3b04da1a1e4950856e654b89016f773e authored over 11 years ago by Stephan Haller <[email protected]>
145f6acd3b04da1a1e4950856e654b89016f773e authored over 11 years ago by Stephan Haller <[email protected]>
Renamed XfdashboardFitBoxLayout to XfdashboardFillBoxLayout as I think the name matches better to its function.
c7a290fc607c2fe3611c4202a4f79c12ac8e4778 authored over 11 years ago by Stephan Haller <[email protected]>
c7a290fc607c2fe3611c4202a4f79c12ac8e4778 authored over 11 years ago by Stephan Haller <[email protected]>
Implemented basic version of XfdashboardFitBoxLayout which layouts children like ClutterBoxLayout but takes care to fit into parent actor's width or height depending on orientation. It will alway set width or height of every child to match parent's size but it can scale it to keep aspect ratio if wanted. When implementing this layout manager also some minor errors and misbehaviours of some other actors were corrected (and hopefully throw no warnings or criticals anymore).
960fe241050c95ed393a8a3fa2754eb279e254c5 authored over 11 years ago by Stephan Haller <[email protected]>
960fe241050c95ed393a8a3fa2754eb279e254c5 authored over 11 years ago by Stephan Haller <[email protected]>
Implemented text box
84505f2592a23faa760063e01054d367e752d070 authored over 11 years ago by Stephan Haller <[email protected]>
84505f2592a23faa760063e01054d367e752d070 authored over 11 years ago by Stephan Haller <[email protected]>
Get rid of virtual function "created" of abstract class XfdashboardView. Set name and icon of view at view instance creation. Also implement new property "view-internal-name" to store an untranslated name of view for use in application and maybe future plugins to recognize role of view.
397399a4809c1deb8b751d5d15af3a93da8a2ddc authored over 11 years ago by Stephan Haller <[email protected]>
397399a4809c1deb8b751d5d15af3a93da8a2ddc authored over 11 years ago by Stephan Haller <[email protected]>
Completed types with annotations for glib-mkenum to generate correct nick-names for enums and flags. Also added annotation to skip not used enums like XfdashboardApplicationErrorCode
0a6a7efbd087acc9fd746969e253321b2e923ddb authored over 11 years ago by Stephan Haller <[email protected]>
0a6a7efbd087acc9fd746969e253321b2e923ddb authored over 11 years ago by Stephan Haller <[email protected]>
Implemented missing but prepared property "orientation" in XfdashboardViewSelector
c3c221efe85c3264c8a7b41f8551f73fa0bfead0 authored over 11 years ago by Stephan Haller <[email protected]>
c3c221efe85c3264c8a7b41f8551f73fa0bfead0 authored over 11 years ago by Stephan Haller <[email protected]>
Fixed compiler warnings except for warning produced by CFLAGS "-Wdeclaration-after-statement" and "-Wmissing-declarations".
dc6aea628666b0715f577a8e52c43a3230102598 authored over 11 years ago by Stephan Haller <[email protected]>
dc6aea628666b0715f577a8e52c43a3230102598 authored over 11 years ago by Stephan Haller <[email protected]>
Handle scroll events in viewpad if not handled by any child actor like active view, horizontal or vertical scrollbar.
258380776a5720d5e222cac12b2a46d3c4f11fb3 authored over 11 years ago by Stephan Haller <[email protected]>
258380776a5720d5e222cac12b2a46d3c4f11fb3 authored over 11 years ago by Stephan Haller <[email protected]>
Remove workaround in XfdashboardLiveWindow as this problem did not happen anymore (and should not - this is expected). Replaced TRUE and FALSE with CLUTTER_EVENT_PROPAGATE and CLUTTER_EVENT_STOP where appropiate.
b0dd73a6b9dad8fc5c63432ab7573a0f035adaf3 authored over 11 years ago by Stephan Haller <[email protected]>
b0dd73a6b9dad8fc5c63432ab7573a0f035adaf3 authored over 11 years ago by Stephan Haller <[email protected]>
View selector is too far away from quicklaunch and needs heavy use of pointer device. Put it near to quicklaunch ;)
b4f4667a75559bcb57237aaed4e26e868bc22e0e authored over 11 years ago by Stephan Haller <[email protected]>
b4f4667a75559bcb57237aaed4e26e868bc22e0e authored over 11 years ago by Stephan Haller <[email protected]>
Fixed viewport and scrollbar when switching between views forth and back.
b1129bacfffcd72bcd89acdc787966b7c316bda5 authored over 11 years ago by Stephan Haller <[email protected]>
b1129bacfffcd72bcd89acdc787966b7c316bda5 authored over 11 years ago by Stephan Haller <[email protected]>
Updated TODO
f05a4d9869856259d797588e366d119a0ad5c3f1 authored over 11 years ago by Stephan Haller <[email protected]>
f05a4d9869856259d797588e366d119a0ad5c3f1 authored over 11 years ago by Stephan Haller <[email protected]>
Fixed layout manager. Corrected calculation of minimal/preferred sizes of custom actors. Implemented view selector and added to stage window. Views in viewpad can be selected (activated) by clicking on button in view selector.
10e71353cd43847aae58fc3ba057797c95aae203 authored over 11 years ago by Stephan Haller <[email protected]>
10e71353cd43847aae58fc3ba057797c95aae203 authored over 11 years ago by Stephan Haller <[email protected]>
Updated TODO
db2c859a7ae5eee4d3072f57818a6daefd8e52cf authored over 11 years ago by Stephan Haller <[email protected]>
db2c859a7ae5eee4d3072f57818a6daefd8e52cf authored over 11 years ago by Stephan Haller <[email protected]>
Set default scrollbar visibility policy in viewpad to automatic
92a9e0de638523f17603db69e6b0d880ce89af7f authored over 11 years ago by Stephan Haller <[email protected]>
92a9e0de638523f17603db69e6b0d880ce89af7f authored over 11 years ago by Stephan Haller <[email protected]>
Make page-size for pointer scroll events configurable. The value is a factor between 0.1 and 1.0 and is the factor multiplied with slider size by which the slider is moved.
da9cf97bef2a8d1eb438d08210f9afed48eb41e9 authored over 11 years ago by Stephan Haller <[email protected]>
da9cf97bef2a8d1eb438d08210f9afed48eb41e9 authored over 11 years ago by Stephan Haller <[email protected]>
Allow scrolling by pointer wheel
528b02c96f9821a52f661fd546564dce9b43b5b5 authored over 11 years ago by Stephan Haller <[email protected]>
528b02c96f9821a52f661fd546564dce9b43b5b5 authored over 11 years ago by Stephan Haller <[email protected]>
Implement scrolling viewport in viewpad and allow scrolling to specific point by clicking into scrollbar not occupied by slider or allow smooth scrolling by drag'n'drop slider of scrollbar.
df899b883b510bcbe255c0676f1da56f9dcf45f1 authored over 11 years ago by Stephan Haller <[email protected]>
df899b883b510bcbe255c0676f1da56f9dcf45f1 authored over 11 years ago by Stephan Haller <[email protected]>
Fixed indention and comments
c005cf7410a84a8ae4b5fa36c739b42be5af74e3 authored over 11 years ago by Stephan Haller <[email protected]>
c005cf7410a84a8ae4b5fa36c739b42be5af74e3 authored over 11 years ago by Stephan Haller <[email protected]>
Implemented scrollbar visiblity policy
04576b82991d0f7eeccc69caccc1996f83541eb7 authored over 11 years ago by Stephan Haller <[email protected]>
04576b82991d0f7eeccc69caccc1996f83541eb7 authored over 11 years ago by Stephan Haller <[email protected]>
First and basic implementation of scrollbar. Does not react on events yet!
feb5e67953c746e63a21e66237f9d2b66a3e10cd authored over 11 years ago by Stephan Haller <[email protected]>
feb5e67953c746e63a21e66237f9d2b66a3e10cd authored over 11 years ago by Stephan Haller <[email protected]>
Removed also static keyword from variables
fd22deca6ee13c05ea364bc97ac5e770f917dca4 authored over 11 years ago by Stephan Haller <[email protected]>
fd22deca6ee13c05ea364bc97ac5e770f917dca4 authored over 11 years ago by Stephan Haller <[email protected]>
Removed static keyword from functions. Fixed build issue - still tried to compile common.c which was renamed to utils.c
64276bd5adaa25865d5dcb92ed5a21e4e3ef39a8 authored over 11 years ago by Stephan Haller <[email protected]>
64276bd5adaa25865d5dcb92ed5a21e4e3ef39a8 authored over 11 years ago by Stephan Haller <[email protected]>
Rename common.{h,c} to utils.{h,c}
d5146b0f547fe7b8d118d64fa0f1cc96a219eb2e authored over 11 years ago by Stephan Haller <[email protected]>
d5146b0f547fe7b8d118d64fa0f1cc96a219eb2e authored over 11 years ago by Stephan Haller <[email protected]>
Allow views themselve to emit activation and deactivation signals like viewpad.
6dcf76f1720c3816a655f43d22f444c8265e60af authored over 11 years ago by Stephan Haller <[email protected]>
6dcf76f1720c3816a655f43d22f444c8265e60af authored over 11 years ago by Stephan Haller <[email protected]>
Viewpad and ViewManager improved to react on registered and unregistered views during runtime.
a44a68398663ebd6ff1ea31f5a3951ccde401a47 authored over 11 years ago by Stephan Haller <[email protected]>
a44a68398663ebd6ff1ea31f5a3951ccde401a47 authored over 11 years ago by Stephan Haller <[email protected]>
Updated TODO
b41b7bb64ec2aee63e80c98cd0a08fd5daa15025 authored over 11 years ago by Stephan Haller <[email protected]>
b41b7bb64ec2aee63e80c98cd0a08fd5daa15025 authored over 11 years ago by Stephan Haller <[email protected]>
Implemented view manager
5e83f8862fab696db4cbd846e75c5064632a37a2 authored over 11 years ago by Stephan Haller <[email protected]>
5e83f8862fab696db4cbd846e75c5064632a37a2 authored over 11 years ago by Stephan Haller <[email protected]>
Prepare viewpad compositing actor for scrollbars. Set up properties for viewpad. Implemented spacing between view and (future) scrollbars in viewpad. Prepared "active-view" property in viewpad.
90cb8afb9601166c2f565d412eaca8da8d6df9b5 authored over 11 years ago by Stephan Haller <[email protected]>
90cb8afb9601166c2f565d412eaca8da8d6df9b5 authored over 11 years ago by Stephan Haller <[email protected]>
Add missing files for basic viewpad implemented (was the files for viewpad itself ;) ). Also set layout manager.
8feacd19a49e3d432bd17d1b99103129ce0de37c authored over 11 years ago by Stephan Haller <[email protected]>
8feacd19a49e3d432bd17d1b99103129ce0de37c authored over 11 years ago by Stephan Haller <[email protected]>
Implement basic viewpad (needs a layout manager which allocated viewpad's allocation to each of its children)
73c919c0e31d2069b2db620b856fc615ff5ce16e authored over 11 years ago by Stephan Haller <[email protected]>
73c919c0e31d2069b2db620b856fc615ff5ce16e authored over 11 years ago by Stephan Haller <[email protected]>
Make view self-declaring (name and icon) by overriding created function. Also implement view registering system.
a57ec5283bec97378326cdfe3c08f317e3910572 authored over 11 years ago by Stephan Haller <[email protected]>
a57ec5283bec97378326cdfe3c08f317e3910572 authored over 11 years ago by Stephan Haller <[email protected]>
Initial commit on new branch for full rewrite based on clutter-1.12
389f95df58c5b1226c12b8e61f646ccbf7144960 authored over 11 years ago by Stephan Haller <[email protected]>
389f95df58c5b1226c12b8e61f646ccbf7144960 authored over 11 years ago by Stephan Haller <[email protected]>
Speed up scrolling because it got worse after speeding up search. The reason was that each time the scrollbar moved (value-changed signal emitted) all actors were re-allocated and re-layouted even the hidden ones. Speeding it up by just moving view and clipping of view but only it view has clipping.
38619e776518465e026d97c16006a204b9fc6e64 authored almost 12 years ago by Stephan Haller <[email protected]>
38619e776518465e026d97c16006a204b9fc6e64 authored almost 12 years ago by Stephan Haller <[email protected]>
Updated TODO
451440aab8d32aeab637da9c6d740686fa274e4e authored almost 12 years ago by Stephan Haller <[email protected]>
451440aab8d32aeab637da9c6d740686fa274e4e authored almost 12 years ago by Stephan Haller <[email protected]>
Updated .gitignore
8f10f1b50a9ffcb0ff2bba8b577741b0c6f03f54 authored almost 12 years ago by Stephan Haller <[email protected]>
8f10f1b50a9ffcb0ff2bba8b577741b0c6f03f54 authored almost 12 years ago by Stephan Haller <[email protected]>
Speed up and optimize search
eb8a221d638828bee2d779413963a11145565576 authored almost 12 years ago by Stephan Haller <[email protected]>
eb8a221d638828bee2d779413963a11145565576 authored almost 12 years ago by Stephan Haller <[email protected]>
Update TODO
219a16ef168bacf88422df917e1e7b18637fc2c2 authored almost 12 years ago by Stephan Haller <[email protected]>
219a16ef168bacf88422df917e1e7b18637fc2c2 authored almost 12 years ago by Stephan Haller <[email protected]>