index
:
ayatana-indicator-messages
main
release-builds
Ayatana Indicator Messages Applet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
im-application-list.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the phone header's title from 'Notification center' to 'Notifications'...
Charles Kerr
2014-10-03
1
-1
/
+1
*
Support X-Ubuntu-SymbolicIcon in desktop files
Lars Uebernickel
2014-09-16
1
-3
/
+29
*
change title to 'Notification center'
Charles Kerr
2014-07-30
1
-1
/
+1
*
messages-service: listen to the ApplicationStoppedRunning call
Lars Uebernickel
2014-04-10
1
-0
/
+6
*
Only show the menu when there are apps registered to use it
Lars Uebernickel
2014-04-07
1
-16
/
+17
*
Protect against processes calling Register() multiple times
Lars Uebernickel
2013-10-26
1
-2
/
+5
*
im-application-list: unpack icon correctly
Lars Uebernickel
2013-10-11
1
-1
/
+1
*
app_source_action_check_draw: flip erroneous != to ==
Lars Uebernickel
2013-10-04
1
-1
/
+1
*
Add "visible" paramete to im-application-list-source-added
Lars Uebernickel
2013-10-04
1
-4
/
+8
*
im-application-list: fix draws_attention logic
Lars Uebernickel
2013-10-04
1
-11
/
+16
*
app_source_action_check_draw: reset app->draws_attention
Lars Uebernickel
2013-10-04
1
-0
/
+2
*
app_source_action_check_draw: don't let invisible sources draw attention
Lars Uebernickel
2013-10-04
1
-8
/
+11
*
Rename app_check_draw_attention to app_update_draws_attention
Lars Uebernickel
2013-10-04
1
-11
/
+10
*
app_check_draw_attention: don't overwrite draws_attention when it is already ...
Lars Uebernickel
2013-10-04
1
-1
/
+1
*
in im_application_list_update_draws_attention(), free the temporary icon_name...
Charles Kerr
2013-10-03
1
-1
/
+2
*
im-application-list.c: return values from functions that have return values
Lars Uebernickel
2013-10-02
1
-3
/
+3
*
Change title to "Incoming".
Lars Uebernickel
2013-09-30
1
-1
/
+1
|
\
|
*
Change title to "Incoming"
Lars Uebernickel
2013-09-30
1
-1
/
+1
*
|
im-application-list: fix crash (source-changed was declared with wrong signat...
Lars Uebernickel
2013-09-27
1
-1
/
+1
|
/
*
im-application-list: show all sources that have a count, time, or non-empty s...
Lars Uebernickel
2013-09-26
1
-1
/
+1
*
Add "title" to the root action state dictionary
Lars Uebernickel
2013-09-12
1
-0
/
+3
*
im_application_list_message_added: don't use g_object_unref for variants
Lars Uebernickel
2013-09-06
1
-1
/
+1
*
im_application_list_update_draws_attention: fix GVariant leak
Lars Uebernickel
2013-09-06
1
-4
/
+6
*
Use g_icon_serialize() for application icons
Lars Uebernickel
2013-09-06
1
-19
/
+18
*
Use serialized icons for messages and sources
Lars Uebernickel
2013-09-05
1
-14
/
+36
*
Remove parameter type from root action
Nick Dedekind
2013-09-02
1
-1
/
+1
*
Merge trunk
Lars Uebernickel
2013-08-27
1
-5
/
+9
|
\
|
*
desktop menu: don't show sources with a count of 0
Lars Uebernickel
2013-08-27
1
-4
/
+8
|
*
im-application-list: use correct signal marshaller for app-stopped
Lars Uebernickel
2013-08-27
1
-1
/
+1
*
|
im-application-list: remove extraneous variable 'old_draw'
Lars Uebernickel
2013-08-27
1
-6
/
+1
|
/
*
Protect against invalid actions. Fixes: https://bugs.launchpad.net/bugs/1216758.
Ted Gould
2013-08-26
1
-0
/
+2
|
\
|
*
Protect against action loss
Ted Gould
2013-08-26
1
-0
/
+2
*
|
Don't use deprecated g_simple_action_group_{lookup,insert}
Lars Uebernickel
2013-08-22
1
-3
/
+3
|
/
*
Change g_simple_action_group_remove() to g_action_map_remove_action()
Ted Gould
2013-08-21
1
-2
/
+2
*
Swap g_simple_action_group_insert() for g_action_map_add_action()
Ted Gould
2013-08-21
1
-5
/
+5
*
Add a DBus error for list_add().
Ted Gould
2013-08-21
1
-3
/
+5
|
\
|
*
Make it so that application list returns an error on a bad desktop file
Ted Gould
2013-08-19
1
-3
/
+5
*
|
Enabling and disabling the remove-all action if we have items to remove
Ted Gould
2013-08-20
1
-0
/
+44
*
|
Switch to looking in the shortcuts object to set the actions
Ted Gould
2013-08-20
1
-5
/
+5
*
|
Building up a shortcuts object to track the shortcuts from the desktop file
Ted Gould
2013-08-20
1
-0
/
+12
*
|
Remove unused struct member
Ted Gould
2013-08-20
1
-1
/
+0
*
|
Making the base menu item an a{sv} with proper icons and fallbacks
Ted Gould
2013-08-20
1
-8
/
+39
*
|
Make the accessible name translatable and based on the blue envelope
Ted Gould
2013-08-20
1
-3
/
+9
*
|
Track the old draw_attention and look for updates
Ted Gould
2013-08-20
1
-0
/
+6
|
/
*
Save the draws attention for messages and react to that
Ted Gould
2013-08-18
1
-3
/
+5
*
Check the action state to get whether it's drawing or not
Ted Gould
2013-08-18
1
-1
/
+14
*
Starting to regen the draw attention flag from the source actions
Ted Gould
2013-08-18
1
-2
/
+49
*
clearing the sources on remove all
Ted Gould
2013-08-18
1
-51
/
+2
*
Dropping indicator prefixes as they're set up with the base namespace of the ...
Ted Gould
2013-08-16
1
-1
/
+1
*
Whitespace
Ted Gould
2013-08-16
1
-1
/
+1
[next]