index
:
rpmdrake
distro/mdv2007.0
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mdv2010.1
distro/mdv2011
distro/mdv2011.0
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
master
topic/RPMDRAKE
topic/jvdm-branch
user/animtim/designWork
Mageia Graphical Package Manager
Thierry Vignaud [tv]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Rpmdrake
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix my email
Thierry Vignaud
2013-12-16
10
-10
/
+10
*
fix crashing when selecting last medium
Thierry Vignaud
2013-12-13
1
-1
/
+1
*
fix edit button being unsensitive (mga#11961)
Thierry Vignaud
2013-12-13
1
-5
/
+6
*
adapt to Gtk3's get_selected_rows() returning an array ref (mga#11895)
Thierry Vignaud
2013-12-06
1
-3
/
+3
*
use introspection for Source too
Thierry Vignaud
2013-12-05
1
-5
/
+10
*
convert menu to UIManager
Thierry Vignaud
2013-12-05
1
-20
/
+48
*
(show_about) split it out
Thierry Vignaud
2013-12-05
1
-20
/
+22
*
same for artists, also mdv icons were replaced
Thierry Vignaud
2013-12-05
1
-1
/
+1
*
set_authors() now expect an array ref
Thierry Vignaud
2013-12-05
1
-1
/
+1
*
set_uri_hook() no more exists in gtk3
Thierry Vignaud
2013-12-05
1
-9
/
+0
*
->get_widgets() now returns an array reference
Thierry Vignaud
2013-12-05
1
-1
/
+1
*
Pango->PANGO_WEIGHT_BOLD is not available through introspection
Thierry Vignaud
2013-12-05
1
-1
/
+1
*
fix calling method on unblessed reference
Thierry Vignaud
2013-12-05
1
-1
/
+1
*
fix guessing RTL or LTR
Thierry Vignaud
2013-12-05
1
-1
/
+1
*
we no longuer have access to PANGO_PIXELS() with introspection
Thierry Vignaud
2013-12-05
1
-1
/
+1
*
we no longer can use old style objects
Thierry Vignaud
2013-12-05
1
-1
/
+1
*
fix $model->iter_next($iter) usage with Gtk3
Thierry Vignaud
2013-12-05
1
-2
/
+2
*
no need to load Pango anymore
Thierry Vignaud
2013-12-05
1
-1
/
+0
*
perlish ->style() => ->get_style()
Thierry Vignaud
2013-12-05
1
-1
/
+1
*
those setters no more accept undef
Thierry Vignaud
2013-12-05
1
-3
/
+3
*
Gtk3::TreeViewColumn implements the Gtk3::CellLayout interface, which provide...
Thierry Vignaud
2013-12-05
1
-1
/
+1
*
perlish ->window => ->get_window
Thierry Vignaud
2013-12-05
1
-8
/
+8
*
use Gtk3 namespace instead of Gtk2
Thierry Vignaud
2013-12-05
7
-89
/
+89
*
Gtk2::Pango -> Pango
Thierry Vignaud
2013-12-05
2
-3
/
+3
*
use (my|u)gtk3 instead of *tk2
Thierry Vignaud
2013-12-05
8
-40
/
+42
*
- --merge-all-rpmnew mode:
Thomas Backlund
2013-05-08
1
-0
/
+1
*
make it slighly faster: do not perform useless I/O
Thierry Vignaud
2013-04-22
1
-2
/
+1
*
consider all config files, not only those in /etc
Thierry Vignaud
2013-04-22
1
-1
/
+1
*
make --merge-all-rpmnew less dangerous
Thierry Vignaud
2013-04-22
1
-0
/
+4
*
fix install dialog being on top of sub dialogs (mga#9646)
Thierry Vignaud
2013-04-21
1
-3
/
+1
*
forgot to commit one bit of previous fix
Thierry Vignaud
2013-04-20
1
-1
/
+1
*
fix retrieving XML information (mga#9529)
Thierry Vignaud
2013-03-26
1
-1
/
+1
*
perl_checker cleanups
Thierry Vignaud
2013-03-24
1
-3
/
+1
*
use gurpm for informing about verifying signatures (mga#9520)
Thierry Vignaud
2013-03-24
1
-1
/
+1
*
do not update progress bar for signature
Thierry Vignaud
2013-03-24
1
-1
/
+1
*
merge patch for mga#4918
Thierry Vignaud
2013-03-24
1
-1
/
+2
*
explicitely destroy $gurpm
Thierry Vignaud
2013-03-24
1
-4
/
+4
*
fix erase progress in global bar
Thierry Vignaud
2013-03-21
1
-0
/
+1
*
adapt to gurpmi enabling to cancel again downloads
Thierry Vignaud
2013-03-21
1
-2
/
+2
*
merge curl_download into Rpmdrake::edit_urpm_sources
Thierry Vignaud
2013-03-21
1
-3
/
+17
*
remove old callback now that we have erasure progress
Thierry Vignaud
2013-03-21
1
-11
/
+0
*
use global progress bar for download too
Thierry Vignaud
2013-03-21
1
-1
/
+1
*
update check_sig callback for new widget too
Thierry Vignaud
2013-03-21
1
-1
/
+1
*
fix download progress with global progress bar (mga#9469)
Thierry Vignaud
2013-03-21
1
-2
/
+2
*
perl_checker cleanup
Thierry Vignaud
2013-03-21
1
-1
/
+1
*
use a global progress bar when installing (mga#778)
Thierry Vignaud
2013-03-16
1
-26
/
+18
*
perl_checker cleanups
Thierry Vignaud
2013-03-16
1
-7
/
+3
*
fix some icon categories
Malo DeniƩlou
2013-03-01
1
-4
/
+4
*
(find_installed_version) workaround a crash (mga#9197)
Thierry Vignaud
2013-02-27
1
-0
/
+1
*
do not offer to pick only update media unless using --expert (mga#2317)
Thierry Vignaud
2013-02-26
1
-1
/
+1
[next]