Commit Graph

430 Commits

Author SHA1 Message Date
lxnay
3cf3695ea5 Entropy/Spritz:
- some code cleanup and speed optimization

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2031 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-28 20:06:11 +00:00
lxnay
ccf0e063ee Entropy/Spritz:
- add 'Skip Mirror' button


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2030 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-28 16:42:29 +00:00
lxnay
e3a4d42c12 Entropy/Spritz:
- show more information about the packages list shown


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2027 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-28 15:40:26 +00:00
lxnay
4e35ff6135 Entropy/Spritz:
- make reinstallable packages collection 50x times faster, thanks to the previous commit
  - added filterReinstallable()
  - rewritten isReinstallable()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2026 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-28 15:35:48 +00:00
lxnay
eb5b70baa9 Entropy/Spritz:
- reworked the About window


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2024 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-28 14:26:20 +00:00
lxnay
eb8e2ccb88 Entropy/Spritz:
- some code cleanup
- avoid issues with parsing markups


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2023 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-28 13:42:49 +00:00
lxnay
d54c93616a Entropy/Spritz:
- some code cleanup


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2021 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-28 11:26:16 +00:00
lxnay
3e55be2340 Entropy/Spritz:
- fix typo in function name cleanMarkupSting => renamed to => cleanMarkupString
- handle progress bar updates correctly


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2019 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-28 10:45:45 +00:00
lxnay
2d6ba42d29 Entropy/Spritz:
- fix an issue causing to raise a ProgrammingError exception by sqlite3 after packages installation
reported by The Joost


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2018 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-28 10:32:33 +00:00
lxnay
36df301726 Entropy/Spritz:
- fix bug #408


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2017 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-28 09:30:39 +00:00
lxnay
f82239c989 Entropy/Spritz:
- move i18n support to entropy, syncing with previous translations


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1947 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-19 20:12:14 +00:00
lxnay
b6ee2ba025 Entropy:
- move etpDatabase to entropy.py and rename it to EntropyDatabaseInterface
- say goodbye to databaseTools
- update other areas accordigly
Equo:
- add i18n support


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1943 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-19 14:13:03 +00:00
lxnay
ce538451f3 Entropy/Spritz:
- avoid raising sqlite3 OperationalError exceptions on populateCategories


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1922 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-05 22:46:09 +00:00
lxnay
745246dc92 Entropy/Spritz:
- do not raise ProgrammingError exceptions while running setup after packages install/removal
Entropy:
- be more intelligent with etpConst['dbconfigprotect'] in openClientDatabase


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1917 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-05 09:28:49 +00:00
lxnay
5b8118fc75 Entropy/Notification Applet:
- be more gentle with lockings

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1912 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-03 09:39:00 +00:00
lxnay
934367b4fc Entropy:
- re-run lock checking every time EquoInterface.application_lock_check() is run


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1911 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-03 09:31:36 +00:00
lxnay
3d2459de30 Entropy:
- fix const_setup_perms(), didn't chmod properly
- improve system reliability by checking if another instance is running before starting critical tasks
- some cleanups on the notification applet


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1910 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-03 09:13:41 +00:00
lxnay
85a2734cac Entropy:
- fix calculate_world_updates() and filterSatisfiedDependencies to correctly handle actions
Spritz:
- fix Add all/Remove all buttons


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1908 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-02 22:29:14 +00:00
lxnay
6a4a08bbb7 Entropy/misc:
- some final touches


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1904 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-02 14:06:32 +00:00
lxnay
88ef3cfdf5 Entropy/Spritz:
- improve package information dialog by reordering USE flag and Eclass information


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1896 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-01 12:53:37 +00:00
lxnay
ec9d007f10 Entropy/Spritz:
- properly format strings on the package information dialog

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1895 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-01 12:38:26 +00:00
lxnay
091b7ed33a Entropy/Spritz:
- greatly improved speed on queues, popup menus, dependencies calculation


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1894 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-01 12:29:33 +00:00
rogerc
4d8999a9a4 updated es.po and ca.po for Spritz
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1893 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-01 10:20:43 +00:00
lxnay
956254f514 Entropy/Spritz:
- sort atoms inside confirmation dialog

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1892 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-01 00:24:45 +00:00
lxnay
b5e98a0b8e Entropy/EquoInterface/etpDatabase:
- removed 'info cache' from etpDatabase, there is no need to have an on-disk cache when sqlite3 is faster
- updated EquoInterface accordingly
- improved reliability when running multiple Entropy instances
Entropy/Spritz:
- fixed some minor bugs


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1890 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-01 00:01:29 +00:00
lxnay
11112428a7 Entropy/Spritz:
- fix Spritz crash when no updates are available


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1888 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-30 15:53:11 +00:00
lxnay
0e6e70b44a removing 0.14.15.8 tag
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1884 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-30 09:20:24 +00:00
lxnay
26b81e401b Entropy/Spritz:
- translation updates


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1882 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-30 09:14:15 +00:00
lxnay
2277e9072f Entropy:
- fix some spare bugs

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1880 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-30 08:45:33 +00:00
lxnay
5744d66b52 Entropy:
- improved etpDatabase.atomMatch speed
- improved EquoInterface.get_category_description_data()
Entropy/Spritz:
- use translated categories description when possible


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1879 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-30 08:38:52 +00:00
lxnay
48a89939f8 Entropy/Spritz:
- added category description support
- added category description helpe function


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1878 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-29 23:59:14 +00:00
lxnay
7e57ffe23b Entropy/Spritz:
- beautify package lists
Entropy/Equo:
- always show how many files need to be merged
Entropy/EquoInterface:
- fix typo that caused Portage world file to not be properly updated


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1872 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-28 18:03:17 +00:00
lxnay
82bfd4f089 Entropy/Spritz:
- improve eye candy of packages treeviews


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1871 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-26 23:44:25 +00:00
rogerc
62bcc79b4d updated es_ES.po for Spritz
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1870 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-26 10:17:16 +00:00
lxnay
2ff4fc7101 Entropy/Spritz:
- fix bug #395


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1866 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-25 23:43:42 +00:00
rogerc
c1280d6259 updated ca.po and es_MX.po translations
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1864 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-25 18:24:53 +00:00
lxnay
38a29df495 Entropy/Spritz:
- improve Spritz eyecandiness


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1860 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-24 20:17:54 +00:00
lxnay
b6ed62dd0e Entropy/Spritz:
- beautified the new 'up-to-date' message
Entropy/Equo:
- avoid crashing when it's impossible to write queue cache to disk


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1859 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-24 14:34:33 +00:00
lxnay
edb7b7cf9b Entropy/Spritz:
- fix a small problem with early (pre-EquoInterface) messages


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1856 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-24 11:28:11 +00:00
lxnay
9c344777cc Entropy/Spritz:
- avoid crashing on empty removal list

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1846 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-23 22:58:41 +00:00
lxnay
1e8d4526cc Entropy/Spritz:
- avoid crashing on empty removal list

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1845 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-23 22:18:50 +00:00
lxnay
4fc75242b2 Entropy/EquoInterface/Spritz:
- Spritz: a lot of misc bug fixes and graphical improvements
- added a new item to etpRepositories to ease the work of EquoInterface.addRepository()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1844 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-23 18:58:47 +00:00
lxnay
a5a596524b Entropy/Spritz:
- some cleanups
- improved package removal handling


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1843 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-23 18:03:40 +00:00
lxnay
0f157791e4 Entropy/Spritz:
- allow hiding purge options


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1842 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-23 11:37:38 +00:00
lxnay
a9a42244c0 Entropy/Spritz:
- allow hiding reinstall options


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1841 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-23 11:34:39 +00:00
lxnay
2adcac914a Entropy/Spritz:
- greatly improve etpbase.elaborateInstall()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1840 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-23 11:30:29 +00:00
lxnay
989059e20c Entropy/Spritz:
- greatly improve etpbase.elaborateRemoval()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1839 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-23 11:23:46 +00:00
lxnay
9cb4672b39 Entropy/Spritz:
- allow disabling confirm dialogs


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1838 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-23 11:14:32 +00:00
lxnay
29f2dad3d7 Spritz:
- improve PkgInfoMenu class reliability when used outside Spritz


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1837 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-22 22:36:38 +00:00
lxnay
1d9c858e61 Entropy/Spritz:
- move package information window to dialogs to make it reusable


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1836 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-22 22:12:11 +00:00