Directory gtk-v2/ui/

Directory Created:
2013-12-08 18:10
Total Files:
12
Deleted Files:
28
Lines of Code:
35751

[root]/gtk-v2/ui

Lines of Code

gtk-v2/ui/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 114 (100.0%) 80443 (100.0%) 705.6
partmedia 101 (88.6%) 80332 (99.9%) 795.3
kstenger 2 (1.8%) 109 (0.1%) 54.5
rjtanner 1 (0.9%) 1 (0.0%) 1.0
buzzsawddog 1 (0.9%) 1 (0.0%) 1.0
silvernexus 9 (7.9%) 0 (0.0%) 0.0

Most Recent Commits

silvernexus 2021-01-07 11:49 Rev.: 21731

Finish removing vestigal labels on uis that had not had that done yet.

0 lines of code changed in 8 files:

  • gtk-v2/ui: caelestis.ui (-249), eureka.ui (-249), lobotomy.ui (-180), meflin.ui (-249), oroboros.ui (-249), sixforty.ui (-249), un-deux.ui (-180), v1-redux.ui (-180)
partmedia 2021-01-01 18:16 Rev.: 21702

Bump version string to 1.75.0

2 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+2 -2)
silvernexus 2020-10-16 20:36 Rev.: 21510

Remove vestigal hp, sp, grace, food, and xp info labels outside the progress bars from chthonic ui.

0 lines of code changed in 1 file:

  • gtk-v2/ui: chthonic.ui (-249)
partmedia 2020-06-22 18:54 Rev.: 21245

Add metaserver refresh button

15 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+15 -1)
partmedia 2020-03-08 14:13 Rev.: 21139

Really bump version string

1 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+1 -1)
partmedia 2019-07-29 21:54 Rev.: 20922

Remove unused adjustments

0 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (-30)
partmedia 2019-05-04 15:52 Rev.: 20766

Use one window for metaserver and login dialogs

Each of the metaserver and login dialogs used to be in a separate window
that was raised and lowered in sequence. Now, all the pre-game dialogs
are in one window that is not replaced until play starts.

1311 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+1311 -1378)
partmedia 2019-01-14 19:30 Rev.: 20693

Bump copyright year

1 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+1 -1)
partmedia 2019-01-06 16:52 Rev.: 20680

Update version string to 1.73.0

1 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+1 -1)
partmedia 2019-01-01 21:36 Rev.: 20671

Regroup connect button

96 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+96 -83)
partmedia 2017-08-13 14:17 Rev.: 20488

Update version string to 1.72.0

2 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+2 -2)
partmedia 2017-08-13 14:17 Rev.: 20486

Normalize application name

1 lines of code changed in 1 file:

  • gtk-v2/ui: gtk-v2.ui (+1 -1)
partmedia 2017-07-26 10:48 Rev.: 20444

Suggest ordering of rendering modes

3 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+3 -2)
partmedia 2017-07-22 13:07 Rev.: 20424

Use radio buttons for keybinding scope modifier

245 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+245 -247)
partmedia 2017-07-09 19:04 Rev.: 20417

Improve metaserver and login windows

333 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+333 -361)
partmedia 2017-07-09 13:52 Rev.: 20414

Add preferences button on metaserver dialog

15 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+15 -1)
partmedia 2017-07-09 13:52 Rev.: 20413

Split preferences into multiple tabs

288 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+288 -421)
partmedia 2017-05-17 23:43 Rev.: 20348

Use install(DIRECTORY) for layouts and themes

0 lines of code changed in 1 file:

  • gtk-v2/ui: CMakeLists.txt (del)
partmedia 2015-11-13 15:28 Rev.: 20042

Improve login dialogs

436 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+436 -514)
partmedia 2015-11-13 15:28 Rev.: 20041

Overhaul configuration dialog

Removing deprecated APIs exposed issues with how the client processed
input from different input widgets. While here, remove some redundant
configuration options (e.g. map size, which is set automatically) and
redesign the layout of the configuration dialog.

1626 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+1626 -2036)
partmedia 2015-10-31 14:18 Rev.: 20023

Remove autotools build system

0 lines of code changed in 1 file:

  • gtk-v2/ui: Makefile.am (del)
partmedia 2014-12-31 13:45 Rev.: 19746

Display core player stats on progress bars

Numeric stats for hp, mana, grace, food, and experience were displayed
on labels next to the progress bar. Instead, draw the information
directly on the progress bar widget.

This commit includes layout updates to GTKv1 and GTKv2. The rest of the
layouts should still work, but will eventually need updating.

1275 lines of code changed in 2 files:

  • gtk-v2/ui: gtk-v1.ui (+1199 -321), gtk-v2.ui (+76 -362)
partmedia 2014-11-24 18:10 Rev.: 19725

Redesign about dialog using built-in about widget

29 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+29 -137)
partmedia 2014-11-24 18:09 Rev.: 19724

Dialog XML cleanup

2 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+2 -11)
partmedia 2014-09-27 20:44 Rev.: 19669

Minor menu and about window change

Rename the "Client" menu to "Edit", rename "Quit Character" to "Delete"
with a tooltip under the "Player" menu, remove trailing period.

33 lines of code changed in 2 files:

  • gtk-v2/ui: dialogs.ui (+1 -1), gtk-v2.ui (+32 -23)
partmedia 2014-05-15 19:46 Rev.: 19424

Add CMake support.

14 lines of code changed in 1 file:

  • gtk-v2/ui: CMakeLists.txt (new 14)
partmedia 2014-05-04 15:51 Rev.: 19393

Revert change that broke window position saving.

2 lines of code changed in 1 file:

  • gtk-v2/ui: gtk-v2.ui (+2 -2)
partmedia 2014-05-03 19:28 Rev.: 19391

Use more reasonable defaults.

4 lines of code changed in 1 file:

  • gtk-v2/ui: gtk-v2.ui (+4 -6)
partmedia 2014-03-17 12:38 Rev.: 19280

Improve core stats display.

Line up attributes using a table. While here, remove the useless
placeholders added by Glade.

130 lines of code changed in 1 file:

  • gtk-v2/ui: gtk-v2.ui (+130 -3220)
partmedia 2014-03-09 21:35 Rev.: 19264

Improve message filter labels.

878 lines of code changed in 1 file:

  • gtk-v2/ui: gtk-v2.ui (+878 -2)
buzzsawddog 2013-12-31 17:57 Rev.: 19205

changed wording to make it seem less programmerish

1 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+1 -1)
kstenger 2013-12-30 11:39 Rev.: 19196

Changed the 'user' scope name to 'global' as suggested by Partmedia.

Corrected a couple of details in some comments while at it.
And removed a couple of spaces by the end of the lines (which my editor
insists in erasing).

No functional changes.

4 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+4 -4)
kstenger 2013-12-30 09:33 Rev.: 19193

Added support for scoped keybindings.

When bindings are loaded let them know where they come from by adding a flag indicating if it comes from the character's keys file or from the user's keys file.
I found it easier to put default keybindings into the user's scope too, it won't hurt.

Load them separatedly to ease their maintenance.

Adapt the keybindings management window to let the user see and switch scopes.

TODO: add support for the 'bind' command to save user scoped new bindings (by defauld it saves them into the character's scope).

105 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+105 -5)
partmedia 2013-12-26 17:25 Rev.: 19190

Update GTKv2 client documentation.

Take this opportunity to sneak myself into the developers list.

3 lines of code changed in 4 files:

  • gtk-v2/ui: AUTHORS (del), Makefile.am (+1 -1), README (del), dialogs.ui (+2 -1)
partmedia 2013-12-26 17:25 Rev.: 19187

Convert Glade window layouts to GtkBuilder.

34792 lines of code changed in 34 files:

  • gtk-v2/ui: Makefile.am (+12 -17), caelestis.glade (del), caelestis.gladep (del), caelestis.ui (new 3199), chthonic.glade (del), chthonic.gladep (del), chthonic.ui (new 2958), eureka.glade (del), eureka.gladep (del), eureka.ui (new 3069), gtk-v1.glade (del), gtk-v1.gladep (del), gtk-v1.ui (new 3240), gtk-v2.glade (del), gtk-v2.gladep (del), gtk-v2.ui (new 4143), lobotomy.glade (del), lobotomy.gladep (del), lobotomy.ui (new 3325), meflin.glade (del), meflin.gladep (del), meflin.ui (new 3213), oroboros.glade (del), oroboros.gladep (del), oroboros.ui (new 2971), sixforty.glade (del), sixforty.gladep (del), sixforty.ui (new 2774), un-deux.glade (del), un-deux.gladep (del), un-deux.ui (new 2880), v1-redux.glade (del), v1-redux.gladep (del), v1-redux.ui (new 3008)
partmedia 2013-12-20 17:59 Rev.: 19185

Fix configuration dialog combo boxes.

This has the unfortunate consequence of bumping up the minimum GTK
version requirement to 2.24.

36 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+36 -36)
rjtanner 2013-12-13 20:59 Rev.: 19175

Punctuation correction (missing a period) in the summary for Strength. No functional changes.

1 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+1 -1)
partmedia 2013-12-12 19:28 Rev.: 19169

Update and improve 'About' dialog.

Replace the 'hbox' hack with correct usage of GtkImage.

Merge the contents of 'about.h' into the UI dialog to improve future
accessibility and make translations possible. Also take this opportunity
to make the dialog look a bit nicer.

337 lines of code changed in 1 file:

  • gtk-v2/ui: dialogs.ui (+337 -279)
partmedia 2013-12-08 18:10 Rev.: 19166

Migrate 'dialogs.glade' and widgets to GtkBuilder.

5285 lines of code changed in 4 files:

  • gtk-v2/ui: Makefile.am (+1 -1), dialogs.glade (del), dialogs.gladep (del), dialogs.ui (new 5284)
partmedia 2013-12-08 18:10 Rev.: 19165

Switch to a library-independent naming scheme.

33136 lines of code changed in 27 files:

  • gtk-v2/ui: AUTHORS (new 185), Makefile.am (new 24), README (new 212), caelestis.glade (new 2465), caelestis.gladep (new 9), chthonic.glade (new 2340), chthonic.gladep (new 9), dialogs.glade (new 5208), dialogs.gladep (new 9), eureka.glade (new 2336), eureka.gladep (new 9), gtk-v1.glade (new 2462), gtk-v1.gladep (new 9), gtk-v2.glade (new 3702), gtk-v2.gladep (new 10), lobotomy.glade (new 2543), lobotomy.gladep (new 9), meflin.glade (new 2460), meflin.gladep (new 9), oroboros.glade (new 2345), oroboros.gladep (new 9), sixforty.glade (new 2160), sixforty.gladep (new 8), un-deux.glade (new 2246), un-deux.gladep (new 9), v1-redux.glade (new 2340), v1-redux.gladep (new 9)
Generated by StatSVN 0.7.0