Commit Graph

22 Commits

Author SHA1 Message Date
Fabio Erculiani bf9ac1a287 entropy.*: move from etpRepositories to SystemSettings['repositories']['available'] 2009-04-06 20:35:02 +02:00
Fabio Erculiani d40f3c7acb entropy-notification-applet: import os module and fix right click crash 2009-04-04 16:09:14 +02:00
Fabio Erculiani f550665605 Entropy: move entropy.conf parsing into SystemSettings Singleton
class.

As announced, SystemSettings is going to host all the Entropy
global variables. With this big commit, proxy config (and the rest
of entropy.conf data) has been moved under SystemSettings['system']
2009-04-03 20:06:07 +02:00
Fabio Erculiani 563d1453cb adapt other makefiles to work with Entropy one 2009-04-02 14:21:48 +02:00
lxnay 379fd59ac3 Entropy/dump:
- slightly change API
- add missing docstrings
- pylint check passed
Entropy/*:
- fix API changed entropy.dump function calls


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3210 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-20 11:42:43 +00:00
lxnay 3136c25db3 Entropy/*:
- use save_repository_settings instead of saveRepositorySettings function (deprecated)
- use _save_repositories_content instead of _saveRepositoriesContent function (deprecated)
- use write_parameter_to_file instead of writeParameterToFile function (deprecated)
- use write_new_branch instead of writeNewBranch function (deprecated)
- use is_entropy_package_file instead of isEntropyTbz2 function (deprecated)
- use collect_linker_paths instead of collectLinkerPaths function (deprecated)
- use collect_paths instead of collectPaths function (deprecated)
- use list_to_utf8 instead of listToUtf8 function (deprecated)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3188 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-15 13:49:53 +00:00
lxnay 85b16445a0 Entropy/Entropy Notification Applet/Spritz:
- when subclassing entropy.client.interfaces.Client reimplement init_singleton instead of __init__ because the former is now a Singleton


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3163 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-14 15:37:00 +00:00
lxnay 3a97fc8c8b Entropy/Client/Interface:
- split Client class into single ones
- deprecated camelCase methods
- remove a few, unused or useless
Entropy/docs:
- update APICHANGES
Entropy/*:
- adapt the code to work with non-deprecated methods


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3154 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-12 19:18:27 +00:00
lxnay d7151b6555 Entropy/*:
- update module imports to reflect the new entropy package structure
Entropy/Client/Interfaces/Package:
- fixed sources_fetch_step source packages download


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3150 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-11 09:36:47 +00:00
lxnay 83e184fc5e Entropy/*:
- make use of the new entropy package structure


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3123 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-08 15:49:55 +00:00
lxnay 715421089b Entropy/MELTDOWN :-):
- entropy modules is now a python package, kept backward compatibility for now


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3121 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-08 15:24:30 +00:00
lxnay 40caacd0fb Entropy/entropyTools/*:
- new version of parallelTask, API changes, update every part of the code that uses it


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3071 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-02-23 22:56:54 +00:00
lxnay 14134e7007 Entropy/entropyTools/*:
- new version of TimeScheduled, API changes, update every part of the code that uses it


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3070 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-02-23 22:50:34 +00:00
lxnay cc45297622 Entropy/Notification Applet:
- update pixmaps (gfx)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3014 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-02-10 20:34:08 +00:00
lxnay e21c716d74 Entropy/Notification Applet:
- rewrite GUI part using new PyGTK API and widgets
- all the reported issues have been fixed


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3013 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-02-10 20:19:42 +00:00
lxnay e407217e37 Entropy/Notification Applet:
- change config file name
Entropy/TODO:
- updated TODO


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2870 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-01-08 20:13:43 +00:00
lxnay 1f2a17ed7b Entropy/TODO:
- update TODO
Entropy/Spritz:
- implement package sets support
- massive bugfix and remove support for packages in the Updates tab


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2746 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-12-09 18:58:45 +00:00
lxnay c49855117e Entropy/Notification Applet:
- fix all the known issues related to threading => the applet now works without having to move the pointer over it
Entropy/Spritz:
- fine tune the UGC update function thread timer


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2650 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-11-05 15:54:34 +00:00
lxnay 7c93e48277 Entropy/notification applet:
- fine tune refresh interval variable, from 60 seconds to 3600
- add a random refresh time delta


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2634 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-11-03 16:31:34 +00:00
lxnay c0eeffc52b Entropy/Entropy notification applet:
- fix high CPU usage
- code cleanup
- code refresh


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2539 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-20 12:58:55 +00:00
lxnay 41b6f09af9 Entropy/Notification Applet:
- switch to new GTK threading method
- update some library paths


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2519 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-12 07:23:43 +00:00
lxnay 0aed29460d Entropy/Notification Applet:
- split notification applet


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2257 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-07-07 10:48:55 +00:00