Commit Graph

34 Commits

Author SHA1 Message Date
Davide Andreoli 0900c83fe7 Don't use deprecated functions 2021-04-26 12:24:32 +02:00
Davide Andreoli 1886497401 warning --
item could be undefined, refactor the function to be more accurate
2021-04-26 12:04:26 +02:00
Davide Andreoli 9f37c34dc4 Removed an unneeded param
bus is already a global variable, no need to pass them around
2021-04-26 11:40:53 +02:00
Davide Andreoli c532267248 Whoops, unbreak setup.py
It does not like "-" in the requires name...
2021-04-26 09:28:33 +02:00
Davide Andreoli fb044e4645 gitignore++ 2021-04-26 09:21:07 +02:00
Davide Andreoli a0f67f8f84 Better requires 2021-04-26 08:44:03 +02:00
Davide Andreoli 68bcbce3e1 Mark unused params with an underscore 2021-04-26 07:53:45 +02:00
Davide Andreoli dda3a3564f Small optimizations 2021-04-26 07:46:50 +02:00
Davide Andreoli a618cb4cf3 Code style: use single quotes 2021-04-26 07:36:48 +02:00
Davide Andreoli 5f11ce0622 Reformat code to make pycharm happy 2021-04-26 07:33:19 +02:00
Davide Andreoli 75fd54d1f0 Prepare the 1.0 relese 2016-05-15 09:29:28 +02:00
Davide Andreoli ce7a21c27e Better icons (hopefully) 2016-05-14 12:56:33 +02:00
Davide Andreoli 7de030be89 Use a DialogWindow for the MethodRunner 2016-05-14 11:13:01 +02:00
Davide Andreoli 07310bfa86 force the object icon to show up 2016-05-14 11:10:07 +02:00
Davide Andreoli ef6a0fa193 git ignore++ 2016-05-13 21:55:00 +02:00
Davide Andreoli f40e43a8ae Better FDO support 2016-05-13 21:53:58 +02:00
Davide Andreoli 1cf3e8ae94 Fix for py3 installation 2016-05-13 19:55:38 +02:00
Davide Andreoli c7fa0fba78 More info and better style for the signal popup 2014-08-11 21:33:26 +02:00
Davide Andreoli c8232ff876 Better error reporting on method execution 2014-08-10 20:34:21 +02:00
Davide Andreoli 55746803aa Fix the method runner to not fail when more than one param given
Also use ast.literal_eval instead ov eval. It's more secure this way
2014-08-10 16:21:21 +02:00
Davide Andreoli 771f0616da Fix the signal popup to actually show up
...a scrollable Entry as Popup content...
need the table+rect hack to respect minsize
2014-08-09 23:35:38 +02:00
Davide Andreoli 04c9800df0 Espionage: add icons to th right genlist
Icons are just placeholder, I surly need better icons
2013-12-20 20:30:25 +01:00
Davide Andreoli 49faa4d423 Open the Method Runner in a separate window.
Instead of using Popup now the method runner open a new window
for each method to run. You can now keep multiple runners opened at
the same time and the window is resizable too. a full win.
credits to k-s for the suggestion
2013-12-11 21:11:45 +01:00
Davide Andreoli 80c9d41b8e Espionage: color fun! 2013-12-10 21:34:06 +01:00
Davide Andreoli ca6a035a43 Espionage new feature: activatable services
A new group in the left list show all the services that can be activated on the bus.
Clicking on a name will ask dbus to activate it and wait for the name to become
active, once activation is completed the new name is introspected and showed
on the right list.
2013-11-28 22:45:42 +01:00
maxerba a0de67e035 Adding galician and spanish translations in desktop files 2013-11-22 21:33:14 +01:00
Davide Andreoli 54ead421d3 Espionage: fix for recent enum change in pyefl 2013-11-20 21:55:49 +01:00
Davide Andreoli d35bf71a08 Espionage: add the new signal inspector.
A new Pane at the bottom of the window show ALL the signals that
transit on both buses. Double clicking on a received signal you can
see its full content (parameters).

Now Espionage have more features than d-feet...efl beats gnome one more time :D
2013-11-20 21:33:47 +01:00
Davide Andreoli e5980a3b53 Espionage: other 2 small fixes
1. Background object in not needed with StandardWindow
2. Show props value also when the value is 0 or False
2013-11-18 20:41:53 +01:00
Davide Andreoli 2e2d433cae Espionage: 2 small fixes
1. remove deprecated warning about the usage of ElementTree.find()
2. remove an old hack for popup in the method runner, it still don't respect the size_hint_min however.
2013-11-18 20:19:42 +01:00
maxerba 780d1d48d0 Adding portuguese and italian localizations 2013-11-10 13:39:39 +01:00
Davide Andreoli eeb4ae5752 Espionage: improved toolbar with checkbox for options 2013-11-02 19:58:47 +01:00
Davide Andreoli b155b699f1 Espionage: gitignore++ and make setup.py executable 2013-11-02 18:30:09 +01:00
Davide Andreoli 809880b068 Espionage: initial commit 2013-11-02 18:19:03 +01:00